/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/*
	Forces backgrounds to span full width,
	even if there is horizontal scrolling.
	Increase this if your layout is wider.

	Note: IE6 works fine without this fix.
*/

body {
	min-width: 960px;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12{
	position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}


.clearfix {
	zoom: 1;
}


* { margin:0; padding:0;}
img { border:0;}

/* =============== */
/* = Start CSS = */
/* =============== */
body {
	color: #313131;
        background: #ffffff;
        font-size:12px; 
        font-family:Helvetica, Arial, sans-serif;
}

#wrapper {
	margin-top: 5px;
}

#header {
        margin-bottom: 10px;
        position: relative;
}

a { text-decoration:none; color: #626262; outline: 0;}
a:hover { text-decoration:underline;}
p { font-size: 12px; line-height:1.6em; margin:0 0 20px 0; color: #313131;}

h1, h2, h3, h4, h5, h6 { margin-bottom:10px;}
h1 { margin-bottom:10px; font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }

#logo {

}

#cart {
	margin-bottom: 10px;
	text-align: right;
}

#navigation {
        background: #3d3d3d;
}

ul#nav {
	list-style: none;
        height: 30px;        
}

ul#nav li {
	display: inline-block;

}

ul#nav li a {
	font-size: 12px;
        color: #fff7eb;
        line-height: 30px;
        display: block;
        padding: 0 10px;
        text-transform: uppercase;
}

ul#nav li a:hover {
        background: #3d3d3d;
        color: #5affd1;
        text-decoration: none;
}

#content {

}

/* =============== */
/* = index.liquid = */
/* =============== */

.mainimage img {
        max-width: 940px;
}

.leftpromo {
        width: 465px;
        float: left;
        margin: 10px 5px 10px 0;
}

.leftpromo img {
        max-width: 465px;
}

.rightpromo {
       width: 465px;
       float: right;
       margin: 10px 0 10px 5px;
}

.rightpromo img {
        max-width: 465px;
}


/* =============== */
/* = collections = */
/* =============== */


#collections {
}

#collections h2 {
       border-bottom: 1px dotted #d5d5d5;
       padding-bottom: 3px;
}

ul#links {
        margin-bottom: 10px;
}

ul#links li {
        list-style-type: none;
        padding: 2px 0;
        display: block;
}

ul#links li a:hover{
        background: #000;
        color: #0081da;
        text-decoration: none;
} 

ul#vendors {
        margin-bottom: 10px;
}

ul#vendors li {
        list-style-type: none;
        padding: 2px 0;
        display: block;
}

ul#vendors li a:hover{
        background: #000;
        color: #fff;
        text-decoration: none;
}       
        
ul#collectionlist {
	list-style: none;
	text-align: center;
        float: right;
}

ul#collectionlist li {
	margin: 0 10px 20px;
	padding: 5px;
	width: 203px;
	height: 230px;
}

ul#collectionlist li img {
	max-height: 240px;
        max-width: 203px;
}

.collection-products {
        text-align: center;
}

.collection-products h2 {
        font-weight: normal;
        font-size: 12px;
}

#collectionpage {
	margin-top: 10px;

}

.money {
       font-weight: bold;
}

.collection-description {
       margin-bottom: 10px;
       text-align: left;
}

.collection-description h1 {
      padding-bottom: 2px;
      font-size: 14px;
      border-bottom: 1px dotted #d5d5d5;
}

.red { text-decoration: line-through; }

/* ================ */
/* = Product page = */
/* ================ */

.thumbs {
    float: left;
    width: 70px;
    height: 100%;
}

.thumbs img {
    width: 70px;
}

.bigimage {
        float: right;
        width: 300px;
        margin-top: 0;
}

.bigimage img {
        position: relative;
        top: 0px;
        right: 0px;
}

#product-photos { float: left; padding: 5px 0;}
#product-photos img{ max-width: 300px; }
#product-photos ul {list-style: none;}
#product-photos ul li {float: left; list-style: none; margin-bottom: 10px;}

#product-description {float: left; }
#product-description h1 { border-bottom: 1px dotted #d5d5d5; padding-bottom: 2px; }
#product-description ul {display: block; list-style: none;}
#product-description ul li {margin-bottom: 20px;}
#product-description .original-price {font-size: 16px; }
#product-description .current-price {float: left; font-size: 16px; margin-top: 10px;}
#product-description #purchase {float: right;}
#product-description ul.description-list {margin-left: 30px;}
#product-description ul.description-list li {list-style: disc;}

#product-variants ul li input {margin-right: 10px;}
#product-variants ul li {margin: 5px 0; padding: 2px 0; }
#product-variants label.product-options {font-size: 12px; }
#product-variants {width: 300px;}
#product-variants .selector-wrapper { width: 200px; }
#product-variants .selector-wrapper label, #product-variants .selector-wrapper select {margin-bottom: 5px;}
select { border: 1px solid #e5e5e5; background: #fff; }

.desc { border-top: 1px dotted #d5d5d5; margin: 10px 0; padding-top: 10px;}

#productnav {
        float: right;
	font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: right;
}

.tab_container {
	border: 1px solid #f5f5f5;
	border-top: none;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px;
	font-size: 12px;
}

ul.tabs {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px; /*--Set height of tabs--*/
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 30px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #f5f5f5;
	border-left: none;
        border-bottom: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #3d3d3d;
        list-style-type: none;
}

ul.tabs li h3 {
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
}

ul.tabs li a {
	text-decoration: none;
	color: #fff7eb;
	display: block;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #3d3d3d;
        color: #5affd1;
}
html ul.tabs li.active a  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
        color: #000;
}




/* =============== */
/* = Cart = */
/* =============== */

#cartpage {
	margin: 10px 0;
}


#basket {
	width: 100%;
	font-size: 12px;
}

#basket th {
	padding: 5px 0 2px;
	border-bottom: 1px dotted #d5d5d5;
}

#basket td {
	vertical-align: top;
	border-bottom: 1px dotted #d5d5d5;
}

#basket td.basket-column-one {
	padding: 7px 0;
}

#basket td.basket-column {
	width: 80px;
	padding-top: 12px;
        text-align: center;
}

#basket td.basket-columnPrice { 
	text-align:right;
        padding-top: 12px;

}

#basket td.basket-columnDel {
    padding-top: 12px;
    width:30px;
}

#basket td input {
    text-align: center;
}

.basket-images {
	margin: 0 10px 0 7px;
	float: left;
	
}

.basket-images img {
	margin: 3px;
	padding: 5px;
        border:1px solid #d5d5d5;
}

.basket-images img:hover {

}

.basket-desc {
	width: 400px;
	padding-top: 2px;
	float: left;
}

.basket-odd, .basket-even {
	padding: 7px 10px;
}

.basket-even {
	background-color: transparent;
}

#basket-right {
	text-align: right;
	width: 300px;
	float: right;
}

#basket-right h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px 15px 0;
}

#basket-right input {
    padding-top: 5px;

}
#basket p {
	padding-bottom: 2px;
}

#note {
       background: transparent;

}

/* =============== */
/* = Blogs & Pages = */
/* =============== */

.page ul li { 
        list-style-position: inside;
        padding-bottom: 10px;
}

.article {
	margin: 10px 0;
	
}

.article-body {
	margin: 10px 0;
	padding: 0 0 20px 0;
	
}

#comments ul {
	margin: 10px 0;
	list-style-type:none;
}

#comments ul li {
	padding: 5px 0;
}

.comment-details {
	color: #666;
	
}

.comment-form input {
        margin-top: 10px;
        margin-bottom: 10px;

}

#comments dl {
	margin-top: 10px;
}

#comments dl dt {
	margin-top: 10px;
        margin-bottom: 3px;
}

/* Search
----------------------------------------------------------------------------------------------------*/

#search {
	float: right; 
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
}

#search form .search-field {
	background: url("search-bg.png") top left no-repeat; 
	border: 0 none; 
	color: #b5b5b5; 
	margin: -7px -27px 0 0; 
	padding: 9px 40px 8px 20px; 
	position: relative; 
	vertical-align: middle; 
	width: 181px; 
	height: 21px; 
	z-index: 2; 
	font-size: 12px;
}
	
#search form .search-button {
	border: 0 none; 
	position: relative; 
	right: 15px; 
	top: -2px; 
	vertical-align: middle; 
	z-index: 999;
}

#searchresults {
	margin: 5px 0px;
}

#searchresults h3 {
	margin: 10px 0;
}

#searchresults ol {
        margin-left: 0;
        padding-left: 0;
}

#searchresults ol li {
	border-bottom: 1px dotted #d5d5d5;
	padding: 10px 0;
        margin-top: 10px;
   	margin-bottom: 10px;
	clear: left;
	overflow: auto;
        list-style-type: none;
}

.result-image {
	float: left;
	margin-right: 15px;

}

.result-image img {
        border: 0;
}


/* =============== */
/* = Footer = */
/* =============== */

#footer {
	margin-bottom: 10px;
        border-top: 1px dotted #d5d5d5;
        padding-top: 10px;
}

#footer h2 {
	text-decoration: underline; float: left; 
}

ul#linkto {
	list-style: none;
}

ul#linkto li {
	margin: 10px 0;
}

ul#social {
	list-style: none;
  
}

ul#social li {
	display: inline-block; margin: 2px 10px 10px 0; 
}

ul#social li a{
        color: #3aa587;

}

.copyright {
	font-size: 12px;
	text-align: right;
	width: 100%;
        float: right; 
        padding: 10px 0;
        border-top: 1px dotted #d5d5d5;
}

/* =============== */
/* = Global = */
/* =============== */

.readmore {
	font-size: 12px;
	font-style: italic;
	color: #3aa587;
}

#breadcrumb {
	font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        display: none;
}

#breadcrumb a {
         padding: 0 5px 0 0;
}

#breadcrumb p {
         padding: 0 5px 0 0;
}

.separator {
         padding-right: 5px;

}


#paginate {
	text-align: right;
        float: right;
        margin-top: 10px;
        margin-bottom: 10px;
}


/* =============== */
/* = Cloudzoom = */
/* =============== */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin:-1px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:crosshair;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


/* TWITTER MODULE */
              
#twitter-module h3 {

}

.tweet-area {
  background-color:#fafafa;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.75);
  -moz-box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.75);
  box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.75);
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding:13px;
  margin-bottom:29px;
  position:relative;
  color:#333;
}


.twitter-niblet {
  position:absolute;
  height:24px;
  width:25px;
  background:url('//cdn.shopify.com/s/files/1/0097/5712/t/2/assets/global-sprite.png?807') no-repeat 0 -259px;
  bottom:-22px;
  left:50px;
}


.tweet-area .tweet {
  margin:0 0 4px 0;
}

.tweet-area .tweet a {
  border-bottom:none;
  padding:0;
}

.twitter-meta {
  width:191px;
  float:left; 
  margin-bottom: 10px;
}

.ft-module a.twitter-avatar {
  height:35px;
  width:35px;
  overflow:hidden;
  float:left;
  margin-right:8px;
  border-bottom:none;
}

.twitter-avatar img {
  width:35px;
}

.twitter-names {
  float:left;
  width:139px;
  margin-top:3px;
}

.ft-module a.twitter-name {
  font-weight:700;
  color:#333;
  font-size:12px;
  display:block;
  border-bottom:none;
  padding-bottom:0px;
  line-height:12px;
  margin-bottom:1px;
}

.ft-module a.twitter-name:hover { color:#333; }

.ft-module a.timestamp {
  font-size:11px;
  line-height:11px;
  border-bottom:none;
  padding:0;
  color:#333;
}

.ft-module a.timestamp:hover { border-bottom:none; }

.twitter-follow {
  width:100px;
  float:right;
  text-align:right;
  margin-top:2px;
}

.twitter-follow-button {
  width:63px !important;
  overflow:hidden;
}