/* 
	Theme Name: Evolutium
	Description: Evolutium is a minimalistic 3-column theme created for concrete5.
	Author: Revolutium Studio
	Author URI: http://www.revolutium.com 
	Version: 1.0
	
	Changelog:
		v1.0 
		First Release of Evolutium
*/

body {
	margin: 0px auto 0px;
	padding: 0px;
	background:url('images/background.jpg') top left repeat-x #DEDEDE;
	
	}
/************************************************
*	Internet Explorer 6 no -support definitions	*
************************************************/


.ie6 #header, .ie6 #content{display:none;}
ie6 #info{display:block;}	

/************************************************
*	Main Divs								*
************************************************/


#site_wrapper{
	position:relative;
	width:960px;
	margin:0 auto;
	
	}

#content{
	min-height:500px;
	position:relative;
	float:left;
	margin-top:20px;
	
	}

#main{
	position:relative;
	width:960px;
	
	}	
	
#sidebar{
	width:200px;
	padding:30px 5px;
	margin-top:20px;
	
	}	
/************************************************
*	Hyperlinks									*
************************************************/
#site_wrapper a{
	text-decoration:none;
	outline:0;
	color:#660b0b;
    }
    

/************************************************
*	Header							            *
************************************************/	

#header{
	height:120px;
	border-bottom:1px solid #646464;
	}

/*Slogan*/

#header-slogan{
	position:absolute;
	float:left;
	height:26px;
	top:70px;
	width:700px;
	padding-top:13px;
	
	}	

/*Search bar*/

#search{
	position:relative;
	float:right;
	clear:right;
	height:25px;
	margin-top:50px;
	right:5px;
	}
	
.ie7 #search{
	position:absolute;
	float:right;
	clear:right;
	height:25px;
	margin-top:81px;
	width:250px
	right:5px;
	}	

#search input[type=text]{
	background:#111;
	border:1px solid #333;
	height:24px!important;
	padding:1px!important;
	color:#fff;
	position:relative;
	top:1px;
	}

#search input[type=submit]{
	position:relative;
	top:1px;
	background:#660b0b;
	border:1px solid #333;
	height:26px;
	color:#fff;
	}

.ie7 #search input[type=submit]{
	padding:2px;
	}
		
.ie9 #search input[type=submit], .ie8 #search input[type=submit]{
	top:4px;
	}
.ie9 #search input[type=text], .ie8 #search input[type=text]{
	top:0px;
	}

/*Navigation*/	
	
#navigation{
	position:relative;
	float:right;
	height:30px;
	
	}

.ie7 #navigation{
	position:relative;
	float:right;
	height:30px;
	top:15px;
	}	

ul.nav-header{
	margin-right:0px;
	}	

.nav-header li{
	display:inline-block;
	margin:0 5px;
	}

.ie7 ul.nav-header li{
	display:inline;
	position:relative;
	float:left;
	margin:0 5px;
	}

.nav-header li a{
	text-decoration:none;
	color:#fff!important;
	text-shadow:1px 1px 1px #000;
	padding:3px 5px;
	}

.nav-header li a:hover{
	color:#660b0b;
	}

.nav-header li a.nav-selected{
	color:#660b0b!important;
	text-shadow:1px 1px 1px #000;
	background:#171717;
	border:1px solid #252525;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	}
	
/************************************************
*	Footer							            *
************************************************/

#footer{
	position:relative;
	height:60px;
	float:left;
	width:960px;
	border-top:1px solid #333;
	clear:both;
	margin-top:50px;
	}

#footer a{
	text-decoration:none;
	color:#660b0b;
	text-shadow:none;
	}

	
/************************************************
*	Slider							            *
************************************************/

#slider{
	position:relative;
	width:947px;
	height:343px;
	clear:both;
	float:left;
	background:url('images/slider.png') top center no-repeat;
	left:6px;
	padding-top:27px;
	padding-right:6px;
	}

/************************************************
*	Featured Product						    *
************************************************/
#featured_wrapper{
	width:960px;
	position:relative;
	float:left;
	height:320px;
	margin-top:25px;
	}

#featured_slider{
	width:424px;
	height:290px;
	background:url('images/featured.png') left center no-repeat;
	}

#featured_slider img{
	position:relative;
	top:9px;
	left:5px;
	}

#featured_discription{
	width:470px;
	position:relative;
	float:right;
	}

#featured_discription h3{
	text-align:left;
	}


/************************************************
*	Featured Product						    *
************************************************/
#site_wrapper form input[type=text], 
#site_wrapper form input[type=file],
#site_wrapper form input[type=password],
#site_wrapper form textarea,
#site_wrapper form option{
	    border:0px;
	    background:#111;
	    color:#fff;
		}	

#site_wrapper form input[type=text],
#site_wrapper form option{
	height:26px;
	}		
#site_wrapper form select, 
#site_wrapper form input[type=submit]{
	background:#660b0b;
	border:0px;
	color:#fff;
	}


