/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HEADER  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#header { 
	position: relative;
	width: 100%;
	height: 130px;
	margin-top:20px;	
	}

#header a { 
	display: block;
	height: 88px;
	width: 392px;
	text-indent: -99999px;
	background: url('../images/header-title.png') no-repeat;
	float: left;
	margin-top: 42px;
	}
	#header a:hover {
		background-position: 0 -79px;
		}

	#header .description {
	height: 17px;
	width: 355px;
	text-indent: -99999px;
	background: url('../images/header-description.png') no-repeat;
	float: right;
	position: relative;
	top: 90px;
	}

button, input, select, textarea { margin: 0; }

#header .search {
	float: right;
	padding: 4px;
	width: 220px;
	height: 20px;
	background: white;
	font-size: .8125em;
	position: absolute;
	top: 0;
	right: 0;
	}
	#header .search label { display: none; }
	
	#header .search #s { 
		border: 0;
		width: 180px;
		float: left;
		color: #949494;
		margin-top: 2px;
		}
		#header .search #s:focus { 
			outline: none; 
			}
	#header #searchsubmit { 
		width: 20px;
		height: 20px;
		float: right;
		background: url('../images/header-search-button.png') no-repeat;
		text-indent: -99999px;
		border: none;
		}
		#header #searchsubmit:hover {
			opacity: 0.75;
			}

#header .follow-us {
	position: absolute;
	top: 2px;
	right: 240px;
	font-size: .75em;
	line-height: 24px;
	width: 125px;
}
	#header .follow-us p {
		margin: 0;
		padding: 0 5px 0 0;
		float: left;
		font-weight: bold;
	}
	
	#header .follow-us a {
		margin-top:0;
 }
	
	#header .follow-us .facebook {
		background: url('../images/header-facebook.png') 0 -27px no-repeat ;
		display: block;
		width: 28px;
		height: 24px;
		text-indent: -99999px;
		float: left;
		}
		#header .follow-us .facebook:hover {
			background-position: 0 -2px;
			}
	#header .follow-us .twitter {
		background: url('../images/header-twitter.png') 0 -27px no-repeat ;
		display: block;
		width: 33px;
		height: 24px;
		text-indent: -99999px;
		float: left;
		}
		#header .follow-us .twitter:hover {
			background-position: 0 -3px;
			}
			 
/* nav - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav { 
	background: black;
	height: 66px;
	width: 1000px;
	margin-bottom: 20px;
	font-size: 1.125em;
	line-height: 1.375em;
	position: absolute;
	}
#nav a {
	color: white;
	cursor: pointer;
	}
	#nav .current-menu-item a,
	#nav a:hover { color: #2BADD8; }

#nav #brands-button { 
	width: 100px;
	height:36px;
	line-height: 36px;
	float: left;
	margin: 15px; 
	background: #2BADD8;
	text-align: center;
	cursor: pointer;
	}
	#nav #brands-button a:hover { color: black; }

#nav ul.menu { 
	float: right;
	}
#nav ul.menu { margin: 0; }
#nav ul.menu li { 
	margin-top: 23px;
	display: inline; 
	float: left;
	padding-right: 30px;
	color: white;
	}
	
	#nav ul.menu li:last-child {
		padding-left: 30px;
		border-left: 1px solid #cccccc;
	}


#brands-bar { 
	display: block;
	height: 66px;
	width: 100%;
	background: #2BADD8; 
	line-height: 66px;
	margin-bottom: 20px;
	margin-top: 0;
	-webkit-transition: all 500ms ease;
	}

body.single-post #brands-bar,
body.category #brands-bar, 
body.tax-business #brands-bar,
body.single-brand #brands-bar {
	margin-bottom:0;	
	}
		
#brands-bar .brands-text { 
	float: left; 
	margin: 0 15px;
	width: 100px;
	text-align: center; 
	}
	#brands-bar .brands-text a { color: white; font-size: 18px; }
	#brands-bar .brands-text a:hover { color: black; }
	
#brands-bar ul { margin: 0; padding: 0 15px 0 0; float: right; }
#brands-bar ul li { 
	display: inline; 
	float: left;
	color: white;
	height: 66px;
	}
		#brands-bar ul li a {
		display: block;
		width: 70px;
		height: 50px;
		margin-top: 8px;
		background: url('../images/logo-sprite-ex.png') -315px 0 no-repeat;
		text-indent: -99999px;
		}
		#brands-bar ul li a:hover { background-position: -315px -50px; }
		
		#brands-bar .brands-all { float: right;  }
		
.open {
	padding-top: 66px;
}