@charset "utf-8";
/* CSS Document */
a {
	color: #2c4a2b;
}
/********* MAIN WRAP ***********/  	

div#main_wrap {
	background: url('../images/green/main_bg_small.jpg') 0px 41px no-repeat;
}
body.home div#main_wrap {
	background: url('../images/green/main_bg.jpg') 0px 41px no-repeat;
}
/********* HEADER NAV ***********/  		
div#header_nav ul li ul li a:hover, div#header_nav ul li ul li a:active {
	color: #2c4a2b;
}
/********* HEADER ***********/  		
div#header h1#logo {
	background: url('../images/green/logo.png') left top no-repeat;
}
/********* FEATURED BLOCK ***********/  
/********* INFO BLOCK ***********/  

div#outter_wrap {
	background: url('../images/green/content_bg.png') center top no-repeat;
}
/********* CONTENT BLOCK ***********/  
div#content div.post p.metadata {
	background: url('../images/green/post_title_bg.png') left top no-repeat;
	text-shadow: 1px 1px #ace09d;
}
div.post ul li {
	background: url('../images/green/bullet.png') left 7px no-repeat;
}
/********* SIDEBAR BLOCK ***********/
.sidebar_box h4 {
	color: #2c4a2b;
}
/********* SIDEBAR ADS ***********/
/********* SIDEBAR SEARCH ***********/
/********* SIDEBAR LISTS ***********/
.sidebar_box ul li {
	background: url('images/green/bullet.png') left 7px no-repeat;
}
.sidebar_box ul li a:hover, .sidebar_box ol li a:hover {
	color: #2c4a2b;
}
/********* SIDEBAR CALENDAR ***********/
/********* NAVIGATION ***********/
/********** COMMENTS ********************/
ol.commentlist div.comment-body {
	background: url('../images/green/post_title.png') left top no-repeat;
}
ol.commentlist li cite.fn {
	text-shadow: 1px 1px #ACE09D;
}
ol.commentlist li cite.fn a {
	text-shadow: 1px 1px #ACE09D;
}
/********* FOOTER ***********/
div#footer ul li a {
	color: #2c4a2b;
}
div#footer ul li a:hover {
	color: #2c4a2b;
}
