/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
}

body {
    color: #FFF;
    height: 100%;
    background: #000;
    font: 13px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 1040px;
}

.container {
	width: 980px;
	margin: 0 auto;
}

.home #main {
	position: relative;
	padding-top: 35px;
}

#main {
	position: relative;
	padding-top: 17px;
	padding-bottom: 84px;
}

	/*.single #main {
		padding-top: 30px;
	}*/

.left-column {
	width: 580px;
	float: left;
}

#sidebar {
	float: right;
	width: 370px;
}

.left-sidebar {
	float: left;
	width: 230px;
}

.right-column {
	float: right;
	width: 719px;
	font-size: 12px;
	color: #747474;
}

.float-right {
	float: right;
}

.float-left	{
	float: left;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

.inline {
	display: inline-block;
}

.clear {
	clear: both;
}

.top-bar {
	background: #404040;
	color: #fff;
	font-size: 12px;
	padding: 3px 0;
	text-align: center;
	text-transform: uppercase;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #747474;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

#ehu-bar {
	border-bottom: 0 !important;
 	font: bold 11px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
 	box-shadow: 0;
 	background-color: #000000;
    color: #fff;
    height: 21px;
    margin: 0;
    overflow: visible;
    padding: 0 !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1000;
}

#ehu-bar-content{
	padding: 0 !important;
	width: 980px !important;
	position: relative;
}

.header-contact {
	position: absolute;
	padding-left: 12px !important;
	right: 0;
	font: normal 12px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #bbb !important;
	text-transform: uppercase;
	background: url('//s3.amazonaws.com/stussyassets/wp/contact/icon-contact.gif') no-repeat left 4px;
	margin: 0 !important;
}

#ehu-bar .textwidget {
	margin: 0 !important;
	color: #bbb !important;
}

#ehu-bar a {
	color: #8e8e8e !important;
	text-decoration: none !important;
}

#ehu-bar a:hover {
	color: #a1a1a1 !important;
	text-decoration: none !important;
}

.header-contact strong {
	padding-right: 5px;
	color: #fff;
}

header {
	background: #fff;
	z-index: 5;
	position: relative;
}

a.logo, span.logo {
	display: inline-block;
	height: 59px;
	width: 86px;
	margin: 20px 0 12px;
	vertical-align: top;
}

span.logo{
	margin: 0;
	margin-right: 5px;
}

	a.logo span {
		visibility: hidden;
	}

a.logo span.text {
    position: absolute;
    left: -9999px;
    color: #000;
}

nav {
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	display: inline-block;
	margin-left: 14px;
	padding-top: 40px; /* this makes this line up with the .header-right text */
	text-transform: uppercase;
	vertical-align: top;
}

.page-template-page-lookbook footer{
	margin-top: 0;
}

	nav ul li {
		background: url(//s3.amazonaws.com/stussyassets/wp/nav/nav-slash.gif) no-repeat left center;
		font-weight: 600;
		display: inline;
		position: relative;
		margin: 0 0 0 4px;
		padding: 0 0 0 14px;
	}

	nav ul li.menu-chapters a, nav ul li.menu-features a{
		color: #595959;
	}

		nav ul li:first-child {
			background: none;
			padding-left: 0;
			margin-left: 0;
		}

		nav ul li a {
			color: #404040;
/*			margin-right: 10px;*/
			text-decoration: none;
			background-color: #FFF;
		}

			nav ul li a:hover, nav ul li.shop a:hover {
				color: #747474;
			}
			
			nav ul li.shop a:hover {
				padding-bottom: 10px;
			}
			
			nav ul li.shop ul a:hover {
				padding-bottom: 7px; /* original padding-bottom */
			}

			nav ul li a.shop {
				color: #1dc1c3;
			}

		nav ul ul {
			background: white;
			box-shadow: 0 0 2px rgba(0,0,0,.2);
			display: none;
			padding: 4px 10px;
			position: absolute;
			width: 130px;
			left: -10px;
			top: 25px;
		}

			nav ul li:hover ul.sub-menu, nav ul li.show-menu ul.sub-menu {
				display: block;
			}

				nav ul ul li {
					background: none;
					border-bottom: 1px solid #ccc;
					display: block;
					font: 500 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
					margin: 2px 0;
					padding: 0;
				}

				nav ul ul li:last-child {
					border-bottom: none;
				}

					nav ul li.shop ul li a {
						color: #404040;
						display: block;
					 	padding: 8px 3px 7px;
						background-color: #FFF;
					}

.header-right {
	position: relative;
	float: right;
	margin-top: 6px;
	text-transform: uppercase;
	display: inline-block;
}

	.header-right .currency {
		position: absolute;
		top: 0;
		right: 0;
		width: 136px;
		height: 19px;
		border: 1px solid #fff;
		/*background: #fff url(../img/arrow.gif) no-repeat 128px 5px;*/
		background: #fff;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		z-index: 2;
		overflow: hidden;
	}
	
	.header-right .currency:hover {
		height: 39px;
		border: 1px solid #ebebeb;
	}

	.header-right .currency .right-arrow {
		position: absolute;
		right: 3px;
		top: 6px;
	}
		
		.header-right .currency a {
			position: absolute;
			top: 20px;
			right: 0;
			width: 126px;
			height: 9px;
			padding: 5px 3px;
			font-size: 85%;
			font-weight: bold;
			line-height: 85%;
			text-align: right;
			color: #000;
			display: block;
		}
		
		.header-right .currency a:hover {
			background-color: #f7f7f7;
		}
				
		.header-right .currency a.selected {
			top: 0;
		}
		
		.header-right .currency a.selected:hover {
			background: #f7f7f7;
		}
		
			.header-right .currency a img {
				padding: 0;
				margin: 2px 12px 0 5px;
			}

	.header-right ul {
		position: relative;
		margin: 26px 0 0 0;
		clear: right;
		z-index: 1;
	}

		.header-right ul li {
			display: inline-block;
			font-size: 88%;
			margin-left: 14px;
		}

			.header-right ul li a {
				color: #404040;
				font-weight: 600;
				text-decoration: none;
			}
			
			.header-right ul li a.top-link-cart span {
				padding: 0 5px;
				margin: 0;
				height: 15px;
				color: #fff;
				font-weight: bold;
				background: #1dc1c3;
				display: inline-block;
			}

	.header-right form {
		margin-left: 1px;
		position: relative;
	}

	.header-right input {
		border: 1px solid #000;
		padding: 4px 0 3px 4px;
		font: 1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
		width: 11.57em;
	}

	.header-right button {
		padding: 0;
		background: url(//s3.amazonaws.com/stussyassets/wp/search/search-magnifying-glass.gif) no-repeat left top;
		position: absolute;
		top: 6px;
		right: 5px;
		width: 13px;
		height: 14px;
                text-indent: -9000em;
	}

		.header-right button span {
			visibility: hidden;
		}

	#emailcapture-close{
	  position:absolute;
	  top:20px;
	  right:20px;
	  height: 22px;
	  width: 22px;
	  background: url("//s3.amazonaws.com/stussyassets/wp/close/close.png");
	  display: block;
	}

#wrap {
    color: #000;
    min-height: 100%;
    background: #FFF;
}

	.flexslider {
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.page-template-page-chapters-php .flexslider {
		max-height: 375px;
		overflow: hidden;
	}
	
		.flexslider a.overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			min-width: 980px;
			height: 100%;
			text-indent: -999em;
			z-index: 1;
			display: block;
		}

		.flexslider div.text {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 980px;
			margin-left: -490px;
			z-index: 2;
		}

			.flexslider div.text div {
				display: block;
				margin-bottom: 30px;
			}

			.flexslider div.text .button {
				margin: 10px 0;
				padding: 9px 30px 8px 10px;
				font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
				background: #000 url(//s3.amazonaws.com/stussyassets/wp/misc/arrow-right.gif) no-repeat 95% center;
	 			text-decoration: none;
			 }		

			.flexslider div.text .button:hover {
				color: #fff;
				background: #a1a1a1 url(//s3.amazonaws.com/stussyassets/wp/misc/arrow-right.gif) no-repeat 95% center;
			}

	.slider {
		position: relative;
		width: 100%;
		height: 758px;
		overflow: hidden;
	}

		.slider .more {
			position: absolute;
			left: 50%;
			bottom: 0;
			float: left;
			width: 72px;
			height: 35px;
			margin: 0 0 0 -36px;
			background: url('//s3.amazonaws.com/stussyassets/wp/misc/home-slide-arrow-more.png') no-repeat;
			z-index: 10;
		}

		.slider .arrows {
			position: absolute;
			top: 50%;
			float: left;
			width: 53px;
			height: 97px;
			margin-top: -48px;
			z-index: 10;
			display: none;
		}

			.slider .arrows.left {
				left: 30px;
				background: url('//s3.amazonaws.com/stussyassets/wp/misc/home-slide-arrow-left.png') no-repeat;
			}

			.slider .arrows.right {
				right: 30px;
				background: url('//s3.amazonaws.com/stussyassets/wp/misc/home-slide-arrow-right.png') no-repeat;
			}

		.slider .slide {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background-repeat: no-repeat no-repeat;
			background-position: 50% 50%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;			
			display: none;
		}

		.slider .slide-content {
			width: 980px;
			margin: 0 auto;
/*			margin: 0 10%;*/
			padding: 300px 0 0 0;
		}

			.slider .slide-content img {
				display: block;
				margin-bottom: 30px;
			}

			.slider .slide-content .button {
				background: #1dc1c3 url(//s3.amazonaws.com/stussyassets/wp/misc/arrow-right.gif) no-repeat 95% center;
				margin: 10px 0;
	 			padding: 9px 30px 8px 10px;
	 			text-decoration: none;
				font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
			 }		

			.slider .slide-content .button:hover {
				background: #a1a1a1 url(//s3.amazonaws.com/stussyassets/wp/misc/arrow-right.gif) no-repeat 95% center;
			}

.feature {
	display: inline-block;
	position: relative;
}

	.feature:first-child {
		margin-right: 13px;
	}

	.feature a span.title {
		background: #fff;
		color: #4d4d4d;
		line-height: 1;
		width: 440px; /* 460 - 10 - 10 = 440 */
/*		height: 37px;*/
		padding: 12px 10px 10px;
		position: absolute;
		top: 324px;
		left: 10px;
	}

		.feature a span.title:hover span {
			color: #a1a1a1;
		}

		.feature a span.title h2 {
			font-size: 116%;
			text-transform: uppercase;
		}

		.feature a span.title h2, .feature a.title span {
			display: inline-block;
		}

		.feature a span.title span {
			background: url(//s3.amazonaws.com/stussyassets/wp/misc/arrow-right-dark.gif) no-repeat right 1px;
			float: right;
			margin-top: 2px; /* vertically aligns this to the h2 */
			padding-right: 18px;
		}

.post, .page-template-page-chapters-php article, article.type-chapters, .chapter article {
	background: #fff;
	margin-bottom: 30px;
	position: relative;
}

	.post span.author-flag {
		background: blue top left;
		display: block;
		height: 20px;
		width: 27px;
		position: absolute;
		right: -3px;
		bottom: 4px;
	}

		.post span.author-flag.Amsterdam {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-ams.gif);
		}

		.post span.author-flag.Canada {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-can.gif);
		}

		.post span.author-flag.Washington {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-dc.gif);
		}
		
		.post span.author-flag.Guam {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-gu.gif);
		}
		
		.post span.author-flag.Hong.Kong {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-hk.gif);
		}

		.post span.author-flag.Honolulu {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-hnl.gif);
		}

		.post span.author-flag.Las.Vegas {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-lv.gif);
		}
		
		.post span.author-flag.London {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-lon.gif);
		}

		.post span.author-flag.Los.Angeles {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-la.gif);
		}

		.post span.author-flag.Madrid {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-mad.gif);
		}
		
		.post span.author-flag.Milan {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-mil.gif);
		}

		.post span.author-flag.New.York {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-nyc.gif);
		}

		.post span.author-flag.San.Francisco {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-sf.gif);
		}
		
		.post span.author-flag.Seattle {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-sea.gif);
		}

		.post span.author-flag.Seoul {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-seo.gif);
		}
		
		.post span.author-flag.Stussy.Tribe, .post span.author-flag.admin {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-stu.gif);
		}
		
		.post span.author-flag.Tokyo {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-ty.gif);
		}

		.post span.author-flag.Toronto {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-tor.gif);
		}

		.post span.author-flag.Vancouver {
			background: url(//s3.amazonaws.com/stussyassets/wp/flags/flag-van.gif);
		}

	.chapters.type-chapters .slider-chapters {
		position: relative;
		height: 400px;
	}
	
		.chapters.type-chapters .slider-chapters img {
			position: absolute;
			top: 0;
			left: 0;
			display: none;
		}

	.post .page-header, .page-template-page-chapters-php .page-header {
		padding: 10px 0 0;
	}
	
		.post .page-header.no-image, .page-template-page-chapters-php .page-header.no-image {
			padding: 26px 20px 0;
		}

	.post .entry-content, .page-template-page-chapters-php .entry-content {
		color: #000;
		padding: 10px 0px 0;
	}

		.post .entry-content {
			padding-bottom: 5px;
		}
		
		.single-format-standard .post .entry-content img, .single-format-standard .post .entry-content iframe  {
			margin-left: -20px;
		}

		article.type-chapters .entry-content .column {
			margin: 20px 20px 0;
			display: inline-block;
			vertical-align: top;
		}

			article.type-chapters .entry-content .column.last {
				margin: 10px 10px 0;
			}

			article.type-chapters .entry-content .column img {
				float: left;
			}

	.page-template-page-chapters-php .entry-content {
		padding-bottom: 15px;
	}

		.page-template-page-chapters-php .entry-content p {
			color: #000;
			margin-bottom: 15px;
		}

	.single .post.category-features, .page-template-page-fixed-php .post.category-features {
		background: none;
		box-shadow: none;
	}

	.single .post.category-features .page-header, .page-template-page-fixed-php .post.category-features .page-header {
		padding: 24px 0 0;
		margin-bottom: 10px;
		margin: 0;
	}

	.single .post .page-header, .page-template-page-fixed-php .post .page-header {
		margin: 0 20px;
		padding: 10px 0 0;
		position: relative;
	}

	.single-chapters .post .page-header {
		margin: 0 0 10px 0;
		padding: 0;
	}

	.single .post .meta-data {
		color: #555;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		border-bottom: 1px dotted #c8c8c8;
		margin: 0 20px 15px;
		padding-bottom: 6px;
		position: relative;
		text-transform: uppercase;
	}
	
		.single .post .meta-data time, .single .post .meta-data a {
			font-weight: 600;
		}
		
		.single .post .meta-data time {
			float: left;
		}
		
			.single .post .meta-data time span {
				color: #747474;
				padding: 0 5px;
			}

		.single .post .page-header ul.social, .single .meta-data ul.social, .page-template-page-fixed-php .page-header ul.social {
			position: absolute;
			top: 18px;
			right: 0;
		}
		
			.single .post.category-features .page-header ul.social, .page-template-page-fixed-php .post.category-features .page-header ul.social {
				top: 32px;
			}

			.single .meta-data ul.social, .page-template-page-fixed-php .meta-data ul.social {
				top: -3px;
			}

			.single .page-header ul.social li, .single .meta-data ul.social li, .page-template-page-fixed-php .page-header ul.social li {
				float: left;
				width: 21px;
				height: 21px;
				padding-left: 5px;
				overflow: hidden;
				-webkit-transition: width 250ms ease-in-out;
				-moz-transition: width 250ms ease-in-out;
				transition: width 250ms ease-in-out;
				cursor: pointer;
			}
			
			.single .page-header ul.social li:hover, .single .meta-data ul.social li:hover, .page-template-page-fixed-php .page-header ul.social li:hover {
				width: 130px;
			}
				
				.single .page-header ul.social li div.icon, .single .meta-data ul.social li div.icon, .page-template-page-fixed-php .page-header ul.social li div.icon {
					margin-left: 25px;
				}

				ul.social li.facebook {
					background: url(//s3.amazonaws.com/stussyassets/wp/social-media/post-facebook.gif) no-repeat 5px center;
				}
	
				ul.social li.twitter {
					background: url(//s3.amazonaws.com/stussyassets/wp/social-media/post-twitter.gif) no-repeat 5px center;
				}
	
				ul.social li.pinterest {
					background: url(//s3.amazonaws.com/stussyassets/wp/social-media/post-pinterest.gif) no-repeat 5px center;
				}
				
				ul.social li.addthis {
					background: url(//s3.amazonaws.com/stussyassets/wp/social-media/post-addthis.gif) no-repeat 5px center;
				}

	.single .post.category-features .entry-content, .page-template-page-fixed-php .post.category-features .entry-content {
		/*-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;*/
		padding: 0;
	}
		
	.post.category-features.sticky, .single .post.category-features, .page-template-page-fixed-php .post.category-features {
		width: 980px;
	}
	
	.post.category-features.sticky, .single .post.category-features .slider-features, .page-template-page-fixed-php .post.category-features .slider-features {
		position: relative;
		height: 435px;
	}

		.single .post.category-features .slider-features, .page-template-page-fixed-php .post.category-features .slider-features {
			height: 551px;
		}
	
		.post.category-features.sticky, .single .post.category-features .slider-features img, .page-template-page-fixed-php .post.category-features .slider-features img {
			position: absolute;
			top: 0;
			left: 0;
			display: none;
		}
	
	.blog .post {
		padding-bottom: 1px; /* for some reason this works */
	}
	
		.entry-content ul {
			margin: 0 0 20px 25px;
			list-style-image: url(//s3.amazonaws.com/stussyassets/wp/misc/bullet.gif);
		}
	
	.post.category-features {
		float: left;
		margin-right: 30px;
		vertical-align: top;
		width: 475px;
	}
	
	.post.category-features.last {
		margin-right: 0;
	}

	.page-template-page-chapters-php article {
		width: 305px;
		min-height: 372px;
		display: inline-block;
		margin-left: 25px;
		vertical-align: top;
	}
	
		.page-template-page-chapters-php div article:nth-child(3n+1) {
			margin-left: 0;
		}

.page-header {
	position: relative;
}
	
	.page-header a.right-link {
		background: #000;
		color: #fff;
		font-size: 0.85em;
		padding: 8px 11px 4px;
		position: absolute;
		top: 10px;
		right: 0;
		text-transform: uppercase;
		border: 1px solid #000;
	}
	
	a.right-link:hover {
		/*color: #a1a1a1;*/
		background: #fff;
		color:#000;
		border: 1px solid #000;
	}


.title-holder{
	border-bottom: 1px solid #000;
	margin:40px 0 15px;
	overflow:hidden;
	padding:0 11px 0 0;
}
.title-holder h2{
	float:left;
	margin:0;
	padding:0 30px 0 0;
}
.title-holder h2 a{
	float:left;
	min-width:159px;
	padding:9px 0;
	font:700 16px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#000;
	display:block;
}
.title-holder a h2{
    float: none;
    min-width:159px;
    padding:9px 0;
    font:700 16px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    color:#000;
    display:inline-block;
    vertical-align: middle;
    width: 20%;
}

.title-holder h2 span{
	float:left;
	min-width:159px;
	padding:9px 13px;
	font:700 16px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#fff;
	background:#404040;
	display:block;
}

.title-holder span.link-text {
    vertical-align: middle;
    width: 78%;
    display: inline-block;
    text-align: right;
    color: #404040;
    background: url(../img/arrow-right-dark.gif) no-repeat right 3px;
    padding-right: 18px;
}

.title-holder .more{
	background:url(//s3.amazonaws.com/stussyassets/wp/misc/arrow-right-dark.gif) no-repeat right 3px;
	color:#404040;
	float:right;
	margin:11px 0 0;
	padding:0 14px 0 0;
	text-decoration: none;
}

.title-holder .more:hover{
	color: #a1a1a1;
}

.product{
	color:#212121;
	font:600 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style:none;
	margin:0 auto;
	padding:0 0 28px;
	width:995px;
}
.product > li{
	display:inline-block;
	vertical-align:top;
	padding:0 10px 20px 0;
	width:237px;
}
* +html .product > li{
	display:inline;
	margin:0;
}
.product .visual{
	position:relative;
	display:block;
	padding:0;
	margin-bottom: 10px;
	width:235px;
}
.product .visual img{
	vertical-align:top;
}

.product .properties{
	list-style:none;
	margin:-5px 0 0;
	overflow:hidden;
	padding:5px 0;
	width:100%;
}
.product .properties li{
	float:left;
	height:10px;
	margin:5px 5px 0 0;
	padding:2px;
	position:relative;
	width:21px;
}
.product .properties li a{
	display:block;
	height:100%;
}
.product .properties img{vertical-align:top;}
.product .properties .frame{
	border:1px solid #c4c4c4;
	height:12px;
	left:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:23px;
}
.product .properties a:hover .frame{border-color:#000;}
.product .properties .frame em{
	border:1px solid #fff;
	display:block;
	height:10px;
	width:21px;
}
.product .properties .active .frame{
	border:2px solid #404040;
	height:10px;
	width:21px;
}
.product .properties .active .frame em{
	height:8px;
	width:19px;
}
.product h3{
	font-size:100%;
	font-weight:600;
	line-height:18px;
	margin:0 0 1px;
}
.product li > .price{
	color:#4d4d4d;
	display:block;
	font:italic 400 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product .rec-mask{
	position:absolute;
	top:5px;
	left:-2px;
	background:url(../img/rec.gif) no-repeat;
	width:27px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
}
.product .new-mask{
	position:absolute;
	top:5px;
	left:-2px;
	background:url(//s3.amazonaws.com/stussyassets/wp/misc/new.gif) no-repeat;
	width:27px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
}
.product .art-mask{
	position:absolute;
	top:5px;
	left:-2px;
	background:url(//s3.amazonaws.com/stussyassets/wp/misc/art.gif) no-repeat;
	width:27px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
}

#sidebar {
	
}

	#sidebar .widget {
		margin:0 0 20px 0;
	}
	
	#sidebar h3 {
		margin-bottom:10px;
	}

	#sidebar h3, .right-column h2 {
		padding: 6px 10px;
		font-size: 1.22539em;
		color: #404040;
		text-transform: uppercase;
	}

	.right-column h2 {
		margin-bottom: 10px;
	}
	
		.right-column div {
			padding: 10px;
		}
		
			.right-column div strong {
				color: #404040;
			}

	.left-sidebar .menu {
		border-top: 1px solid #c8c8c8;
	}

		.left-sidebar .menu li {
			border-bottom: 1px solid #c8c8c8;
		}
		
			.left-sidebar .menu li a {
				display: block;
				padding: 10px 12px 6px;
				font-size: 1em;
			}

				.left-sidebar .menu li.active a {
					color: #404040;
				}
				
				.left-sidebar .menu li.active a:hover {
					cursor: default;
				}

footer {
	position: relative;
	width: 100%;
	height: 64px;
	margin-top: -64px;
	text-transform: uppercase;
	font: 600 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFF;
	border-top: 1px solid #000;
	padding-top: 40px;
}

	footer img {
		display: inline-block;
		vertical-align: middle;
		margin: 12px 10px 9px 0;
	}

	footer ul.menu {
		vertical-align: middle;
		padding-top: 10px;
	}

		footer ul.menu li {
			display: inline-block;
			background: url(//s3.amazonaws.com/stussyassets/wp/nav/nav-slash.gif) no-repeat left center;
			margin: 0 0 0 -6px;
			padding: 0 0 0 12px;
		}

			footer ul.menu li:first-child {
				background: none;
				margin-left: 0;
				padding-left: 0;
			}

			footer ul.menu li a {
				color: #000;
				text-decoration: none;
				margin-right: 10px;
			}
			
			footer a:hover, footer ul.menu li a:hover {
				color: #747474;
			}

	footer p.copyright {
		color: #747474;
                background-color: #FFF;
		margin: 3px 0 14px;
	}

	footer form {
		vertical-align: middle;
		margin: -5px 62px 0 0;
	}

		footer form label {
			color: #000;
			width: 60px;
			display: inline-block;
			line-height: 1;
			margin: 5px 5px 0 0;
			text-align: right;
			font-size: 12px;
			vertical-align: top;
		}
		
		footer form input {
			width: 13em;
			padding: 6px 0 3px 4px;
			vertical-align: middle;
			border: 1px solid #000;
		}
		
		footer form button {
			/*			position: relative;
			top: 1px;*/
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			background: #1dc1c3 url(//s3.amazonaws.com/stussyassets/wp/misc/arrow-right.gif) no-repeat 64px center;
			text-transform: uppercase;
			padding: 4px 50px 6px 10px;
		}

			footer form button:hover {
				background: #a1a1a1 url(//s3.amazonaws.com/stussyassets/wp/misc/arrow-right.gif) no-repeat 64px center;
				cursor: pointer;
			}

	footer .inline {
		vertical-align: middle;
	}

	footer ul.social {
		vertical-align: middle;
	}

		footer ul.social li {
			display: inline-block;
/*			float: left;*/
/*			margin-left: 2px;*/
			border: 1px solid #000;
		}

			footer ul.social li a {
				display: block;
				height: 30px;
				width: 45px;
				background-color: #000;
			}

			footer ul.social li.twitter a {
				background: #000 url(//s3.amazonaws.com/stussyassets/wp/footer/footer-twitter.png) no-repeat center center;
			}

			footer ul.social li.facebook a {
				background: #000 url(//s3.amazonaws.com/stussyassets/wp/footer/footer-facebook.png) no-repeat center center;
			}

			footer ul.social li.instagram a {
				background: #000 url(//s3.amazonaws.com/stussyassets/wp/footer/footer-instagram.png) no-repeat center center;
			}

			footer ul.social li.vimeo a {
				background: #000 url(//s3.amazonaws.com/stussyassets/wp/footer/footer-vimeo.png) no-repeat center center;
			}

			footer ul.social li.twitter a:hover {
				background: #FFF url(//s3.amazonaws.com/stussyassets/wp/footer/footer-twitter-black.png) no-repeat center center;
			}

			footer ul.social li.facebook a:hover {
				background: #FFF url(//s3.amazonaws.com/stussyassets/wp/footer/footer-facebook-black.png) no-repeat center center;
			}

			footer ul.social li.instagram a:hover {
				background: #FFF url(//s3.amazonaws.com/stussyassets/wp/footer/footer-instagram-black.png) no-repeat center center;
			}

			footer ul.social li.vimeo a:hover {
				background: #FFF url(//s3.amazonaws.com/stussyassets/wp/footer/footer-vimeo-black.png) no-repeat center center;
			}

				footer ul.social li a span {
					visibility: hidden;
					color: #fff;
				}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 33px;
	text-transform: uppercase;
}

	#main h1 {
		padding: /*20px */ 0 0 10px;
		border-bottom: 1px solid #c8c8c8;
		margin-bottom: 30px;
		line-height: 1.1;
		font-size: 2.54em;
	}

h2 {
    font-size: 185%;
}

	#main .post.category-features .page-header h1 {
		font-size: 2.155em;
		margin-bottom: 20px;
	}
	
	#main .post .page-header h1 {
		font-size: 1.845em;
		margin-bottom: 7px;
	}

	.page-header h2, .page-header h3 {
		text-transform: uppercase;
	}

		.page-header h2 a, .page-header h3 a {
			color: #212121;
		}

	.blog .page-header h2, .blog .page-header time, .archive .page-header time, .archive .page-header h2, .chapter article.blog .page-header h2, .chapter article.blog .page-header time {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		display: inline-block;
		font-size: 14px;
	}
	
		article.blog .entry-content {
			padding: 25px 20px 1px 170px;
		}
		
		.single-chapters article.blog .entry-content {
			 padding: 25px 0 1px 170px;
		}
		
		.single-chapters article.blog .entry-content.no-image {
			padding: 25px 0 1px 20px;
		}
			
			.single-chapters article.blog .entry-content p {
				padding-right: 20px;
			}
	
	.blog .page-header time, .archive .page-header time {
		float: left;
		color: #555;
		font-size: 1.1em;
	}
	
		.blog .page-header time span, .archive .page-header time span {
			color: #747474;
			padding: 0 5px;
		}
	
	.page-template-page-chapters-php #content.container h2 {
		font-size: 1.08em;
	}

h3 {
	font-size: 16px;
}

input, textarea, button {
	border: 0;
	font: 1.1em/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button, .button {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #000;
	padding: 6px 40px 3px 10px;
}

.button:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.archives {
	margin-top: -10px;
}

	.archives .archive {
		padding: 5px 10px;
		font-size: 1em;
		text-transform: uppercase;
		border-bottom: 1px dotted #cacaca;
		cursor: pointer;
	}
	
		.archives .archiveYears {
			display: none;
		}
	
			.archives .archiveYear {
				padding: 5px 25px;
				font-size: 1em;
				border-bottom: 1px dotted #cacaca;
				cursor: pointer;
			}
			
			.archives .archiveMonth {
				padding: 5px 20px;
				font-size: 13px;
				border-bottom: 1px dotted #cacaca;
				display: none;
			}
			
				.archives .archiveMonth td {
					padding: 10px 0 5px 0;
					display: inline-block;
				}
					
				.archives .archiveMonth td.txtMonth {
					width: 80px;
					padding: 0 10px 0 30px;
				}

    .archives .archiveMonth caption, .archives .archiveMonth thead, .archives .archiveYear cpation, .archives .archiveMonth thead {
        display: none;
    }
					
.chapters .entry-content {
	color: #747474;
}

.contactForm {
	float: left;
	width: 475px;
	padding: 0 !important;
}

	.contactForm div.field {
		float: left;
		width: 237px;
		padding: 0 !important;
		margin: 0 0 15px 0;
		font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}
	
	.contactForm div.field.right {
		width: 232px;
		margin: 0 0 15px 4px;
	}
	
		.contactForm div.field span {
			color: #d93636;
		}
		
		.contactForm div.field input {
			min-width: 218px;
            max-width: 344px;
            width: 100%;
			height: 28px;
			padding: 0 5px;
			font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
			line-height: 28px;
			border: 1px solid #b7b7b7;
			background: #fff;
		}
			
	.contactForm div.fieldb {
		clear: both;
		width: 475px;
		padding: 0 !important;
		margin: 0 0 15px 0;
		font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}
	
		.contactForm div.fieldb span {
			color: #d93636;
		}
	
		.contactForm div.fieldb input {
			width: 458px;
			height: 28px;
			padding: 0 5px;
			font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
			line-height: 28px;
			border: 1px solid #b7b7b7;
			background: #fff;
		}
		
		.contactForm div.fieldb textarea {
			width: 458px;
			height: 138px;
			padding: 5px;
			font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
			border: 1px solid #b7b7b7;
			background: #fff;
		}
		
	.contactForm .button {
		float: right;
		padding: 7px 28px 7px 24px;
		margin-right: 4px;
		font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-decoration: none;
		cursor: pointer;
	}
	
	.contactForm .button:hover {
		color: #000;
		background: #fff
	}

.contactInfo {
	float: left;
	width: 194px;
	padding: 9px 0 0 30px !important;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
}

.footer-button {
	vertical-align: middle;
	width: 90px;
}

#hamburger{
    display: none;
}

#welcome-mat-container{
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2100;
    text-align: center;
    font-size: 0;
    display: none;
}

#welcome-mat-container:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#welcome-mat{
    background-color: #FFF;
    left: auto;
    margin: 0 auto;
    display: inline-block;
    width: 35%;
    min-width: 270px;
    max-width: 500px;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    padding: 20px;
    font-weight: normal;
}

#welcome-mat > h1{
    font-size: 154%;
    text-align: center;
    margin-bottom: 15px;
}

#welcome-mat > ul{
    list-style: none;
    margin: 0;
}

#welcome-mat > ul > li{
    margin-bottom: 10px;
    padding-left: 25px;
}

#welcome-mat > ul > li.UK{
    background: url('//s3.amazonaws.com/stussyassets/wp/flags/euro.gif') no-repeat 0 center;
}

#welcome-mat > ul > li.US{
    background: url('//s3.amazonaws.com/stussyassets/wp/flags/usa.gif') no-repeat 0 center;
}

#welcome-mat > ul > li.TW{
    background: url('//s3.amazonaws.com/stussyassets/wp/flags/tw.gif') no-repeat 0 center;
}

#welcome-mat > ul > li a{
    color: #000;
    font-weight: bold;
}

#welcome-mat > ul > li a:hover{
    color: #747474;
}

#welcome-mat  span.continue2site{
    color: #747474;
    display: none;
}

/*price box*/
div.price-box > p,
div.price-box > .regular-price{

	font: italic 400 100%/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.price-box  .price{
	font-weight: normal;
}

div.price-box > p.old-price{
	display: inline;
	float: left;
	margin-right: 10px;
}

div.price-box > .old-price > .price{
	color: black;
	text-decoration: line-through;
}

div.price-box > .special-price > .price{
	color: #e62121;
}

/*sold out ribbon*/
.home .product .violator, #related_products .violator{
	position: absolute;
	top: 5px;
	left: -2px;
	background: #000 url('//s3.amazonaws.com/stussyassets/wp/violator/ico.gif') no-repeat;
	height: 20px;
	font-size: 85%;
	overflow: hidden;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFF;
}

.home .product .out-of-stock, #related_products .out-of-stock{
	font: normal 400 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header#banner{
	z-index: 10;
}

#mce-EMAIL::-webkit-input-placeholder {
   color: #7d7d7d;
}

#mce-email-label {
  position: absolute;
  left: 3px;
  top: 0;
  width: 100%;
  text-align: left;
  font-size: 0.8em;
  color: #7d7d7d;
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 375px){
    body{
        min-width: 320px;
        max-width: 375px;
        width: 100%;
    }

    .title-holder h2{
    	margin-left: 10px;
    }

    #ehu-bar-content{
    	width: 100% !important;
    }

    #nav-main{
        position: absolute;
        top: 76px;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: #FFFFFF;
        display: none;
    }

    #nav-main.show-nav{
        display: inline-block;
        z-index: 2;
    }

    #hamburger{
        display: block;
        position: absolute;
        left: 10px;
        top: 28px;
        cursor: pointer;
        background: url('//s3.amazonaws.com/stussyassets/wp/misc/hamburger.png') no-repeat -40px 0;
        height: 33px;
        width: 40px;
    }

    #hamburger.open{
        background-position: 4px 0;
    }

    nav > ul > li.shop > a{
        vertical-align: middle;
    }

    nav > ul > li.shop > a:after{
        content: "";
        width: 9px;
        height: 5px;
        margin-left: 8px;
        vertical-align: middle;
        display: inline-block;
    }

    nav > ul > li.shop:hover > a:after{
        background-position: 0 -33px;
    }

    #header{
        z-index: 2003;
    }

    nav ul ul.sub-menu{
        position: static;
        padding: 0;
        width: auto;
    }

    nav ul li.shop a{
        padding-left: 20px;
    }

    nav ul li{
        background: left center rgba(0,0,0,0);
        display: block;
        padding: 0;
        margin: 0;
        height: auto;
        line-height: 32px;
        width: 320px;
        margin-left: 0px;
        padding-left: 0px;
        border-bottom: 1px solid #000;
    }

    nav ul li a{
        padding-left: 20px;
    }

    nav ul ul.sub-menu li{
        padding-left: 20px;
    }

    a.logo{
        margin: 0 auto;
        display: block;
        margin-top: 5px;
    }

    #banner .container{
        padding-top: 15px;
    }

    .header-right{
        position: static;
        float: none;
        width: 100%;
    }

    .header-right ul{
        margin-right: 10px;
        margin-top: 0;
        float: right;
    }

    .container{
        min-width: 320px;
        max-width: 375px;
        width: 100%;
    }

    ul.product{
        min-width: 305px;
        max-width: 360px;
        width: 100%;
        text-align: center;
    }

    .product > li, .product .visual, .product .visual img{
        min-width: 140px;
        max-width: 170px;
        width: 100%;
    }

    .product > li{
        width: 46%;
    }

    .product > li:nth-child(even){
        padding-right: 0;    
    }

    .product .visual img{
        min-height: 186px;
        max-height: 225px;
    }
    
    .home #main{
        padding-top: 0px;
    }

    .title-holder{
        margin-top: 0px;
    }

    footer{
        height: auto;
        position: relative;
    }

    footer section#text-2{
        position: absolute;
        top: 12px;
        width: 100%;
        text-align: center;
    }

    footer .container > img{
        position: absolute;
        display: block;
        top: 78px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    footer > .container > .inline{
        width: 100%;
    }

    footer > .container > .inline > ul#menu-footer-nav{
        position: relative;
        text-align: center;
        top: 24px;
    }

    footer p.copyright{
        margin-top: 106px;
        text-align: center;
    }

    footer form input {
        width: 11.2em;
    }

    #content-info > .container > .float-right{
        width: 100%;
    }

    #text-4{
        min-width: 320px;
        max-width: 375px;
        width: 100%;
        margin-top: 6px;
    }

    footer form{
        margin: 0 !important;
    }

    footer form#mc-embedded-subscribe-form input[type=submit]{
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    footer ul.social{
        font-size: 0;
        text-align: center;
    }

    footer ul.social li:first-child{
        width: 45px;
    }

    footer ul.social li{
        width: 45px;
        margin-right: 10px;
    }

    footer ul.social li a{
        width: 100%;
    }

    /*store locator*/
    .page-template-page-chapters-php #content #main > h1{
        margin-left: 5px;
    }

    .page-template-page-chapters-php #content #main > div{
        text-align: center;
    }
    .page-template-page-chapters-php article, .page-template-page-chapters-php div article:nth-child(3n+1){
        margin-left: 0px;
        margin-right: 0px;
        min-width: 305px;
        text-align: left;
    }

    footer ul.social li a{
         width: 100%;
    }

    /*individual store*/
    .single-chapters #content > #main > .page-header{
        border-bottom: 1px dotted #c8c8c8;
    }

    .single-chapters #content > #main > .page-header > h1.entry-title{
        border-bottom: none;
        margin-bottom: 0;
        width: 79%;
    }

    .single-chapters #content > #main > .page-header > a.right-link{
        padding: 8px 0 4px;
        width: 20%;
        top: 5px;
        text-align: center;
    }

    .single-chapters #content > #main > .left-column{
        margin-top: 30px;
        min-width: 320px;
        max-width: 375px;
        width: 100%;
    }

    .single-chapters .chapters.type-chapters .slider-chapters{
        min-height: 254px;
        max-height: 400px;
        height: auto;
    }

    .single-chapters .chapters.type-chapters .slider-chapters:after{
        clear: both;
        content: " ";
    }

    .single-chapters .chapters.type-chapters .slider-chapters img{
        min-height: 221px;
        max-height: 259px;
        height: auto;
        min-width: 320px;
        max-width: 375px;
        width: 100%;
    }

    .single-chapters #content > #main > .left-column > .blog.post > img{
        display: inline-block;
        vertical-align: top;
        width: 47%;
        float: left;
        margin-left: 2px;
    }

    .single-chapters #content > #main > .left-column > .blog.post > .entry-content{
            display: inline-block;
            float: right;
            margin: 0;
            padding: 0;
            vertical-align: top;
            width: 50%;
    }

    .single-chapters #content > #main > .left-column > .blog.post > .entry-content > .page-header > time{
        display: block;
        float: none;
    }

    .single-chapters .post span.author-flag{
        right: 0;
        top: 0;
    }

    .single-chapters #sidebar{
        float: none;
        min-width: 320px;
        max-width: 375px;
        width: 100%;
    }

    .single-chapters #sidebar #twitterapi > .loading{
        margin-left: 10px;
    }

    .single-chapters #sidebar iframe{
        min-width: 316px;
        max-width: 371px;
        margin-left: 2px;
        width: 99% !important;
    }

    /*features*/
    .post.category-features{
        float: none;
        vertical-align: top;
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .post.category-features.last{
        margin-right: auto;
    }

    .post.category-features > a > img{
        display: inline;
        height: 212px;
        margin-left: 10px;
        margin-right: 10px;
        width: 300px;
    }

    .left-sidebar{
        float: none;
    }

    .right-column{
        float: none;
        min-width: 320px;
        max-width: 375px;
        width: 100%;
    }

    .feature{
        width: 100%;
    }

    .feature a.title{
        top: auto;
        bottom: 10px;
        min-width: 280px;
        max-width: 348px;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .feature > a > img{
        margin-left: 10px;
        min-width: 300px;
        max-width: 355px;
        width: 93%;
        display: block;
        margin: 0 auto;
    }

    .feature:first-child{
        margin-top: 7px;
        margin-right: 0px;
    }

    /*contact us*/
    .page-template-page-customer-service-php .contactInfo{
        padding: 9px 0 0 10px !important;
    }

    .contactForm{
        min-width: 290px;
        max-width: 355px;
        width: 100%;
    }

    .contactForm > .wpcf7 > .wpcf7-form > .field.right{
        float: none;
        margin: 0 0 15px 0;
    }

    .contactForm > .wpcf7 > .wpcf7-form > .field,
    .contactForm > .wpcf7 > .wpcf7-form > .fieldb{
        min-width: 232px;
        max-width: 337px;
        width: 95%;
    }

    .contactForm > .wpcf7 > .wpcf7-form > .fieldb > span> .wpcf7-email,
    .contactForm > .wpcf7 > .wpcf7-form > .fieldb > span> .wpcf7-textarea{
        min-width: 218px;
        max-width: 344px;
        width: 100%;
    }

    /*customer service*/
    #menu-customer-service-navigation{
        margin-bottom: 10px;
    }

    .page-template-page-customer-service-php .page-header > h1{
        margin-left: 5px;
    }

    /*single feature*/
    .single-features .post.category-features{
        width: 100%;
        max-width: 375px;
    }

    .single-features .post.category-features .page-header{
        border-bottom: 1px dotted #c8c8c8;
    }
    .single-features #main .post.category-features .page-header h1{
        border-bottom: none;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .single-features .post.category-features .page-header ul.social{
        display: block;
        position: static;
    }

    .single-features .page-header ul.social li{
        float: none;
        display: inline-block;
    }
    
    .single-features .entry-content{
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .single-features .entry-content > p img{
        max-width: 375px;
        height: auto;
        width: 100%;
    }

    /*blog*/
    .blog #main .page-header,
    .single-post #main .page-header{
        border-bottom: 1px dotted #c8c8c8;
        margin-bottom: 20px;
        position: static;
    }

    .blog #main .page-header > h1,
    .single-post #main .page-header > h1{
        border-bottom: 0;
        display: inline-block;
        margin-bottom: 10px;
        min-width: 217px;
        padding-bottom: 0;
        padding-left: 5px;
        vertical-align: top;
        width: 68%;
    }

    .blog #main .page-header > a,
    .single-post #main .page-header > a{
        display: inline-block;
        position: static;
        vertical-align: top;
    }

    .blog #sidebar, .single-post #sidebar{
        display: none;
    }

    .blog #main .left-column,
    .single-post #main .left-column{
        float: none;
        max-width: 365px;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .blog #main .left-column article.post > a > img,
    .single-post #main .left-column article.post > img,
    .single-post #main .left-column article.post .entry-content img{
        max-width: 375px;
        height: auto;
        width: 100%;
    }

    .single-post #main .left-column article.post .entry-content img{
        margin-left: auto;
        margin-right: auto;
    }

    .blog #main .left-column article.post > div.page-header > span.author-flag,
    .single-post #main .left-column article.post > div.page-header > span.author-flag{
        bottom: auto;
    }

    span.logo{
        left: 0;
        margin: 0 auto;
        right: 0;
        position: absolute;
        top: 103px;
    }

    footer ul.menu{
    	padding-top: 0;
    }
}

