@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	color:#3a3832;
	font-size:12px;
	background:#cbe0a8 url(images/bg.gif) repeat-x;
}
.clear {
	clear:both;
}
img {
	border:0px;
}
a {
	outline: none;
}
a:link, a:visited, a:active {
	color:#3a3832;
	text-decoration:none;
}
a:hover {
	color:#3a3832;
	text-decoration:underline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	padding:5px 0;
}
#wrapper {
	width:950px;
	background:#fff;
	margin:0 auto;
}
#main {
	width:713px;
	float:left;
}
#header {
}
#posts {
	padding:10px 0 0 0;
	background:url(images/posts_bg.gif) repeat-x;
}
.post {
	width:691px;
	margin:20px auto;
}
.post_hdr {
	height:65px;
	padding:7px 0 0 70px;
	background:url(images/post_hdr_bg.gif) no-repeat;
}
.post_date {
	height:60px;
	width:80px;
	padding:5px 6px 0 0;
	text-align:center;
	font-weight:bold;
	background:url(images/post_date_bg.gif);
	float:right;
}
.post_hdr h2 {
	color:#017a35;
	font-size:16px;
	line-height:18px;
}
.post_hdr h2 a {
	color:#017a35;
}
.post_cat {
}
.post_cat a {
	font-weight:bold;
}
.entry {
	padding:15px 35px;
	text-align:justify;
	line-height:18px;
}
.post_ftr {
	height:35px;
	background:url(images/post_ftr_bg.gif) repeat-x;
	margin:0 35px;
}
.post_comments{
	margin:15px 0 0 0;
	height:20px;
	line-height:20px;
	padding:0 15px 0 25px;
	background:url(images/post_comments_bg.gif) left no-repeat;
	float:right;
}
.post_comments a{
	font-weight:bold;
}
#sidebar {
	width:227px;
	padding:0 0 0 10px;
	background:url(images/sidebar_bg.gif) no-repeat;
	float:left;
}
#sidebar form {
	height:70px;
	width:209px;
}
#sidebar form div {
	height:36px;
	margin:19px 0 0 0;
	background:url(images/search_bg.gif) no-repeat;
}
#sidebar form input {
	vertical-align:middle;
}
#sidebar form input[type=text] {
	width:84px;
	margin:6px 0 0 90px;
	border:1px solid #abc584;
	display:inline;
	float:left;
}
#sidebar form input[type=image] {
	float:right;
}
#sidebar ul {
	margin:0 0 0 8px;
}
#sidebar ul li {
	margin:0 0 5px 0;
}
#sidebar ul li h2 {
	width:183px;
	padding:0 0 0 18px;
	height:45px;
	line-height:30px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	background:url(images/categories_ul_hdr.gif);
}
#sidebar ul li ul {
	width:201px;
	padding:0 0 30px 0;
	background:url(images/ul_li_ul_ftr.gif) no-repeat bottom;
	margin:0;
}
#sidebar ul li ul li {
	padding:0 0 0 15px;
	margin:0;
	line-height:18px;
	background:#fff;
	border-right:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
}
#sidebar ul li ul li a {
}
#sidebar ul li ul li a:hover {
	color:#227c40;
	font-weight:bold;
}
#footer {
	height:79px;
	font-size:10px;
	text-align:center;
	background:url(images/footer_bg.gif) no-repeat 0 48px;
	clear:both;
}
