/** Shopify CDN: Minification failed

Line 583:0 Expected "*/" to terminate multi-line comment

**/
/* ------ 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
8: COLOUR VARIATIONS
	a) Lime Green
	b) Strawberry Pink
	c) Sunset Orange

---------------------------------------------------------------------------- */



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

body {
	margin: 0;
  	padding: 0;
	background-color: #32556B;
    background-image: url(back.gif);
	background-repeat: repeat-x;
    background-attachment: fixed;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;	font-size: 1em;
	}
	
/* Set margin and padding to 0 for all elements */
 
* {margin: 0; padding: 0;}


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

/* a) Containers */

#container {width: 916px; margin: 0 auto;}

#content {
	display: inline;
	float: left;
	width: 800px;
	margin: 0 58px;
	padding-bottom: 25px;
	}
	
#main {
  	float: right;
  	width: 550px;
  	padding: 0px;
	color: #ffffff;
	}
	
/* b) Header */

#header {height: 200px; width: 800px; margin-left: 50px; margin-top: 10px; padding: 10px; background-color: #ffffff;}
#header h1 {
  	font-size: 1.2em;
        color: #6ccb17;
	font-family: "Trebuchet MS", Myriad, Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	}
#header h1 a {border-bottom: dotted 1px #ffffff; color: #6ccb17; text-decoration: none;}
#header h1 a:hover {border-bottom: solid 1px #ffffff; color: #6ccb17;}
#header #subtitle {
  	font-size: 1em;
  	margin: 2px;
  	padding: 0;
  	color: #ffffff;
	}	

/* c) Sidebar */

#sidebar {
  	width: 200px;
  	color: #ffffff;
padding: 0px;
	}
#sidebar h3 {
	margin-bottom: 25px;
	color: #488fc8;
	font-size: 1em;
        text-transform: uppercase;
	font-weight: bold;
	}

#sidebar li {
list-style-type: none;
margin-top: 15px;
font-size: 0.9em;
}

#sidebar .vlink-list {
	list-style: none;
	padding-bottom: 25px;
}

#sidebar .vlink-list a {
	padding: 5px 55px 5px 5px;
  	color: #cccccc;
  	text-decoration: none;
        background-color: #000000;
        border-right: 10px solid #6ccb17;
	text-transform: capitalize;
}
#sidebar .vlink-list a:hover {
	color: #ffffff;
        background-color: #488fc8;
        border-right: 10px solid #ffc605;
	}

#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: both;
	width: 916px;
  	padding-bottom: 10px;
  	margin: 0px;
  	color: #ffffff;
  	font-size: 0.8em;
  	text-align: center;
}

#footer ul {
	list-style: none;
	margin: 0 25px;
}

#footer li {display: inline; margin: 0 5px;}
#footer a {border-bottom: dotted #ffffff 1px; color: #ffffff;}
#footer a:hover {border-bottom: #ffffff solid 1px; color: #6ccb17;}


#shopify a {border-bottom: dotted #ffffff 1px; color: #ffffff;}
#shopify a:hover {border-bottom: #ffffff solid 1px; color: #6ccb17;}


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

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

h2#page-title {margin-bottom: 25px; padding-bottom: 25px;}

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

.article-body {padding: 0px;}


/* 4: PRODUCTS
============================================================================ */

#products {width: 100%; margin-top: 25px; margin-bottom: 25px;}

#products h3 {
	font-size: 0.8em;
	font-weight: bold;
}

#products h3 a {
	color: #6ccb17;
	text-decoration: none;
	border-bottom: dotted 1px #6ccb17;
}


#products h3 a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: solid 1px #6ccb17;
}

#products td {
  	text-align: center;
  	padding: 0px;
}

#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 {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
}

/* List one product per row in an unordered list */

#productsv {list-style: none; padding: 25px;}
	
li.productv {padding: 0 0 30px;}
li.productv .thumb {float: left; width: 25%; text-align: center;}
li.productv .thumb .money {
	color: #ffffff;
	font-size: 0.8em;
}

li.productv .pbody {margin-left: 28%;}

li.productv .pbody h3 {
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 1.2em;
	}

li.productv .pbody h3 a {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

li.productv .pbody h3 a:hover {
	color: #6ccb17;
	border-bottom: 1px solid #ffffff;
}

li.productv .pbody ul.attributes li {
  	display: inline;
  	margin-right: 10px;
  	padding-top: 20px !important;
}

li.productv ul.buttons {list-style: none; margin: 10px 0;}

li.productv ul.buttons li {display: inline;}

li.productv ul.buttons li a {
  	display: block;
  	float: left;
  	margin-right: 5px;
  	padding: 2px 30px 2px 5px;
  	border-right: 10px solid #6ccb17;
  	background: #000000;
	color: #cccccc;
}

li.productv ul.buttons li a:hover {
  	background: #488fc8;
  	color: #ffffff;
}

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

#product h3 {
	margin-top: 40px;
	padding: 0 0 1em;
	font-weight: normal;
	font-size: 0.9em;
	}
	 
.pimage {
  	float: right;
		width: 240px;
		margin: 60px 0px 20px 0px;
  	text-align: center;
	}

.pimage a {
  border: none;
  background: none;
}

#pimage-select {
  float: right;
  clear: right;
  width: 240px;
  text-align: center;
}

#description {margin-top: 25px;}

#price {
	padding-top: 25px;
	color: #ffffff;
	font-size: 1.5em;
}

ul#details {font-size: 0.8em; padding-top: 10px; margin: 0px;}
ul#details li {margin-right: 0px;}
ul#details a {colour: #ffffff; text-decoration: none;}

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

input#add {margin-bottom: 40px;}


/* 5: CART
============================================================================ */

.info {
  	padding: 5px;
  	color: #ffffff;
  	line-height: 130%;
  	text-align: right;
}

#cart {margin: 0px;}

#cart .money {color: #ffffff; font-size: 1em;}

#cart h3.small {
	margin: 0;
  	padding-bottom: 12px;
	border-bottom: 1px solid #ffffff;
  	color: #ffffff;
	font-size: 0.9em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  	text-align: left;
}

#cart h1.cart {
	margin: 0px;
  	padding-bottom: 25px;
  	color: #6ccb17;
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  	text-align: left;
}

#cart .right {
  	position: absolute;
  	top: 0px;
  	right: 30px;
  	text-align: right;
}

#cartform {margin: 0px;}

#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;
  	color: #ffffff;
	font-size: 14px;
  	font-weight: bold;
  	text-align: right;
}

li#total .money {font-size: 20px;}

#update-cart {float: left;}

/* Cart status box */

#in-cart {
	display: inline;
	float: right;
	margin: 10px 46px 10px;
  	padding: 5px;
	border: 1px solid #ffffff;
  	color: #ffffff;
	}

#cart-count {
	float: left;
  	font-size: 11px;
padding-left: 5px;
padding-right: 5px;
}

#cart-count a {border-bottom: 1px dotted #ffffff; color: #ffffff;}
#cart-count a:hover {border-bottom: 1px solid #ffffff; color: #6ccb17;}


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

/* a) Links */

a {
	text-decoration: none;
	}
a:hover {color: #ffffff;}
a.img {border: none; background: none;}

p a {color: #ffffff; border-bottom: dotted 1px #ffffff;}
p a:hover {color: #6ccb17; border-bottom: solid 1px #ffffff;}



/* b) Typography */

h2 {
	color: #6ccb17;
	font-weight: bold;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Myriad, Helvetica, Arial, Verdana, sans-serif;
	}

h3 {
	color: #fcc605;
	font-weight: bold;
	font-size: 1.25em;
	font-family: "Trebuchet MS", Myriad, Helvetica, Arial, Verdana, sans-serif;
}

#searchresults h3 {
	color: #fcc605;
	font-weight: bold;
	font-size: 1.25em;
	font-family: "Trebuchet MS", Myriad, Helvetica, Arial, Verdana, sans-serif;
}

#searchresults h3 a {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

#searchresults h3 a:hover {
	color: #6ccb17;
	border-bottom: 1px solid #ffffff;
}

/* c) Misc */

img {border: 0;}

.money {font-family: "Trebuchet MS";}

ul.hlist {list-style: none;}
.hlist li {display: list-item; margin-top: 5px;}
.hlist a {color: #ffffff; border-bottom: 1px dotted #ffffff;}
.hlist a:hover {color: #6ccb17; border-bottom: 1px solid #ffffff;}

#shopify {
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 10px;
}

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

/* Clear floats */

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

.clearfix {display: inline-table;}

/* 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: 0px 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;}


/* 8: COLOUR VARIATIONS
============================================================================ */

/*---- INSTRUCTIONS -------------------------------------------------------- 

Tellus comes in four different colour variations: Sky Blue (default), Lime 
Green, Strawberry Pink and Sunset Orange. To change colour just delete the 
last "/*" on the row that contains the name of the colour variation you want
to use and save the file, i.e. to use Lime Green remove the last "/*" on 
this row:

"/* a) Lime Green */ /*" 

To revert back to whatever colour you where using before, just add the last 
"/*" back in. 

---------------------------------------------------------------------------- */
	
/* a) Lime Green */ /*

body {background: #eee url(bg-body-green.gif) repeat-x;}
#header h1 {text-shadow: -3px 3px #b0e798;}
#header h1 a:hover {color: #358f44;}
#sidebar .vlink-list a {color: #8dd070;}
#sidebar .vlink-list a:hover {color: #358f44;}
p.posted {color: #358f44;}
li.productv ul.buttons li a {border: 1px solid #8dd070; color: #8dd070;}
li.productv ul.buttons li a:hover {background: #8dd070;}
#in-cart {border: 1px solid #6d9e56; background: #7bb462;}
a {border-bottom: 1px solid #c6efb3; color: #8dd070;}
a:hover {background: #8dd070; border-bottom: 1px solid #8dd070;}
h3 {color: #358f44;}

	
/* b) Strawberry Pink */ /*

body {background: #eee url(bg-body-pink.gif) repeat-x;}
#header h1 {text-shadow: -3px 3px #efb3e7;}
#header h1 a:hover {color: #8f358a;}
#sidebar .vlink-list a {color: #d17bc6;}
#sidebar .vlink-list a:hover {color: #8f358a;}
p.posted {color: #8f358a;}
li.productv ul.buttons li a {border: 1px solid #d17bc6; color: #d17bc6;}
li.productv ul.buttons li a:hover {background: #d17bc6;}
#in-cart {border: 1px solid #9e5e97; background: #b46bab;}
a {border-bottom: 1px solid #efc2ea; color: #d17bc6;}
a:hover {background: #d17bc6; border-bottom: 1px solid #d17bc6;}
h3 {color: #8f358a;}

/* b) Sunset Orange */ /*

body {background: #eee url(bg-body-orange.gif) repeat-x;}
#header h1 {text-shadow: -3px 3px #f9c574;}
#header h1 a:hover {color: #8f7535;}
#sidebar .vlink-list a {color: #e3a138;}
#sidebar .vlink-list a:hover {color: #8f7535;}
p.posted {color: #8f7535;}
li.productv ul.buttons li a {border: 1px solid #e3a138; color: #e3a138;}
li.productv ul.buttons li a:hover {background: #e3a138;}
#in-cart {border: 1px solid #ac792c; background: #c28b32;}
a {border-bottom: 1px solid #ffcd7f; color: #e3a138;}
a:hover {background: #e3a138; border-bottom: 1px solid #e3a138;}
h3 {color: #8f7535;}

