/* == Backgrounds == */

#main_top {
	/*background: url(../images/red/bodybg.jpg) repeat-x;*/
}
#header {
	/*background: url(../images/red/maintopbg.png) no-repeat; */
}
#footer {
	background: url(../images/red/mainbotbg.png) no-repeat;
}
#content {
	/* background: url(../images/red/mainmidbg.png) repeat-y; */
}
#index_articles {
	/* background: url(../images/red/slider_post.jpg) no-repeat; */ 
}	
#showcase{
	background: url(../images/red/sliderbg2.jpg) repeat-x;
}	



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



/* == Navigation == */
.sf-menu a {
	color: #d3b1af;
	background: #8e3833;
}
.sf-menu a:hover, .sf-menu li.current_page_item a, .sf-menu li.current-cat a, .sf-menu li li a {
	background: #602116;
	color: #d3b1af;
}
.sf-menu li li a:hover {
	background: #49140b;
}



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





a {
	/* color: #8e3833; */
	color: #369865;
}

a:hover {
	color: #8e3833; 
	
}

#biglinks li.current_page_item li a {
    color: #8e3833;
}