/*
THEME FOR BEMIND TEMPLATE

Color : Orange

*/


	#header #logo h1 a{
		background:url(../images/logo_orange.png) no-repeat 50% bottom;
		}

/* Navigation button */
	#header ul#menu li a:hover{
		background:url(../images/nav_hover_orange.png);
	}
	#header ul#menu li a.current{
		background:url(../images/nav_current_orange.png);
	}

/* Submit button search form */
#search_form .button:hover { background-image: url(../images/search_submit_btn_orange.png); }
	
/* Columns H4 + H3 colors */
.col1 h4,
.col2 h4,
.col3 h4{
	color:#F90;
	font-size:24px;
	margin:0 0 10px 0; padding: 0 0 10px 0;
	text-transform:uppercase;
	}
.col1 h4 span,
.col2 h4 span,
.col3 h4 span{ 
	color:#FFF;
	font-size:18px;
	display:block;
	clear:both;
	}

.col3 h3{
	color:#F90;
	margin:0 0 10px 0; padding: 0 0 10px 0;
	text-transform:uppercase;
	}
.col3 h3 span{ 
	color:#FFF;
	font-size:18px;
	display:block;
	clear:both;
	}

/* Color of theme : Edit the color of background only */
#header{ background:#F90 url(../images/header_bg.png) repeat; }

/* Color mnu hover */
	#header ul#menu li a:hover{
		color:#F90;
	}
/* Color menu current state / #CCC for light colors / #121212 for Dark colors */
	#header ul#menu li a.current{
		color:#121212;
	}
	
/* Color of theme : Edit the color of background only */
#bottom{
	background:#F90 url(../images/Footer_bottom_bg.png) repeat-x left top;
	}
	
 /* Listing hover state colors */
ul.recent_posts li a:hover,
ul.listing_col li a:hover{
	color:#F90;
	border:1px solid #999; border-width:0 0 1px 0;
}

/* general links color */
#main a{ color:#666; }
#main a:hover{ color:#F90; }

/* Bottom copyright links */
.copyright a{ color:#F90; padding:3px 4px; }
.copyright a:hover{ background:#F90; color:#121212; }

/* Continue button hover state */
.design .continue a:hover{ background:url(../images/nav_hover_orange.png); }
