#cntent/*
THEME NAME: No Air
THEME URI: http://hoodybair.com
DESCRIPTION: Breathe again.
VERSION: 1.0
AUTHOR: Nick Scholl
AUTHOR URI: http://trrill.com/
*/

* html body { 
	height: 100%; 
	overflow:auto;
}

body {
	background: #FFF;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76.5%;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	height:100%; 
}



h1, h2, h3, h4, h5, p, ul, ol {
	padding: 0;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover { 
	color:#CCC;
}

a img { border: none; }

hr {
	background: #000;
	border: none;
	color: #000;
	height: 1px;
	margin: 15px 0;
	width: 100%;
}

li { display:block; }

ol, ul { 
	text-align: left;
	list-style: none; 
}

/* clearfix - for closing elements containing floats across browsers */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

.hidden {
	display: none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
}


body#blog #wrapper { 
	position: relative;
}

#header {
	position: relative;
	height: 100px;
}
	#header h1 { 
		position:absolute;
		width: 80px;
		height:80px;
		left:0;
		top:0;
		z-index: 1000;
	}
		#header h1 a { 
			display: block;
			width: 80px;
			height: 80px;
			background: #000 url(/images/headers/hbaBlock.gif) no-repeat 10px 10px;
			text-indent: -6000px;
		}

body#home #wrapper {
	padding-top: 15px;
}

body#home #header h1 {
	width: 980px;
	height:100px;
	top: 0;
	margin: 25px auto 15px;
	text-align: left;
	position: relative;
	/*z-index:100;*/
}
	body#home #header h1 a { 
		display: block;
		width: 500px;
		height:100px;
		margin: 0 auto;
		background: url(/images/headers/logo_horiz_500.gif) no-repeat center center;
		text-indent: -6000px;
	}
	
#navContainer {
	bottom:0;
	left:0;
	right:0;
	line-height:1em;
	position:fixed;
	text-align:center;
	z-index:500;
	background: url(/images/bg/whitefade.png);
	display:block;
	padding: 10px 0;
}	

* html #navContainer { 
	position:absolute; 
	width: 100%!important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 10px;
}

#nav {
	width: 980px;
	margin: 0 auto;
}
	#nav li {
		display:inline;
		text-align: left;
		margin-right: 205px;
		font-size:14px;
		line-height: 1em;
	}
		#nav li a {
			font-weight: normal;
			color: #000;
			line-height: 1em;
		}
		#nav li#navContact,
		body#blog #nav li#navContact { 
			margin-right: 0;
		}
			
			
body#blog #navContainer { 
	position:absolute;
	left: 100px;
	top:0;
	bottom: auto;
	width:880px;
	background: none;
}		
body#blog #nav { width: auto;}	
body#blog #nav li { margin-right: 109px; }
			
#container {
	text-align: left;
}
#content {
	position: relative;
	float: left;
	width: 600px;
}

body#blog #content,
body#contact #content,
body#collections #content,
body#classics #content,
body#projects #content,
body#premium #content { 
	width:100%;
	float:none;
	position: relative;
}
body#collections #content { text-align: center; }

body#image #content { 
	float: none;
	width:800px;
	margin: 0 auto;
}

#footer { display: none; }

.sidebar {
	clear:both;
	text-align: left;
}
body#blog .sidebar a { 
	color: #777;
}
	body#blog .sidebar ul h3 { margin-bottom: 10px; }
	body#blog .sidebar ul li { 
		float: none;
		display: block;
		margin-bottom: 3px; 
		font-size: 10px;
	}
		body#blog .sidebar ul li a { float: none;}
	
		body#blog .sidebar ul li ul { margin-bottom: 25px; }
		body#blog .sidebar ul li#archives { text-align: right; }

h2.pageTitle {
	line-height: 1em;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 20px;
}
	h2.pageTitle a { color: #FFF; }


h2.postDate {
	float: left;
	clear: both;
	width: 90px;
	padding-top: 3px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
h3.postTitle {
	margin: 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}

body#projects #content h3 {
	font-weight: normal;
	
}
body#projects #content div.post {
	text-align: center;
}
body#projects #content h3.postTitle {
	float: none;
	margin-left:0;
	font-size:16px;
}

body#blog h3.postTitle a {
	color: #555;
}

body#blog div.post { 
	float: left; 
	width:880px;
}

body#collections div.post,
body#video div.post { float: left; }

div.postBody h3 { color: #968F96; }

div.post {
	margin-bottom: 30px;
}
	div.post p {
		margin-bottom: 15px;
		line-height: 1.6em;
	}
	div.postBody div {
		margin: 15px 0;
		line-height: 1.6em;
	}
	body#contact div.postBody div { margin-top: 0; }
	body#blog div.postBody {
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		font-weight: bold;
	}
		body#blog div.postBody p {
			width:550px;
			overflow:visible;
		}
	
	div.postBody .right {
		float: right;
		margin: 0 0 5px 5px;
	}
	
	div.postBody p.right { 
		display: inline; 
		width: 250px;
		background: url(/images/bg/flattopfade.png);
		padding: 5px;
		margin-top: 150px;
		color: #444;
	}
	
	
	
	body#contact div.postBody a {
		background: none;
	}
	body#contact div.postBody a:hover { 
		background: #FFF;
		color: #000;
	}	
		
	div.postBody img {
		display: block;
		margin: 0 auto 15px;
	}	
	div.postBody ul,
	div.postBody ol {
		margin: 15px 0;
	}
		div.postBody ul li,
		div.postBody ol li { 
			margin-bottom: 3px; 
			line-height: 1em;
		}
		
	div.postBody object { text-align: center; }
	
.postMeta { font-size: 9px; }	
	
#navBelow {
	clear: both;
	padding-top: 20px;
}
	div.nav-previous a {
		display: block;
		float: right;
		width: 79px;
		height: 37px;
		background: url(/images/buttons/older.gif) no-repeat right;
		text-indent: -6000px;
	}
	div.nav-next a {
		display: block;
		width: 79px;
		height: 37px;
		background: url(/images/buttons/newer.gif) no-repeat left;
		text-indent: -6000px;
	}

#searchform {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
	
#searchform input { vertical-align: middle; }
#searchform input#s { width: 150px; }
#searchform #searchsubmit { margin-top: 1px; }

.comments { 
	clear: both;
	float: right;
	width: 500px;
	margin-bottom: 30px;
}

body#stockists #container #content { 
	float:none; 
	width:auto;
}

body#stockists #container #content div.post { 
	margin-left: 100px; 
	margin-right: auto; 
}
body#contact #container #content div.post { 
	margin-left: 200px; 
	margin-right: auto;
}

	body#collections #container #content .look .postBody { text-align: left; }

body#projects #container #content div.post,
body#classics #container #content div.post {
	width: auto;
}

.collectionCategories { 
	list-style: none; 
	margin: 0 auto 0 0;
}
	.collectionCategories h3 { 
		margin: 0 0 10px 0; 
	}
	.collectionCategories li { 
		
	}
		.collectionCategories li ul { display: none; }
		.collectionCategories li ul li { 
			float: none;
			margin: 2px 0 1px; 
			font-size: 10px;
		}
	
table td { vertical-align: top; }

#genInq,
#salesPress { 
	margin-bottom:40px;
}
#genInq h2,
#salesPress h2 {
	font-weight:normal;
	font-size:4em;
	line-height:0.8em;
}


body#stockists .postBody ul {  }
body#stockists .postBody ul li h3 { 
	color: #000; 
	font-size: 14px;
}
body#stockists .postBody ul li ul { margin-left: 0;}
body#stockists .postBody ul li {
	float: left;
	width: 200px;
	margin-right: 20px;
}
	body#stockists .postBody ul li ul li {
		float: none;
		margin-right: 0;
		color: #999;
	}

body#stockists #content h2.hidden,
body#projects #container h2.hidden {
	display:block;
	font-size:5.7em;
	font-weight:normal;
	margin-left:300px;
}
	body#projects #container h2.hidden {
		margin-left: 0;
		text-align: center;
	}

body#stockists li {
	color:#000;
}
	body#stockists li ul { color: #999; }

#overlay {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #000;
	z-index:900;
}

* html #overlay { 
	position: absolute; 
	height: 100%;
}

dl#banjee {
	width: 500px;
	color: #FFF;
	padding: 70px;
	margin: 100px auto 0;
	text-align: left;
	text-transform: none;
}
	dl#banjee dt {
		height:55px;
		background: url(/images/headers/banjee.gif) no-repeat;
		margin-bottom: 20px;
		font-size: 48px;
		text-transform: uppercase;
		text-indent: -6000px;
	}
	
	dl#banjee dd {
		margin: 0;
		font-family: Times, "Times New Roman", Georgia, serif;
		font-size: 26px;
	}
		dl#banjee dd h3 { font-size: 26px;font-weight: normal; }
			dl#banjee dd h3 img {vertical-align:middle;}


.cat-item-21 a.block {
	display: block;
	width: 791px;
	height: 310px;
	background: url(/images/headers/ss10.gif?) no-repeat;
	text-indent: -6000px;
	float: left;
}

.cat-item-14 a.block {
	display: block;
	width: 160px;
	height: 312px;
	background: url(/images/headers/ss09.gif?) no-repeat;
	text-indent: -6000px;
	float: right;
}

.cat-item-7 h3 {
}
.cat-item-7 a.block {
	clear: left;
	display: block;
	width: 169px;
	height: 184px;
	background: url(/images/headers/f08w09_block.gif?) no-repeat;
	margin-top: 15px;
	text-indent: -6000px;
	float: left;
}
.cat-item-8 {
}
.cat-item-8 h3 {
}
.cat-item-8 a.block {
	display: block;
	float: right;
	width: 779px;
	height: 184px;
	background: url(/images/headers/classics.gif?) no-repeat;
	margin-top: 15px;
	text-indent: -6000px;
}

a#ss09lookbookLink {
	display:block;
	height:66px;
	left:373px;
	margin-top:140px;
	position:absolute;
	text-indent:-6000px;
	top:260px;
	width:278px;
}


.largeLook {
	color:#222222;
	font-size:10px;
	left:200px;
	margin:0 0 20px;
	position:absolute;
	text-align:left;
}
	.largeLook img { 
		height: 520px; 
		margin-bottom: 10px;
	}
	.largeLook a {
		color: #333;
	}

#lookThumbs {
	overflow:hidden;
	position:absolute;
	width:166px;
	top:0;
	left:0;
	border-top:1px solid #000;
}
#lookThumbsCont {
	height:520px;
	overflow:hidden;
	position:absolute;
	text-align:center;
	width:190px;
	left:0;
	top:0;
}	

#trackThumbs1,
#trackThumbs2 {
	display:none;
	position:absolute;
	width:10px;
	height:18px;
	padding:1px;
	text-align:center;
	background:#000;
	color:#FFF;
}
#trackThumbs1 {
	right:0;
	top:0;
}
#trackThumbs2 {
	right:0;
	bottom:0;
}

#trackThumbs1:hover,
#trackThumbs2:hover {
	background:#FFF;
	color:#000;
}

.lookThumbs {
}
.lookThumbs p {
	display: inline;
	margin: 0;
}
.lookThumbs img {
	float:left;
	height:122px;
	margin:0 0 13px;
}

h3#projVideo {
	width: 466px;
	height: 202px;
	background:url(/images/headers/video.gif) no-repeat;
	margin:0 auto 10px;
}
	h3#projVideo a {
		display:block;
		width: 466px;
		height: 202px;
		text-indent:-6000px;
	}
h3#projImage {
	width: 469px;
	height: 187px;
	background:url(/images/headers/image.gif) no-repeat;
	margin: 0 auto;
	text-indent:-6000px;
}
	h3#projImage a {
		display:block;
		width: 469px;
		height: 187px;
		text-indent:-6000px;
	}


ul#staffList li {
	float: left;
	margin-right:20px;
}

h3#post-228,
body #wrapper #container #content .post h3.comingsoon {
	width:600px;
	height:140px;
	background:url(/images/content/comingsoon.gif) no-repeat;
	margin: 0 auto;
	text-indent:-6000px;
}

body.ss09 {
	background:#ffebd6 url(/images/bg/gigolowfade.jpg) repeat-x;
}
	body.ss09 #wrapper {
		background:url(/images/bg/gigolow2.jpg) no-repeat center top;
		height: 735px;
		min-height:735px;
	}

	
		body.fw08 #wrapper {
			background:url(/images/bg/higherlearning.jpg) no-repeat center top;
			height: 735px;
			min-height:735px;
		}
	
a#ss09videoLink {
	position:absolute;
	top:22px;
	left:243px;
	width:480px;
	height:360px;
	display:block;
	background:url(/images/content/gigilowpt1.jpg) no-repeat;
	text-indent:-6000px;
}

div#ss09videoPlayer {
	position:absolute;
	top:22px;
	left:243px;
	width:480px;
	height:360px;
}

a#fw08videoLink {
	position:absolute;
	top:8px;
	left:291px;
	width:480px;
	height:360px;
	display:block;
	background:url(/images/content/higherlearningvid.jpg) no-repeat;
	text-indent:-6000px;
}

div#fw08videoPlayer {
	position:absolute;
	top:8px;
	left:291px;
	width:480px;
	height:360px;
}

#fw08lookbookLink {
	display:block;
	width:310px;
	height:87px;
	left:373px;
	position:absolute;
	text-indent:-6000px;
	top:370px;
}

.hoodBox {
	background:#000;
	color:#444;
}
	.hoodBox a { 
		display:block;
		float:left;
		background:#000;
		color:#FFF;
		width:96px;
		height:116px;
		padding:10px 10px 1px 10px;
		margin:0 10px 10px 0;
		border:1px solid #000;
	}
		.hoodBox a:hover { 
			background:#CCC;
			color:#000; 
			border-color:#DDD;
		}
	.hoodBox h3 {
		font-size:12px;
	}
	
#blockTitle {
	margin-bottom: 40px;
}	
	
#blockTitle a {
	display:block;
	background:url(/images/headers/theBlock.gif);
	
	height:70px;
	text-indent:-7000px;
}



/* Premium */

#premiumContent a {
	text-decoration: underline;
}
	#premiumContent a:hover {
		text-decoration: none;
	}

#collectionChoices {
	background: #000;
	color: #FFF;
	font-size: 11px;
	margin: 3px 0;
	padding: 20px;
}
	#collectionChoices a {
		text-decoration: none;
	}
	#collectionChoices .l0 a {
		color: #FFF;
	}
	#collectionChoices #hbac_list {
		background: #FFF;
		color: #000;
		margin: 5px 0 0;
		padding: 10px;
	}
		#collectionChoices .l1 li { 
			display: inline;
			margin: 0 50px 0 0;
		}
		#collectionChoices .l1 a { color: #000; }

.style { margin-top: 20px; }
	.style h3 {
		border-bottom: 1px solid #000;
		font-size: 13px;
		padding: 0 0 5px;
		margin: 0 0 15px;
	}
		.style h3 small { 
			color: #999; 
			font-size: 10px;
			font-weight: normal;
		}

.opts_img {
	
}
	.opts_img h4 {
		float: left;
		font-size: 12px;
		font-weight: normal;
		width: 150px;
	}
		.opts_img span.price {
			clear: left;
			float: left;
		}
	.opts_img img {
		float: left;
		margin: 0 0 20px 150px;
	}

.type {
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* Login */
	
#loginform {
	background: #000;
	color: #FFF;
	font-size: 11px;
	margin: 10px 0 0;
	padding: 20px;
}
	#loginform p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
		#loginform p a {
			color: #FFF;
		}
#loginInfo {
	float: left;
	width: 50%;
}

#loginFormFields {
	border-left:1px solid #FFFFFF;
	float:right;
	padding:0 0 0 20px;
	width:30%;
}
	#loginFormFields .forgetmenot {
		font-size: 10px;
		color: #555;
	}
	
	#loginFormFields p.submit { 
		margin: 15px 0 0; 
	}
	#loginFormFields #wp-submit {
		background: #333;
		border: none;
		color: #000;
		font-family: Helvetica,Arial,sans-serif;
		padding: 5px 10px;
		text-transform: uppercase;
	}
		#loginFormFields #wp-submit:hover {
			background: #FFF;
		}

#loginMsg {
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
}
	#loginMsg a { color: #777; }
	#loginMsg a:hover { color: #000; }	
	
	
