/** Shopify CDN: Minification failed

Line 232:0 Unexpected "}"

**/
/* ------ NOTES ---------------------------------------------------------------

Tellus theme for Shopify, made by Jimmy Nordlund (http://www.digitalvenues.se).
Comes in a few different colour variations (see section 8).

--------- CONTENTS ------------------------------------------------------------

1: BODY AND UNIVERSAL RESET
2: PAGE STRUCTURE
	a) Containers
	b) Header
	c) Sidebar
	d) Footer
3: ARTICLES
4: PRODUCTS
5: CART
6: GLOBALS
	a) Links

	b) Typography
7: MISC
---------------------------------------------------------------------------- */

/* 1: BODY AND UNIVERSAL RESET
============================================================================ */

body {
	margin: 0;
  	padding: 0;
        background-color: transparent;
        z-index: 0;
       /* background-image: url(orange_bars.png);*/ 


  	font: 10px/130% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        background: #eeefef;
}


#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}



	
/* Set margin and padding to 0 for all elements */
 
* {margin: 0; padding: 0;}

/* sets apart pagination nav from collection */
.clear{ clear:both; height:10px; font-size:1px; line-height:1px; }


/* 2. PAGE STRUCTURE
============================================================================ */

/* a) Containers */

#container {width: 1100px; margin: 0 auto; }
* html #container {width: 1100px; margin: 2px auto;

}

#content {
	display: inline;
	float: left;
	width: 800px;
	margin: 0 150px;
	padding-bottom: 30px;
        padding-top: 4px;

}




	
#main {
  	float: right;
  	width: 642px;
        border: 1px solid #CCCCCC;
        background-image: url(50_white.png);
}


#main2 {
  	float: right;
  	width: 790px;
        border: 1px solid #CCCCCC;
        background-image: url(50_white.png);
}



	
/* b) Header */

#header {
	position: relative;
	padding: 0;
	width: 950px;
	height: 150px;
        color: #FFF;

}
#logo {
       position: absolute;
       top: 143px;
       left: 79px;
}

#carticon {
     padding: 55px 0 0 855px;
}

ul#nav{
	margin:0;
	list-style-type:none;
	position:absolute;
	left:390px;
	top: 60px;
        


}

ul#nav li{
	margin:0 0 0 7px;
	padding:0 14px 0 7px;
	list-style-type:none;
	float:left;
	display:inline;
        border-right: 1px solid #CCC;
        font-weight: bold;
	background:transparent;
        font-size: 13px;
        line-height: 12px;
}

#nav li.active{
	color: #6d6f70;
}
ul#flashNav{
	margin:0;
	list-style-type:none;
	position:absolute;
	left:144px;
	top: 122px;

}

ul#flashNav li{
	margin:0 0 0 10px;
	padding:7px 0 0 0;
	list-style-type:none;
	float:left;
	display:inline;
	background:transparent;

}
#flashNav li.active{
	color: #DF3247;
}
#header a{
	text-decoration:none;
	color:#6d6f70;
}

#flashNav a{
	color:#A9A4A4;
}
#header a:hover{
	color:#9f1c2f;
}
#header li.current a {color: #DF3247;}



/* SHOP> Image */
.shoppy{
 	position: absolute;
	top: 30px;
	left: 154px;
}
/* Barbed Wire */
.barbed1{
	position: absolute;
	right: 0;
	top: 119px;
}
.barbed2{
	position: absolute;
	right: 0;
	top: 143px;
}
/* Beyond the Fence */
.beyond{
	position: absolute;
	right: 8px;
	top: 130px;
}
.cart-status{
	padding:7px 0 0 0;
	position:absolute;
	top:559px; /* 99px */
	right:0px;
	color:#666;
	text-transform:uppercase;
	padding-right:8px;


}



}
/*Search form */
form,fieldset {

	border: 0;
	padding:0;
	margin:5px 0;
}
.search-input {
	width: 140px;
	color: #555;
	height: 2em;
	margin: 0;
	/*margin: 5px 0 5px 10px;*/
	padding: 7px 0 0 26px;
	background: url(search_icon.png) no-repeat 5px 50%;
	background-color: #FFF;
	border: 0;
	font-size: 90%;
	position: absolute;
	right: 5px;
	top: 15px;
}

/* c) Sidebar */

#sidebar {

	float: left;
  	width: 135px;
  	color: #999;
        padding-left: 6px;
}
#sidebar img {
	padding: 5px 0px 5px 0;
}
#sidebar .vlink-list {
	list-style: none;
        line-height: 16px;
        font-size: 11px;
        padding: 0px 0px 10px 5px;
}
#sidebar .vlink-list a {
  	/*display: block;*/
	width: 155px;
	
        color: #666666;
        text-decoration: none;
	border: none;

}
#sidebar .vlink-list a:hover {
	color: #9f1c2f;
}
#sidebar li.current a {color: #DF3247;}

#sidebar form {display: inline; float: right; margin: 10px 10px 20px;}
#sidebar input {float: right; margin: 7px 0; color: #888;}
#sidebar input.searchfield {width: 100%;}
#sidebar label {display: block; font-size: 11px;}

/* d) Footer */

#footer {
	clear: left;
	width: 950px;
  	padding: 0;
  	margin: 0;
	text-align: right;

}
#footer ul {
	list-style: none;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 5px;


}
#u4ea{
float: left;
margin-left: 143px;
margin-top: 6px;

}
#footer li {display: inline; border-right: 1px solid #CCC; padding:0 10px 0 10px;}
#footer a {color: #666; text-decoration: none;}
#footer a:hover {color: #DF3247; text-decoration: none;}
#footer li.current a {color: #DF3247;}

/* 3: ARTICLES
============================================================================ */

.article .pbody {padding-left: 10px;}
.article h3 {padding-bottom: 0.7em;}

p.posted {padding: 0 30px 1em; color: #35718f; font-size: 11px; }

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

}


/* 4: PRODUCTS
============================================================================ */
/* Featured Products (don't need) */
#products {width: 100%;}
#products h3 {
	margin: 0.5em 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	
	}
#products td {
  	text-align: center;
  	border-left: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
  	padding: 30px 10px;
	}
#products td.col1 {border-left: 0;}

ul.attributes {
  	color: #555;
  	list-style: none;
  	line-height: 150%;
	}
ul.attributes li {font-weight: bold;}
ul.attributes li span.money {
	border: solid 1px red;
	color: #c00;
	font-size: 16px;
	font-weight: normal;
	}

/* New Styles */
	
/* Header for all Collection Pages */
#collectionImg {
	width: 600px; /* 635 */
	border: 8px #D6D4D3 solid;
        margin: 11px;
}

#collectionProdImg {
	width: 605px; /* 190 */
	border: 8px #D6D4D3 solid;
	
}
#featureImg {
	margin-top: 20px;
	margin-bottom: 4px;
        margin-left: 10px;

}
/* page bg */
#main .border {
	width: 619px; /* 635 */
	
	
}
#searchresults {

	width: 619px; /* 635 */
	
	
}
#searchresults ol {
    margin-left: 30px;
    margin-right: 20px;
}
	
ul.featured-products li{

	float:left;
	width:190px; /* 190 */
	height: 248px; /* 240 */
	padding: 0 8px 0 0;
	margin: 0px 5px 50px 6px; /* space between images. vertically was 50. too much for no info */
	display: inline;
}
.main ul.featured-products li{
	margin-left:30px;
}
ul.products li.first{
	clear:left;
}
ul.products .image{
	padding:4px;
	width: 190px;
	height: 240px;
	text-align:center;
	background: #FFF;
        border: 4px #D6D4D3 solid;
}
/* THIS WORKS --- IMAGE ROLLOVER --- BG TO RED */
ul.products .image:hover{
	background: #FFF;
        border: 4px #9f1c2f solid;
}
ul.products h4{
	font-size:10px;
	margin:0;
}
ul.products h4 a{
	color:#CCC;
	text-decoration: none;
}
ul.products h4 a:hover{
	color:#DF3247;
	text-decoration: underline;
}
ul.products .info{
	text-align: center;
	padding:4px 0;

}
ul.products .price{
	font-weight: bold;
	color: #DF3247;
}
/* space above collection */
ul.collection{
	margin-top:20px;

}

/* b) Main (single) product page */
#product {

width: 635px;
}

#product-images{
	width: 198px;
	text-align: center;

float: left;

}
.pimage {
	padding: 8px; /* assuming description will never be longer - want this on top */
	/*background: #D6D4D3;*/
	float: left;
	width: 320px;
        height: 500px;

	margin: 0 0 8px -20px; /* create space for text below */
  	text-align: center;
}
.pimage:hover {
  padding: 8px;
  /*background: #DF3247;*/
}


#product-info {
	float: right;
	width: 320px;
        height: 240px;
	padding: 50px, 0, 0, 0;
	/*border: 8px #D6D4D3 solid;*/
        border-left: 0;
        color: #6d6f70;
	
}

#product-info img {
	padding: 10px 20px 10px 20px;
}
	
#product-info h2,p {
	padding: 5px 0px;
	font-size: 11px;
}
#product-info form {
	
	margin: 0;
	padding: 0;
}
/* Additional Product images (numbers) */	 
#pimage-select {
	/*float: left;*/
	
	text-align: center;  
	margin-top: 4px;
}
#pimage-select a {
	
	color: #DF3247;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
}
#pimage-select a:hover {
	color: #FFF !important;
        text-decoration: none !important;
}
#collection-nav {
	/*float: left;*/
	
	text-align: right;  
	margin-top: 4px;
        margin-right: 4px;
}

#collection-nav a {
        color: #6d6f70 !important;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
}


#collection-nav a:hover {
	color: #9f1c2f !important;
        text-decoration: none !important;
}


#description {margin: 0 30% 0 30px;}


#price {
	padding: 10px 20px;
	color: #DF3247;
	font-weight: bold;
	}

ul#details {font-size: 11px; padding: 10px 0 0 30px;}
ul#details li {margin-right: 5px;}

#variants {list-style: none; margin: 0 0 30px 10px;}
#variants li {margin-bottom: 8px;}
#variants span.variant-price {color: #DF3247;}
#variants span.soldout {background: #ffd; color: #c00;}

select#chooser {
	float: left;
	margin-left: 16px;
}
/* line this text up in case there are no choices and therefore no jump menu */
.buynow {
	float: left;
	margin-top: 13px;
}
input#addtocart {
	margin-right: 8px;
	/*margin-bottom: 20px;*/
	float: right;
}

/* 5: CART
============================================================================ */
/* Collections pages product listing */
.info {
	/* change padding? */  	
	padding: 0;
	margin-left: 4px;
  	/*border: 1px solid #c00;*/
	/*border-width: 1px 0;*/
  	/*background: #ffd;*/
  	color: #666;
  	/*line-height: 130%;*/
  	/*text-align: right;*/

	}
.info a {
	color: #999 !important;
}
.info a:hover {
	color: #DF3247 !important;
}

#cart {margin: 15px;

}



#cart h3.small {
	margin: 0;
  	padding: 5px 30px;
	border-bottom: 1px solid #ccc;
  	color: #c60;
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  	text-align: right;
	}
#cart .right {
  	position: absolute;
  	top: 10px;
  	right: 30px;
  	text-align: right;
	}

#cartform {margin: 30px 0;}



#cartbox {
	
	width: 300px;
        margin: 5px 5px 5px 0px;
	padding: 5px 5px;
        border: 1px solid #CCCCCC;
        background-color: #fff;
        background: url(scroll_bg.gif) no-repeat;

}


.scroll {
        height: 166px;
        width: 301px;
        overflow: auto;
   
}


.scroll_pages {
        height: 300px;
        width: 435px;
        overflow: auto;
   
}


.scroll_pages_longer {
        height: 300px;
        width: 650px;
        overflow: auto;
   
}




#line-items {list-style: none; margin: 5px 0;}
#line-items li {
	position: relative;
  	padding: 10px 30px;
  	margin-bottom: 2px;
  	border-bottom: 1px solid #ccc;
	}
#line-items h3 {padding: 5px 0 0; font-size: 18px;}

.c-thumb {
  	float: left;
  	width: 50px;
  	margin-right: 5px;
  	padding: 2px;
  	text-align: center;
	}

li#total {
	margin: 30px 0 60px;
	border: 1px solid #c60;
  	border-width: 1px 0;
  	background: #ffd;
  	color: #444;
	font-size: 14px;
  	font-weight: bold;
  	text-align: right;
	}
li#total .money {font-size: 20px;}

#update-cart { position: relative; right:180px;}

/* Cart status box */

#in-cart {
	display: inline;
	float: right;
	position: static;
	height: 26px;
	margin: 7px 255px 13px;
  	padding: 5px 14px 0;
	border: 1px solid #5e8ba6;
	background: #6b9fbd;
  	color: #000;
}

#cart-count {
	float: left;
  	margin-left: 10px;
	padding-right: 20px;
  	font-size: 11px;
}
#cart-count a {border-color: #fff; color: #fff;}
#cart-count a:hover {border: none; background: none;}





/*<group=Page-Cart>*/
#cart .imgBorder {
	padding: 4px;
	background: #D6D4D3;
	/*width: 79px;*/
}

#page-cart table {
	/*border-bottom: 1px solid #efefef;*/
	width: 100%;
}
#page-cart td {
	padding: 5px;
	
	border-top: 1px solid #DDD;
}

#page-cart td a{
 font-weight: bold;
 font-size: 1.1em;
}

#page-cart .money {
 	padding-right: 10px;
 	color: #DF3247;
	font-size: 1.1em;
 	font-weight: bold;
}

#page-cart #total td {
 /*border-top: 1px solid #DDD;*/
/*padding-left: 20px;*/
}

#page-cart .checkout {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	
}




/* @group Shopping Basket */

#basket {
	width: 100%;
}

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

#basket td {
	vertical-align: top;
	border-bottom: 1px solid #e1ddc8;
}

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

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

.basket-images {
	margin: 0 10px 0 7px;
	float: left;
	border: 1px solid #e1ddc8;
}

.basket-images img {
	background-color: #fff;
	margin: 3px;
	padding: 5px;
}

.basket-images img:hover {
	background-color: #ccc;
}

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

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

.basket-even {
	background-color: #fbf9f2;
}

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

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

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


#basket-left {
  float: left;
}


#product-variants {
  width: 13em;
  font-size: 125%; 
}
 
#product-variants p.odd {
  padding: 4px 6px;  
}

select {
  margin-bottom: 10px;
  width: 15em;
}
#purchase {
  display: block;
}

#basket td.basket-column-one .basket-images {
  margin-left: 0;  
}
 
#basket td.basket-column-one .basket-desc {
  width: inherit;
}
 
#basket td.basket-column-two {
  width: 200px;
}
 
#update-cart {
  display: none;
}










/* 6: GLOBALS
============================================================================ */

/* a) Links */

a.product {
	border: solid 1px green;
	padding: 1px 0;
	border-bottom: 1px solid #bfe8ff;
	color: #7ab8da;
	text-decoration: none;
	}
a.product:hover {
	background: #7ab8da;
	border-bottom: 1px solid #7ab8da;
	color: #fff;
	}
a.img {border: none; background: none;}

#main a {
	color: #DF3247;
	text-decoration: none;

}
#main a:hover {
	color: #000;
	text-decoration: underline;
}

/* b) Typography */
/* page headers */

h2#page-title {
        margin-left: 30px;
        margin-top: 15px;
	line-height: 18px;
	font-size: 18px;
	color: #9f1c2f;
	text-transform: uppercase;

}


h2#product-title {
	line-height: 6px;
	font-size: 18px;
	color: #9f1c2f;
	text-transform: uppercase;
     
}


h2#product-subtitle {
	line-height: 9px;
	font-size: 16px;
	color: #6d6f70;
	text-transform: uppercase;

}

h2#product-subtitle-red {
	line-height: 3px;
	font-size: 14px;
	color: #9f1c2f;
	

}


h3#page-title3 {
	
	font-size: 11px;
	color: #9f1c2f;
        text-transform: uppercase;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	
	font-size: 12px;
	font-weight: 200;
}

/* c) Misc */

img {border: 0;}

ul.hlist {list-style: none;}
.hlist li {display: inline;}

#shopify {
	text-align: center;
	font-size: 85%;
	margin-bottom: 5px;
}
/* collection pages */
#pagination {
	
	float: right;

}

#pagination a {
  color: #CCC !important;
  text-decoration: none;
  border: none;
}
#pagination a:hover {
	color: #DF3247 !important;
	text-decoration: underline;
}

.address {
     color: #6d6f70;
}


/* 7: HACKS AND FIXES
============================================================================ */

/* Clear floats */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* A few special rules for the stupid one */

* html #sidebar {width: 189px;}
* html #sidebar h3 {border-bottom: 1px solid #ddd;}
* html #sidebar .vlink-list {background: none;}
* html #sidebar .vlink-list a {
	width: 182px;
	background: none;
	border-bottom: 1px solid #ddd;
	}
* html #in-cart {padding: 3px 14px 0;}


/* LIGHTBOX
============================================================================ */

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {

	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #D6D4D3;
}


.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 8px solid #D6D4D3;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;

	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 8px solid #D6D4D3;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
        color: #DF3247;
}


