/* 


30% = #b2b2b2
40% = #999
60% = #666
80% = #333

 */

blockquote {
	color: #666;
	font-size: 125%;
	line-height: 150%;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 1em 0;
}

h1, h2, h3 {
	font-weight: normal;
}

h4 {
	margin-bottom: .25em;
}

body {
	background-color: #f7f8f9;
	background-color: #eee;
	margin: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}

a, a:visited {
	color: #666;
}

a:hover, a visited:hover {
	color: #333;
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
}



#wrapper {
	/*background-image: url(../_img/wrapper-bg.gif);
	background-repeat: repeat-y;
	*/
	background-color: #FFF;
}


/***********************
	General utilities
************************/


.featureThumb {
	height: 220px;
	padding-bottom: 10px;
	overflow: hidden;
}

.featureThumb img {
	width: 160px;
	height: 104px;
}



#slideShow {
}

#featuresContent #slideShow {
	width: 765px;
	height: 540px;
	overflow: hidden;
}


.intro {
	color: #666;
	font-size: 150%;
	line-height: 150%;
}

p.indent {
	text-indent:15px;
}


.credits {
	font-size: 92%;
	color: #999;
	width: 180px;
}

#fashionFeature .credits {
	font-size: 92%;
	color: #999;
	width: 370px;
}






/***********************
	Navigation
************************/
#headerNav {
	margin-bottom: 30px;
	background: url(../_img/nav.gif) no-repeat;
	
}



/***********************
	Ads
************************/

#leaderboard {
	padding: 5px; 
	text-align: center; 
	background-color: #eee;
}

#sidebar {
	border-left: 1px solid #ccc;
	width: 179px;
}



/***********************
	Ads
************************/

.ad-skyscraper {
	text-align: center;	
}



/***********************
	Footer
************************/	
#footer {
	border-top: 1px solid #ccc;
	padding: 10px; 
	clear: both;
	margin: 30px 15px 0 15px;
}

#footer .footerEmail {
	width: 160px;
}

#footer .social {

}



/***********************
	Home
************************/
.homeVideo {
	margin-bottom: 15px;
}







/***********************
	Fashion home
************************/
#fashionHome .issue, #featuresHome .issue {
	clear: both;
	margin-bottom: 15px;
}




/***********************
	Fashion feature
************************/
#slideShow {
	margin: 0 0 0 -15px;
	margin: 0;
	width: 750px;
	overflow: hidden;
}






