/* == Backgrounds == */
body {
	background: url(../images/green/mainbg.jpg);
}
#main_top {
	background: url(../images/green/bodybg.jpg) repeat-x;
}
#header {
	background: url(../images/green/maintopbg.png) no-repeat;
}
#footer {
	background: url(../images/green/mainbotbg.png) no-repeat;
}
#content {
	background: url(../images/green/mainmidbg.png) repeat-y;
}
#index_articles {
	background: url(../images/green/slider_post.jpg) no-repeat;
}	
#showcase{
	background: url(../images/green/sliderbg.jpg) repeat-x;
}	


/* == Icons and buttons == */
.bu {
	background: url(../images/green/ic_search.gif) no-repeat;
}
.rss {
	background: url(../images/green/ic_rss.gif) no-repeat;
}
#prevBtn a, #nextBtn a{  
	background:url(../images/green/btn_prev.png) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/green/btn_next.png) no-repeat 0 0;	
}


/* == Navigation == */
.sf-menu a {
	color: #ffffff;
	background: #5aa42b;
}
.sf-menu a:hover, .sf-menu li.current_page_item a, .sf-menu li.current-cat a, .sf-menu li li a {
	background: #4e5d37;
	color: #bcc8ab;
}
.sf-menu li li a:hover {
	background: #384426;
}



/* == Footer == */
#footer, #copyright, #powered {
	color: #424c32;
}
#footer a, #powered a {
	color: #546735;
}




a {
	color: #748b50;
}
#biglinks li.current_page_item li a {
    color: #748b50;
}

.logo {
	margin: 56px 0 0 50px;
	float: left;
	background:url(../images/green/logo.png) no-repeat 0 0;
}