/* == Backgrounds == */
body {
	background-attachment: fixed;
	background-image: url(../images/bamboo/mainbg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#main_top {
	background: url() repeat-x;
}
#header {
	background: url(../images/bamboo/maintopbg.png) no-repeat;
}
#footer {
	background: url(../images/bamboo/mainbotbg.png) no-repeat;
}
#content {
	background: url(../images/bamboo/mainmidbg.png) repeat-y;
}
#index_articles {
	background: url(../images/bamboo/slider_post.jpg) no-repeat;
}	
#showcase{
	background: url(../images/bamboo/sliderbg.png) repeat-x;
}	


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


/* == Navigation == */
.sf-menu a {
	color: #ffffff;
	background: #cc6600;
}
.sf-menu a:hover, .sf-menu li.current_page_item a, .sf-menu li.current-cat a, .sf-menu li li a {
	background: #000000;
	color: #fff;
}
.sf-menu li li a:hover {
	background: #cc6600;
}


/* == Footer == */
#footer, #copyright, #powered {
	color: #ffffff;
}
#footer a, #powered a {
	color: #ffffff;
}




a {
	color: #659215;
}
#biglinks li.current_page_item li a {
    color: #659215;
}