* {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}
a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}
label {
	font-weight: bold;
}
fieldset {
	border: 1px solid #eee;
	background: #E2EDD8;
}
legend {
	font-size: 15px;
	color: #728c40;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #728c40;
	margin-bottom: 2px;
}
textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #728c40;
}
input[type=submit] {
	background-color: #FFFFFF;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border: 1px solid #728c40;
	margin-bottom: 2px;
}
ol,ul {
	margin: 1em 1em 1em 3em;
}
li {
	line-height: 20px;
	text-align: left;
}
pre {
	background-color: #F8F8F8;
	border: 1px dashed #CCCCCC;
	font-size: 8pt;
	margin: 1em 0pt 1em 30px;
	overflow: auto;
	padding: 0.5em;
	white-space: pre;
}
blockquote {
  color: #444;
  font-family: georgia, serif;
  font-style: italic;
  padding: 0 2em 0 0;
  margin-left: 2em;
}
dl {
  padding-left: 30px;
}
dt {
  clear:left;
}
dd {
  padding: .1em 0 .2em 2em;
  margin-bottom: .5em;
}


/* Containers */
body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.96em;
	color: #555555;
	text-align: left;
}
#page {
	position: relative;
}
#wrap {
	margin: 0 auto;
	margin-top: 130px;
	width: 720px;
	position: relative;
}
#content {
	width: 535px;
	min-height: 600px;
	float: left;
}
#headerWrapper {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 0;
}

/* Top */
#top {
	width: 100%;
	height: 40px;
	background-color: #94AE62;
	color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	background-image: url(../images/menu.jpg);
	position: absolute;
	top: 0;
}

/* Sidebar */
#sidebar {
	width: 160px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 95%;
	color: #6C534A;
}
#sidebar ul, #sidebar li {
	list-style-type: none;
	margin: 0;
}
#sidebar a {
	display: block;
	width: 100%;
	background-image: url(../images/submenua.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 5px;
	padding-right: 0;
}
#sidebar a:hover {
	background-color: #eee;
	background-image: url(../images/submenua_hover.jpg);
	background-repeat: repeat-y;
}
#sidebar h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
	text-align:right;
	margin: 0.8em 0;
}

/* Header */
#header {
	width: 750px;
	margin: 50px auto 0 auto; 	
}
#header h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 30px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#header h1, #header h1 a {
	color: #736451;
	font-weight: normal;
}
#header p {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	color: #aaa;
	font-size: 15px;
	margin-top: -0.5em;
	border-bottom: 1px solid #eee;
}

/* Footer */
#footer {
	width: 100%;
	clear: both;
	background-color: #b6cf84;
	border-top: 1px solid #d8efa6;
	border-bottom: 5px solid #94ae62;
	padding: 5px 0;
	color: #FFF;
	text-align: center;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}

/* Entry */
.entry {
	margin-bottom: 3em;
	background-image:url(../images/mainbar.jpg);
	padding-right:35px;
	background-position:top right;
	background-repeat:no-repeat;
}
.entrymeta {
	font-size: 0.9em;
}
.postedby {
	background: #fff url(../images/user.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.filedto {
	background: #fff url(../images/post.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.commentslink {
	background: #fff url(../images/packaged.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.entry h2, .entry h2 a, .entry h1, .entry h1 a {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	color: #728c40;
}
.entry p {
	padding: 15px;
	line-height: 20px;
	text-align: justify;
}
.entry p.date {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.entry .articleimg {
	float: right;
	padding: 5px;
	border: 1px solid #eeeeee;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Comments */
.commentsblock {
	margin: 0.5em;
	padding:1em;
}
.commentsblock textarea {
	width: 35em;
}
.commentsblock input, .commentsblock textarea {
	border: 1px solid #d1d1d1;
}
.commentsblock textarea:focus {
	background: #eee;
	border: 1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus {
	background: #eee;
	border: 1px solid #a1a1a1;
}
.commentauthor {
	display: block;
	font-size: 1.5em;
}
ol.commentlist {
	color: #777;
	font-size: 0.9em;
	list-style-type: none;
	margin-top: 1.5em;
}
.commentlist li {
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}
.alt {
	background: #f3f5e9;
	border: 1px dotted #d1d1d1;
	padding: 0.5em;
}
h3#comments{
	font-size: 1.6em;
}

/* Introduction */
#introduction {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #99B198;
	text-indent: 25px;
	background-image: url(../images/desc.jpg);
	background-position: bottom left;
	padding-left: 0;
	padding-right: 200px;
	height: 35px;
	padding-top: 0;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

/* Misc */
.clearer {
	clear:both;
}