/* ------ 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: #eee url(bg-body.gif) repeat-x;
	font: 12px/160% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	}
	
/* Set margin and padding to 0 for all elements */
 
* {margin: 0; padding: 0;}


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

/* a) Containers */

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

#credits {
	width: 800px; margin: 0 auto;
}
#shopify {
	width: 600px;
	margin-top: 30px;
	float: left;
	text-align: center;
	font-size: 85%;
	margin-bottom: 5px;
}

#content {
	display: inline;
	float: left;
	width: 800px;
	margin: 0 58px;
	padding-bottom: 30px;
	background: url(bg-content.gif) repeat-y;
	}
	
#main {
  	float: left;
  	width: 597px;
  	padding: 30px 5px 0;
	background: url(bg-main.gif) top left no-repeat;
	color: #777;
	}
	
/* b) Header */

#header {height: 130px; padding-bottom: 12px; }

#header-left {
	width: 450px;
	float: left;
	text-display: inline;
}

#header-right {
	margin-left: 450px;
	height: 100%;
	background: url(flag.jpg) 340px 5px no-repeat;
}

#promo {
	float: left;
	width: 175px;
	height: 128px;
}

#promo a {
	background: url(header-crochet.png) no-repeat center bottom;
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: none;
}

#promo a:hover {
	background: url(header-crochet.png) no-repeat center bottom;

}
#header h1 {
	text-indent: -9999px;
	width: 400px;
	height: 130px;
	background: url(header_logo_new.jpg) no-repeat left top;
	}
#header h1 a {border: none; 
text-decoration: none;
display: block;
width: 100%;
height: 100%;
}

#header h1 a:hover {		background: url(header_logo_new.jpg) no-repeat left top;
 }

/* Cart status box */

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

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

/* c) Sidebar */

#sidebar {
	float: right;
  	width: 193px;
  	background: url(bg-sidebar.gif) top left no-repeat;
  	color: #333;
	font-size: 12px;
	}
#sidebar h3 {
	margin: 0 -10px 0 -4px;
	padding: 10px -0 10px 15px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	text-shadow: -2px 2px #fff;
	}
	
#sidebar h3 a {
		color: #333;
		border: none;
}

#sidebar h3 a:hover {
		color: #333;
		background: transparent;
}
	
#sidebar .vlink-list {
	list-style: none;
	margin-left: -4px;
	padding-bottom: 1px;
	background: url(sidebar-devider.gif) bottom left no-repeat;
	margin-bottom: 1em;
	}
#sidebar .vlink-list a {
  	display: block;
	width: 193px;
	padding: 9px 0 9px 15px;
  	color: #7ab8da;
  	text-decoration: none;
	border: none;
	background: url(sidebar-menu.jpg) left top no-repeat;
	}
#sidebar .vlink-list a:hover {
	color: #35718f;
	background-position: left -120px;
	}

#sidebar form { margin: 0 10px;}
#sidebar input { margin: 3px 0; color: #888;}
#sidebar input { }
#sidebar label { font-size: 11px;}

#sd_ireland {
	float: right;
	background: url(sd_ireland_logo.jpg) no-repeat left center;
	display: block;
	width: 190px;
	height: 100px;
}

#sd_ireland a {
	text-indent: -9999px;
	text-decoration: none;
	border:none;
	display: block;
	width: 100%;
	height: 100px;
}


#sd_ireland a:hover {
	border: none;
	text-decoration: none;
}
/* d) Footer */

#footer {
	clear: left;
	width: 723px;
  	padding: 0 0 15px;
  	margin: 0 0 40px;
	background: url(bg-footer.gif) bottom left no-repeat;
  	color: #777;
  	font-size: 11px;
  	text-align: center;
	}
#footer ul {
	list-style: none;
	margin: 0 63px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	}
#footer li {display: inline; margin: 0 5px;}
#footer a {border-color: #bbb; color: #333;}
#footer a:hover {border-color: #333; background: #333; color: #fff;}


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

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

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

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

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

.article-body-page {padding: 0 30px;}

.article-body-page img {
	border: 5px solid #b9b8b2;
	padding: 2px;
}

.article-home {padding: 0 30px; margin-left: 290px; }

.article-home-image {
	float: left;
	width: 275px;
	display: inline;
	padding-left: 30px;
}

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

#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 {
	color: #c00;
	font-size: 16px;
	font-weight: normal;
	}

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

#productsv {list-style: none; padding: 20px 30px 10px;}
	
li.productv {padding: 0 0 30px; width: 260px; float: left; padding-bottom: 50px; }
li.productv .thumb {float: left; width: 125px; padding-bottom: 30px; text-align: center;}
li.productv .thumb .money {
	margin-top: 0.7em;
	color: #c00;
	font-size: 17px;
	}
li.productv .pbody {margin-left: 28%;}
li.productv .pbody h3 {
	padding: 0;
	font-size: 15px;
	line-height: 1.5em;
	}
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 4px;
  	border: 1px solid #7ab8da;
  	background: #f5f5f5;
	color: #7ab8da;
	}
li.productv ul.buttons li a:hover {
  	background: #7ab8da;
  	color: #fff;
	}

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

#product h3 {
	margin-top: 40px;
	padding: 0 0 1em;
	font-weight: normal;
	font-size: 18px;
	font-family: "Myriad Pro", Myriad, Helvetica, Arial, Verdana, sans-serif;
	}
	 
.pimage {
  	float: right;
		width: 240px;
		margin: 60px 10px 20px 10px;
  	text-align: center;
	}

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

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

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

#price {
	padding: 30px 0 30px 60px;
	color: #c00;
	font-size: 26px;
	}

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: #c00;}
#variants span.soldout {background: #ffd; color: #c00;}

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


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

.info {
  	padding: 10px 30px;
  	border: 1px solid #c00;
	border-width: 1px 0;
  	background: #ffd;
  	color: #c00;
  	line-height: 130%;
  	text-align: right;
	}

#cart { }
#cart .money {color: #c00; font-size: 16px;}
#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 { }

#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 20px;
	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;}


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

/* a) Links */

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

/* b) Typography */

h2 {
	padding: 10px 30px;
	border: 1px solid #ddd;
	border-width: 1px 0;
	background: #f5f5f5;
	color: #444;
	font-weight: normal;
	font-size: 25px;
	font-family: "Myriad Pro", Myriad, Helvetica, Arial, Verdana, sans-serif;
	text-shadow: -3px 3px #fff;
	}

h3 {
	padding: 30px 30px 0.1em;
	color: #35718f;
	font-weight: normal;
	font-size: 20px;
	font-family: "Myriad Pro", Myriad, Helvetica, Arial, Verdana, sans-serif;
	}

/* c) Misc */

img {border: 0;}

.money {font-family: Georgia, "Times New Roman", serif;}

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

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


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


/* 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(header_bg.jpg) repeat-x;}
#header h1 {text-shadow: -3px 3px #b0e798;}
#header h1 a:hover {color: #358f44;}
#sidebar .vlink-list a {color: #4b9341;}
#sidebar .vlink-list a:hover {color: #4b9341;}
p.posted {color: #4b9341;}
li.productv ul.buttons li a {border: 1px solid #8dd070; color: #4b9341;}
li.productv ul.buttons li a:hover {background: #8dd070;}
#in-cart {border: 1px solid #016739; background: #01703B;}
a {border-bottom: 1px solid #4b9341; color: #4b9341;}
a:hover {background: #4b9341; border-bottom: 1px solid #4b9341;}
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;}

*/

#shop_list table {width:100%}
#shop_list td { padding-right:10px; font-size: .8em; vertical-align: top; padding-bottom: 2em; }

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h4 {
    background: transparent url(demobox.png) no-repeat bottom right; 
}

.cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h4 {
    background: transparent url(demobox2.png) no-repeat bottom right; 
}

.cssbox, .cssbox2 { 
    width: 175px !important; /* intended total box width - padding-right(next) */
    width: 155px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 10px auto; /* use to position the box */ 
}

.cssbox_body, .cssbox_body2 { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
}

/* set the top-right image */ 
.cssbox_head, .cssbox_head2 { 
    background-position: top right;
    margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 25px; /* right-image-gap + right-inside padding */ 
} 

.cssbox_body p, .cssbox_body2 p {
	        text-align: center;
	        font-size: .75em;
	        margin: 0 -25px;
	        }

.cssbox_body p em, .cssbox_body2 p em {
	font-size: 2em;
}

/* set the top-left image */
.cssbox_head h4, .cssbox_head2 h4 {
	font-size: .9em;
    background-position: top left; 
    text-align: center;
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 15px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
}
.cssbox_head h4 a, .cssbox_body p a {
	color: #484848;
	border: none;
}

.css_body p a em {
	color: #01703B;
}

.cssbox_head h4 a:hover, .cssbox_body p a:hover {
	background: transparent;
}

.css_body p a:hover em {
	background: transparent;
}

.cssbox_head2 h4 a, .cssbox_body2 p a {
	color: #484848;
	border: none;
}

.css_body2 p a em {
	color: #01703B;
}

.cssbox_head2 h4 a:hover, .cssbox_body2 p a:hover {
	background: transparent;
}

.css_body2 p a:hover em {
	background: transparent;
}

/* set the lower-left corner image */

.shipping {
	width:99%;
	height:524px;
	background: url('/s/files/shops/0001/1519/assets/UPS-time-map2.gif') no-repeat center top;
	border: 2px solid #bebeb8;
}

#cart_bottom_copy {
	margin-left:20px;
	margin-right:20px;
}

#cart_bottom_copy p {
	padding-bottom: 1em;
}

.selector-wrapper {padding: 0 0 1em;}
.selector-wrapper label { padding-right: 5px}

#price-field { 	color: #c00;
	font-size: 26px;
	margin: 1.5em 0;
}
