/*  
Publication: The Garmentor [http://thegarmentor.com]
Author: Adam Polselli [http://adampolselli.com/]

Copyright 2009 Adam Polselli. Don't steal. Learn!
*/

#grid {
	background: transparent url(../img/grid.png) repeat-y top center;
	height: 6000px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99; }
	
#accessibility {
	font-size: 1px;
	position: absolute;
	top: -9999px; }
	
.lb {
	background-color: #ccc;
	clear: both;
	width: 965px; }
	
	.lb div {
		margin: 0 auto;
		padding: 4px 0 0 119px; }

.footer-ads {
	background-color: #ddd;
	border-top: 1px solid #aaa;
	clear: both;
	height: 60px;
	margin-bottom: 16px;
	padding: 3px 0 4px; }
	
	.footer-ads div {
		float: left; }
		
	.footer-ads .footer-ad-1 {
		margin-right: 9px; }
		
#notcot {
	background-color: #ccc;
	padding: 3px 0 16px; }
	
	#notcot a {
		color: #000;
		text-decoration: underline; }
		
	#notcot a:hover {
		color: #ec5219; }
	
	#notcot p {
		margin: 0; }
		
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - R E S E T - - - */
		
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent; }

blockquote, q {
	quotes: none; }
	
img {
	display: block; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

:focus {
	outline: 0; }
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Basic Structure for L A Y O U T - - - */

body {
	background: #eee;
	border-top: 12px solid #ccc;
	color: #333;
	font: 12px/16px Helvetica, Arial, sans-serif;
	text-align: center; }
	
div#wrap {
	margin: 0 auto;
	text-align: left;
	width: 965px; }
	
div#content {
	background-color: #fff;
	border-bottom: 3px solid #eee;
	border-top: 3px solid #eee;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
	padding: 25px 19px 16px;
	width: 625px; }
	
div#sidebar {
	border-top: 3px solid #ddd;
	float: right;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 16px;
	padding-left: 20px;
	padding-top: 25px;
	width: 280px; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Global E L E M E N T S and C L A S S E S - - - */

a {
	color: #ec5219;
	font-weight: bold;
	text-decoration: none; }

a:hover, a:active {
	color: #000; }
		
acronym {
	border-bottom: 1px dotted #999;
	cursor: help; }
	
big {
	font-size: larger; }
	
h2, h3, h4, h5, h6, p, ul, ol {
	margin-bottom: 16px; }
	
h2 {
	color: #222;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 36px;
	margin-bottom: 12px;
	text-shadow: 0 0 0 #fff; }
	
	h2 a {
		font-weight: normal; }
	
	h2 span {
		font-weight: normal; }
	
h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	margin: 0; }
	
	#sidebar h3 {
		color: #333;
		font-size: 11px;
		font-family: "Myriad Pro", MyriadPro, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 16px;
		margin-bottom: 4px;
		text-transform: uppercase; }
	
h4 {
	color: #666;
	font-size: 11px;
	letter-spacing: 2px;
	margin-bottom: 4px;
	text-transform: uppercase; }
	
select {
	margin-bottom: 4px; }
	
small {
	font-size: smaller; }
	
span { }
		
	span.strike {
		text-decoration: line-through; }
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L A Y O U T Classes - - - */
	
.clear {
	clear: both; }
	
.col {
	clear: both;
	font-size: 13px;
	line-height: 20px;
	width: 545px; }
	
.hide {
	display: none; }
	
.inline {
	display: inline; }
	
.last {
	padding: 0 !important; }
	
.left {
	float: left;
	padding-right: 15px; }
	
.right { 
	float: right;
	padding-left: 15px; }
	
.sect {
	clear: both; }
	
.one { width: 65px; } /* NOTE: Only apply to DIVs. NOT Ps */

.two { width: 145px; }

.third { width: 198px; } /* 1/3 width of content area (625px) */

.three { width: 225px; } /* quarter */

.four { width: 305px; } /* third */

.five { width: 385px; }

.six { width: 465px; } /* half */

.seven { width: 545px; }

.eight { width: 625px; }

.nine { width: 705px; }

.ten { width: 785px; }

.eleven { width: 865px; }

.twelve { width: 945px; } /* full */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - H E A D E R Logo and Nav - - - */
	
div#header {
	margin: 25px 0 0;
	width: 965px; }

h1#logo {
	background: url(../img/logo.gif) no-repeat;
	float: left;
	height: 32px;
	margin: 0 0 10px;
	width: 600px; }
		
	h1#logo a {
		display: block;
		height: 32px;
		overflow: hidden;
		text-indent: -9999px; }
		
p#tagline {
	color: #666;
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
	margin: 0;
	text-align: right; }
		
p#secondary-nav {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 2px;
	text-align: right; }
	
	p#secondary-nav a {
		color: #444;}
		
	p#secondary-nav a:hover {
		color: #999; }
	
ul#nav {
	clear: both;
	list-style-type: none;
	margin-bottom: 0; }
	
	ul#nav li {
		float: left;
		width: 193px; }
		
	ul#nav li.nav-last a {
		border-right: 1px solid #ccc; }
		
	ul#nav li.nav-first a {
		border-left: 1px solid #ccc; }

	ul#nav a {
		background-color: #e4f8f9;
		border: 1px solid #ccc;
		border-right: none;
		color: #333;
		display: block;
		font-size: 13px;
		font-weight: bold;
		padding: 8px 0;
		text-align: center;
		-webkit-transition-property: background-color, color;
		-webkit-transition-duration: 0.1s, 0.1s;
		-webkit-transition-timing-function: ease-in, ease-in; }
		
	ul#nav a:hover {
		background-color: #fff !important;
		color: #ec5219; }
	
	#homepage #nav-homepage a,
	#must-haves #nav-must-haves a,
	#trend-tracking #nav-trend-tracking a,
	#cool-finds #nav-cool-finds a,
	#the-stylist #nav-the-stylist a {
		background-color: #cfe7e8; }
		
	ul#nav a:hover em,
	#homepage #nav-homepage em,
	#must-haves #nav-must-haves em,
	#trend-tracking #nav-trend-tracking em,
	#cool-finds #nav-cool-finds em,
	#the-stylist #nav-the-stylist em {
		color: #444; }
	
	ul#nav em {
		color: #777;
		display: block;
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		-webkit-transition: color 0.1s ease-in; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I S S U E Defaults - - - */

#issue {
	margin-bottom: 32px; }
	
#issue h2 {
	width: 545px; }
	
	#issue h2 a {
		color: #222; }
		
	#issue h2 a:hover {
		color: #ec5219; }
		
.section-title {
	color: #ec5219;
	font-family: "Myriad Pro", MyriadPro, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase; }
	
	.section-title span {
		color: #666;
		font-weight: normal;
		letter-spacing: 0;
		text-transform: none; }
		
.byline {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 16px; }

	.byline span { }
	
	.byline a {
		color: #333;
		font-family: Helvetica;
		text-transform: uppercase; }
		
	.byline a:hover {
		color: #999; }
		
.lead {
	font-size: 18px; }
	
.continue {
	font-family: "Myriad Pro", MyriadPro, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase; }
	
	.continue a {
		background: transparent url(../img/icon-arrow-right.gif) no-repeat right center;
		padding-right: 13px; }

blockquote.review,
blockquote.sidenote {
	border-top: 1px solid #ccc;
	float: left;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	margin: 0 30px 0 0;
	padding: 16px 0 0 0;
	position: relative; /* Fix IE6 disappearing float */
	width: 210px; }
	
	blockquote.review p.review-title,
	blockquote.sidenote p.sidenote-title {
		color: #7d8788;
		margin: 0;
		text-transform: uppercase; }
		
	blockquote.review span.review-author {
		font-weight: bold; }
	
.caption {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 8px;
	padding: 0 !important; }
	
div.prod-img,
p.prod-img {
	margin-bottom: 8px;
	position: relative; }
	
	div.prod-img p {
		margin: 0; }
	
	.prod-img img {
		opacity: 1;
		-webkit-transition: opacity .1s linear; }
	
	.prod-img img:hover {
		opacity: .8; }
	
div.prod-cap,
p.prod-cap {
	line-height: 16px;
	margin-bottom: 32px; }
		
	.prod-cap strong.brand {
		font-size: 14px;
		display: block; }
		
	.prod-cap em.prod-name {
		display: block;
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 11px;
		font-style: italic; }
		
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C O N T E N T Sections - - - */
		
#article-meta {
	clear: both; }
	
	#article-meta h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 16px;
		margin-bottom: 12px; }

	#article-meta ul {
		border-top: 1px solid #bbb;
		font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		list-style-type: none;
		width: 625px; }
		
	#article-meta li {
		border-top: 2px solid #ddd;
		float: left;
		margin: 0 15px 32px 0;
		padding-top: 8px;
		width: 145px; }
		
	#article-meta li.comments {
		margin-right: 0; }
		
		#article-meta li.comments a.leave-a-comment {
			background: transparent url(../img/icon-comment.gif) no-repeat left center;
			padding-left: 14px; }
			
		#article-meta li.comments a.share-this {
			background: transparent url(../img/icon-mail.gif) no-repeat left center;
			padding-left: 14px; }
		
	#article-meta li a,
	#article-meta li span {
		display: block;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		text-transform: none; }
		
ul#prev-next {
	/* Forward/Backward Links */
	background: #e4f8f9 url(../img/bg-prev-next.gif) repeat-y;
	border-bottom: 3px double #ccc;
	border-top: 3px double #ccc;
	clear: both;
	float: left;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	list-style-type: none;
	margin: 0 0 36px -19px;
	width: 663px; }
	
	ul#prev-next li#prev {
		float: left;
		width: 331px; }
		
	ul#prev-next li#next {
		margin-left: 332px;
		text-align: right;
		width: 331px; }
		
	ul#prev-next li a {
		color: #666;
		display: block;
		height: 100%;
		font-weight: normal;
		line-height: 14px; }
		
	ul#prev-next li#prev a {
		background: #e4f8f9 url(../img/icon-arrow-left.gif) no-repeat 19px center;
		padding: 8px 10px 8px 32px; }
		
	ul#prev-next li#next a {
		background: #e4f8f9 url(../img/icon-arrow-right.gif) no-repeat 302px center;
		padding: 8px 32px 8px 10px; }
		
	ul#prev-next li#prev a:hover,
	ul#prev-next li#next a:hover {
		 color: #ec5219; }
		
	ul#prev-next li a strong {
		color: #333;
		font-family: Helvetica, Arial, sans-serif; }
		
#reader-recruitment {
	background-color: #eefeff;
	border-bottom: 3px double #ccc;
	border-top: 3px double #ccc;
	color: #666;
	clear: both;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	margin: 0 0 32px -19px;
	padding: 8px 19px;
	width: 625px; }
	
	#reader-recruitment a,
	#reader-recruitment strong {
		font-family: Helvetica, Arial, sans-serif; }
		
	#reader-recruitment strong {
		color: #333; }
		
	#reader-recruitment p {
		margin: 0; }
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C O M M E N T S - - - */
	
#cmnts {
	clear: both;
	margin: 0 0 16px; }
	
#cmnts h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 16px;
		margin-bottom: 12px; }

#cmnts ol {
	list-style-type: none; }

#cmnts li {
	border-top: 1px solid #bbb;
	clear: both; }
	
#cmnts li div.cmnt-body {
	border-top: 2px solid #ddd;
	float: left;
	padding: 8px 65px 0 0;
	width: 400px; }
	
#cmnts li div.cmnt-meta {
	border-top: 2px solid #ddd;
	float: left;
	font-weight: bold;
	margin-right: 15px;
	padding: 0 0 16px;
	width: 145px; }
	
	div.cmnt-meta p {
		margin: 0; }
		
	p.cmnt-author {
		 margin: 0; }
		
	p.cmnt-date {
		font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		padding-top: 8px; }
		
		p.cmnt-date a {
			color: #333; }
			
		p.cmnt-date a span {
			color: #fff; }
			
		p.cmnt-date a:hover span {
			color: #ec5219; }
			
	p.gravatar {
		float: left;
		padding-right: 8px; }
		
#cmnt-guidelines {
	padding-right: 65px; }
		
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - F O R M S - - - */
	
input, textarea {
	border: none;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 8px; }

div#form {
	clear: both;
	margin-bottom: 32px;
	padding-top: 16px; }
	
#form h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 16px;
		margin-bottom: 12px; }
	
div#form p {
	border-top: 1px solid #bbb;
	float: left;
	margin-bottom: 2px; }
		
div#form label {
	border-top: 2px solid #ddd;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 5px;
	width: 145px; }
	
	div#form small {
		color: #999;
		font-size: 10px;
		font-weight: normal; }
		
div#form input,
div#form textarea {
	background-color: #eee;
	border-top: 2px solid #ddd;
	float: left;
	width: 449px; }
	
	div#form input:focus,
	div#form textarea:focus {
		background-color: #f7f7f7; }
		
	div#form textarea {
		height: 180px;
		resize: none; }
	
	div#form input#submit {
		background-color: #333;
		color: #fff;
		width: 465px;
		-webkit-transition: background-color 0.1s ease-in; }
	
	div#form fieldset input#submit:hover {
		background-color: #555;
		cursor: pointer; }
		
.validation-advice {
	background-color: #ec5219;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	margin: 0 0 0 160px;
	padding: 0 10px;
	width: 445px; } 
		
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - S I D E B A R Sections - - - */
			
div.feed {
	margin-bottom: 30px; }
		
	div.feed a.follow-us-button {
		background: transparent url(../img/follow-us-button-hover.gif) no-repeat;
		display: block;
		width: 263px; }
	
	div.feed a.follow-us-button img {
		opacity: 1;
		width: 263px;
		-webkit-transition: opacity 0.15s ease-in; }
		
	div.feed a.follow-us-button:hover img {
		opacity: 0; }
		
div.browse-lists {
	margin-bottom: 30px; }

	div.browse-lists select {
		width: 200px; }
		
div.ad-block {
	margin: 0 0 20px -21px;
	width: 300px; }
		
	div.ad300x250 {
		background-color: #fff;
		border: 1px solid #ccc;
		height: 250px;
		padding: 3px;
		width: 300px; }
		
	div.ad-block p.ad-cap {
		text-align: right; }
		
div.ad-tower {
	margin-bottom: 30px; }
	
	div.ad160x600 {
		border: 3px solid #ccc;
		height: 600px;
		width: 160px; }
		
	div.ad-tower p.ad-cap {}
		
p.ad-cap {
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	margin: 0; }
	
#sidebar .get-in-touch {
	margin-bottom: 30px; }
		
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Page: A B O U T - - - */

body#about #cover {
	background: #aaa url(../img/cover-about.jpg) no-repeat;
	border-bottom: 2px solid #ddd;
	height: 256px;
	padding-bottom: 1px; }
	
	body#about #cover h2 {
		overflow: hidden;
		text-indent: -9999px; }
	
body#about span.fml {
	color: #666;
	font-size: 10px;
	text-transform: uppercase; }
	
#fashion-5 {
	border-top: 1px solid #aaa;
	float: left;
	margin: 0 15px 16px 0;
	overflow: hidden;
	width: 145px; }
	
	#fashion-5 h3 {
		border-top: 2px solid #ddd;
		margin: 0;
		padding-top: 16px; }
	
	#fashion-5 ol {
		list-style-type: none; }
		
	#fashion-5 li {
		margin-bottom: 16px; }
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Page: S E C T I O N Indexes - - - */
		
div.gallery {
	clear: both; }
	
	div.gallery h3.gallery-title {
		font-size: 18px;
		font-weight: bold;
		line-height: 16px;
		margin-bottom: 16px; }
		
		#homepage h3.gallery-title {
			background: transparent url(/img/our-freshest-content.gif) no-repeat;
			height: 21px;
			text-indent: -9999px;
			overflow: hidden; }
			
		#must-haves h3.gallery-title {
			background: transparent url(/img/more-must-haves.gif) no-repeat;
			height: 21px;
			text-indent: -9999px;
			overflow: hidden; }
			
		#trend-tracking h3.gallery-title {
			background: transparent url(/img/recent-trend-trackings.gif) no-repeat;
			height: 27px;
			margin-bottom: 10px;
			text-indent: -9999px;
			overflow: hidden; }
			
		#cool-finds h3.gallery-title {
			background: transparent url(/img/more-cool-finds.gif) no-repeat;
			height: 21px;
			text-indent: -9999px;
			overflow: hidden; }

	div.gallery ol {
		list-style-type: none; }
		
	div.gallery ol li {
		float: left;
		font-size: 11px;
		line-height: 15px;
		margin: 0 0 32px 0;
		overflow: hidden;
		padding-left: 15px;
		position: relative;
		width: 145px; }
		
		div.gallery ol li.first {
			clear: both;
			padding-left: 0; }
		
	div.gallery ol h4 {
		font-size: 14px;
		letter-spacing: normal;
		line-height: 16px;
		margin: 0;
		text-transform: none; }
		
	div.gallery ol li p {
		margin: 0; }
		
		div.gallery ol p.meta {
			color: #999;
			font-family: Georgia;
			font-size: 11px; }
		
		div.gallery ol p.meta a {
			color: #999; }
			
		div.gallery ol p.meta a:hover,
		div.gallery ol p.meta a:active {
			color: #000; }
			
	div.issue-thumb {
		background-color: #fff;
		border: 1px solid #bbb;
		height: 141px;
		margin: 0 0 16px;
		overflow: hidden;
		padding: 1px; }
		
		div.issue-thumb:hover {
			border-color: #666; }
			
#archives div.gallery {
	border-top: none; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Page: A D V E R T I S E - - - */
	
table#ad-options {
	background-color: #fff;
	font-size: 11px;
	margin: 0 0 20px 0;
	width: 625px; }
	
	#ad-options tr td:first-child {
		background-color: #ddd;
		font-weight: bold;
		text-align: left;
		padding: 6px 30px 6px 10px; }
	
	#ad-options tr.table-titles td {
		background-color: #888;
		color: #fff;
		font-weight: bold; }
		
	#ad-options td {
		background-color: #eee;
		border: 2px solid #fff;
		padding: 6px 20px;
		text-align: center; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - F O O T E R - - - */

#footer {
	clear: both;
	font-size: 11px;
	width: 965px; }
		
	#footer ul {
		clear: both;
		list-style-type: none;
		margin: 0;  }
		
		#footer li {
			float: left;
			width: 138px; }
			
		#footer li a {
			background-color: #e4f8f9;
			border-left: 1px solid #ccc;
			border-bottom: 48px solid #ccc;
			border-top: 1px solid #ccc;
			color: #333;
			display: block;
			font-size: 11px;
			padding: 8px 0;
			text-align: center;
			-webkit-transition-property: background-color, color;
			-webkit-transition-duration: 0.1s, 0.1s;
			-webkit-transition-timing-function: ease-in, ease-in; }
			
		#footer li a:hover {
			background-color: #fff;
			color: #ec5219; }
			
		#footer li.last {
			width: 137px; }
			
		#footer li.last a {
			border-right: 1px solid #ccc; }
		