/* == Backgrounds == */
body {
	background: url(../../../uploads/2013/07/mainBackgorundPicture2.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: #bcc8ab;
	background: #748b50;
}
.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;
}

blockquote {
	background-color: #e7eadf;
	border-left: 3px solid #768b48;
	color: #546735;
}