/*
 * "Taylor Stitch" theme v1 for Shopify | by Jason Ferrier
 */

/* Primary Styles */
body {
	background: #fff url('../images/ts-background.jpg') no-repeat scroll;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: small;
	color: #000;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
}
h1, h2 {
	font-size: 180%;
	line-height: 1.2em;
	color: #000;
}
h3 {
	font-size: 18px;
	line-height: 1.2em;
	color: #000;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #6c0;
	text-decoration: none;
}
img { border: 0; }
hr, .hide { display: none; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-table;}
.clear {clear:both;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*****************************************************************************/
/* Wrappers and such */
/*****************************************************************************/
#wrapper {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#wrapper-lookbook {
	width: 930px;
	margin: 0 auto;
	position: relative;
}



/*****************************************************************************/
/* Header & Navigation */
/*****************************************************************************/
#header {
	display: inline;
	height: 145px;
	width: 880px;
}
#logo-label {
	top: 20px;
	width: 67px;
	position: absolute;
	left: 5px;
}
#logo-label a {
	display: block;
}
#navigation {
	height: 30px;
	padding: 45px 0 20px 90px;
	width: 745px;
}
#wrapper-lookbook #navigation {
	width: 840px;
}
.top-row img {
	float: left;
}
#navigation ul {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 16px 0 0 0;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	height: 13px;
	margin-right: 40px;
	position: relative;
}
#navigation li a.shirts,
#navigation li a.custom-shirts,
#navigation li a.limited-items,
#navigation li a.info,
#navigation li a.about-us,
#navigation li a.blog {
	margin-top: 7px;
}
#navigation li a span {
	background: transparent url('../images/nav-sprite.png') no-repeat scroll 0px 0px;
	position:absolute;
	width:100%;
	height:100%;
}
#navigation li a.shirts {
	width:40px;
}
#navigation li a.shirts span {
	background-position: 0px -15px;
}
#navigation li a.shirts:hover span,
#navigation li.current a.shirts span {
	background-position: 0px 0px;
}
#navigation li a.custom-shirts {
	width:94px;
}
#navigation li a.custom-shirts span {
	background-position: -50px -15px;
}
#navigation li a.custom-shirts:hover span,
#navigation li.current a.custom-shirts span {
	background-position: -50px 0px;
}
#navigation li a.limited-items {
	width:84px;
}
#navigation li a.limited-items span {
	background-position: -154px -15px;
}
#navigation li a.limited-items:hover span,
#navigation li.current a.limited-items span {
	background-position: -154px 0px;
}
#navigation li a.info {
	width:29px;
}
#navigation li a.info span {
	background-position: -248px -15px;
}
#navigation li a.info:hover span,
#navigation li.current a.info span {
	background-position: -248px 0px;
}
#navigation li a.about-us {
	width:60px;
}
#navigation li a.about-us span {
	background-position: -287px -15px;
}
#navigation li a.about-us:hover span,
#navigation li.current a.about-us span {
	background-position: -287px 0px;
}
#navigation li a.blog {
	width:34px;
	margin-right: 35px;
}
#navigation li a.blog span {
	background-position: -356px -15px;
}
#navigation li a.blog:hover span,
#navigation li.current a.blog span {
	background-position: -356px 0px;
}
#navigation li a.login-register {
	width:92px;
	height: 26px;
	margin-right: 5px;
	margin-left: 35px;
}
#navigation li a.login-register span {
	background: transparent url('../images/button-login-register.jpg') no-repeat scroll 0px 0px;
	background-position: 0 0;
}
#navigation li a.login-register:hover span,
#navigation li.current a.login-register span {
	/*background-position: -356px 0px;*/
}
#navigation li a.logout {
	width:61px;
	height: 26px;
	margin-right: 5px;
}
#navigation li a.logout span {
	background: transparent url('../images/button-logout.jpg') no-repeat scroll 0px 0px;
	background-position: 0 0;
}
#navigation li a.logout:hover span,
#navigation li.current a.logout span {
	/*background-position: -356px 0px;*/
}
#navigation li a.account {
	width:61px;
	height: 26px;
	margin-right: 5px;
}
#navigation li a.account span {
	background: transparent url('../images/button-account.jpg') no-repeat scroll 0px 0px;
	background-position: 0 0;
}
#navigation li a.account:hover span,
#navigation li.current a.account span {
	/*background-position: -356px 0px;*/
}
#navigation li a.shop-cart {
	width:65px;
	height: 26px;
	margin-right: 0;
}
#navigation li a.shop-cart span {
	background: transparent url('../images/button-shop-cart.jpg') no-repeat scroll 0px 0px;
	background-position: 0 0;
}
#navigation li a.shop-cart:hover span,
#navigation li.current a.shop-cart span {
	/*background-position: -356px 0px;*/
}


/*****************************************************************************/
/* Wrappers and such */
/*****************************************************************************/
.content-wrapper {
	clear: both;
	position: relative;
}
.lookbook {
	border-bottom: 1px solid #aaa;
	padding: 0 0 25px 0;
}
#content {
	margin: 5px 0 10px;
	padding: 10px 0;
	width: 880px;
	overflow: visible;
}
#content-lookbook {
	margin: 5px 0 0;
	padding: 10px 0 0;
	width: 930px;
	overflow: visible;
}


/* home grid */
#home-grid {
	margin: 20px 0;
	overflow: auto;
	width: 100%
}
#content-lookbook #home-grid {
	margin: 0;
	padding: 20px 25px;
	width: 880px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
#home-grid .block,
#home-grid .block-first,
#home-grid .block-last {
	width: 212px;
	height: 174px;
	background: #ccc;
	float: left;
	margin: 4px;
	position: relative;
}
#home-grid .block a,
#home-grid .block-first a,
#home-grid .block-last a {
	display: block;
	width: 212px;
	height:174px;
}
#home-grid .block-first {
	margin-left: 0;
	clear: both;
}
#home-grid .block-last {
	margin-right: 0;
}
#home-grid .newsletter {
	background: url('../images/home_grid_newsletter.png');
}
#home-grid .free-shipping {
	background: url('../images/home_grid_free_shipping.png');
}
#home-grid .size-guide {
	background: url('../images/home_grid_size_guide.png');
}
#home-grid .social-media {
	background: url('../images/home_grid_social_media.png');
}
#home-grid .social-media a.follow-facebook-block,
#home-grid .social-media a.follow-twitter-block {
	height: 86px;
}
#home-grid .social-media a.follow-twitter-block {
	margin-top: 5px;
}
#home-grid .ts-dwell {
	background: url('../images/home_grid_ts_dwell.png');
}
#home-grid .man-up {
	background: url('../images/home_grid_man_up.png');
}
#home-grid .refer-friend {
	background: url('../images/home_grid_refer_friend.png');
}
#home-grid .feedback {
	background: url('../images/home_grid_feedback.png');
}


/*****************************************************************************/
/* FOOTER */
/*****************************************************************************/
#footer {
	border-top: 1px solid #ddd;
	color: #888;
	line-height: 14px;
	margin-top: 40px;
}
#wrapper-lookbook #footer {
	border: none;
	margin: 0;
}
#seo-footer {
	text-align: justify;
	margin-top: 10px;
}
#footer-copy {
	width: 250px;
	margin: 80px auto 10px;
	text-align: center;
}


/*****************************************************************************/
/* LOOKBOOK CAROUSEL */
/*****************************************************************************/
.jcarousel-container p.caption {
	font-size: 16px;
	margin: 5px 0 10px;
	text-align: center;
}
.jcarousel-container-horizontal {
    width: 930px;
}
.jcarousel-clip-horizontal {
    width:  930px;
    height: 570px;
}
.jcarousel-item {
    width: 930px;
    height: 570px;
}
/* Buttons */
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
    position: absolute;
    top: 288px;
    width: 18px;
    height: 43px;
    cursor: pointer;
}
.jcarousel-prev-horizontal {
	left: -30px;
    background: transparent url(../images/arrow-left.jpg) no-repeat 0 0;
}
.jcarousel-next-horizontal {
	right: -30px;
    background: transparent url(../images/arrow-right.jpg) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}
.jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

/********
* CMS Left column subnavvigation
************/
.subnav-left {
	float: left;
	width: 200px;
}
.subnav-left a.current {
	color: #F18200;
	font-weight: bold;
}
.two-column-content-right {
	float: right;
	width: 680px;
	min-height: 400px;
}



/*****
* Main.css & Layout.css overwrites
***********/
.breadcrumbs {
	border: none;
	margin: 0;
	padding: 0;
}
.page-title {
	border: none;
}
.account-login .content {
	background: none;
}
.account-login .buttons-set {
	background: none;
}
.cart .discount button span,
.cart .shipping button span,
.cart-table .btn-continue span,
.cart-table .btn-update span,
button.button span {
	background: none repeat scroll 0 0 #949598;
	border: none;
}
.cart .discount button span span,
.cart .shipping button span span,
.cart-table .btn-continue span span,
.cart-table .btn-update span span,
button.button span span {
	color: #000;
}
#contactForm .fieldset {
	margin-bottom: 0;
}
#contactForm .buttons-set {
	margin-bottom: 50px;
}
.fieldset .legend {
	color: #E76200;
	background: #fff;
}
.box-account,
.addresses-list li.item {
	background: none;
}
.product-view {
	border: none;
}
.product-essential {
	background: none;
	border-bottom: 1px solid #ccc;
	padding: 0;
	position: relative;
}
.product-view .product-img-box {
	width: 567px;
}
.product-view .product-img-box .product-image-zoom {
	width: 567px;
	height: 380px;
}
.product-view .product-shop {
	width: 280px;
	height: 380px;
	position: relative;
}
.product-view .product-shop .short-description {
	background: none;
	position: absolute;
	top: 0;
	margin-top: 0;
	padding-top: 0;
}
.product-view .product-shop .add2cart-block {
	position: absolute;
	bottom: 0;
}
.product-collateral {
	background: none;
	padding: 0;
	margin-top: 20px;
}
.product-collateral .box-description-left {
	float: left;
	width: 565px;
}
.product-collateral .box-description-right {
	float: right;
	width: 280px;
}
.product-collateral .product-features,
.product-collateral .product-care-instructions {
	margin-bottom: 15px;
}
.box-collateral .product-features h4,
.box-collateral .product-care-instructions h4 {
	background: url(../images/product-feature-header-bg.jpg) repeat-x;
}
.box-collateral ul {
	list-style: disc inside none;
}
.add-to-cart button.button {
	padding: 10px;
}
.std p.last {
	margin-bottom: 30px;
}
.product-view .product-img-box .more-views li {
	background: none;
	margin: 0 0 10px 10px;
}
.product-view .product-img-box .more-views li a {
	border: 1px solid #fff;
	width: 65px;
	height: 65px;
}
.product-view .product-img-box .more-views li a:hover {
	border: 1px solid #ddd;
}
.cart .cart-collaterals .col2-set {
	width: 880px;
}
.cart .cart-collaterals .col2-set .col-2 {
	width: 193px;
}
.cart .discount,
.cart .shipping {
	background: #fff;
	width: 70%;
}
.cart .totals {
	background: #e8e8e8;
}
img.sizing-chart {
	margin-bottom: 40px;
}
.sizing-chart-copy {
	width: 500px;
}
.product-options,
.product-options-bottom {
	background: #fff;
}
.product-shop .product-options-bottom {
	margin-bottom: 0;
}
.cart .discount h2 {
	background: none;
}
.data-table thead {
	background: #fafafa;
}
.data-table thead th {
	background: url("../images/product-feature-header-bg.jpg") repeat-x scroll 0 3px transparent;
}
.data-table .odd {
	background-color: #fff;
}
.data-table tfoot tr {
	background: #eee;
}
.col-main {
	width: 630px;
}
.opc .step,
.opc .allow .step-title {
	background: #fff;
}
.opc .buttons-set {
	border: none;
}
.product-care-instructions ol {
	list-style: decimal inside none;
}
#product-attribute-specs-table {
	display: none;
}
