
  	color: #333;
	font-size: 12px;
	}
#sidebar h3 {
	margin: 0 0 0 -4px;
	padding: 20px 0 20px 15px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	text-shadow: -3px 3px #fff;
	}
#sidebar .vlink-list {
	list-style: none;
	margin-left: -4px;
	padding-bottom: 1px;
	background: url(sidebar-devider.gif) bottom left no-repeat;
	}
#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 {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;}




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

#articles {
  padding: 20px 0;
}

.article {
	padding: 0 30px;
}

.article > p {
	padding: 0px;
	font-style: italic;
}

.article .pbody {
	padding-left: 10px;
}

.article h3 {
	padding: 0;
}

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

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

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

/* 4: COMMENTS
============================================================================ */
/* Comments */

#comments { margin: 20px 20px 20px 30px; }
#comments dt { margin-top: 10px; }
#comments dd input, #comments dd textarea { width: 300px; }
#comments>ul { margin-top: 10px; }
#comments>ul>li { margin: 10px 0; list-style-type: none; }
#comments h3 { margin-left: 0; padding-left: 0; }
  
.comment {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.comment-details {
	font-size: 90%;
  background: #ddd;
  padding: 2px 5px;
}

.notice {
  font-size: 10pt;
  margin: 15px 0;  
  border: 1px solid #eFeBd5;
  border-bottom: 1px solid #dFdBc5;
  border-right: 1px solid #dFdBc5;
  padding: 5px 15px;
  background: #FFFBE5;
  color: #6a9c30;
  text-align: center;
}

.error { color: #933; }
.input-error { background: #FFFBE5; }

.comment-form { 
	margin-top: 40px;
}

.comment-form .hint {
	font-size: 11px;
	font-style: italic;
	color: #666;
}

.comment-form dt {
	font-weight: bold;
}

.comment-form input[type=submit] {
	margin-top: 8px;
}

/* 5: 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;}
li.productv .thumb {float: left; width: 25%; 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 {
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 20px;
	}
li.productv .pbody ul.attributes li {
  	display: inline;
  	margin-right: 10px;
  	padding-top: 20px !important;
	}
ul.buttons {list-style: none;}
li.productv ul.buttons {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: 15px 0 40px 0;}

#price-field {
  margin: 15px 20px 0 0;
  font-weight: bold;
  font-size: 14px;
  float: left;
}

#product label {
  font-weight: bold;
  display: block;
  margin: 15px 0 5px 0;
  font-size: 12px;
}



/* 6: CART
============================================================================ */

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

#cart {margin: 0px 0;}
#cart .money {color: #2592ca; font-size: 14px;}
#cart .money.subtotal {color: #2592ca; font-size: 22px;}
#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;
	}
#cart #side_column { margin-top:150px; }
#cartform {margin: 0px 0;}

#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; margin:5px 0px 5px 0px !important;}

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

li#total {
	margin: 30px 0 10px;
	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;}

#bottom-cart-functions {
  border-bottom: none !important;
  padding-bottom: 5px !important;
}

#additional-checkout-buttons {
  text-align: right;
}

#additional-checkout-buttons p {
  margin: 0 0 15px 0;
  position: relative;
  right: 50px;
}

/* 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;}
.remove { font-size: 9px; }

/* 7: 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, a img, a:hover img { border: none !important; background: none !important; }

/* b) Typography */



/* c) Misc */

img {border: 0;}

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

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

#shopify {
	text-align: center;
	font-size: 85%;
	margin-bottom: 5px;
}

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

/* 8: DESIGNING OBAMA STYLES
============================================================================ */
 #page { 
		width: 880px;
		margin: 0px 0px;
	 }
	 #content {
		padding-left:236px;
clear:both;
width:880px;
	 }
	 #main_column {
		width:340px;
		padding-right:30px;
		float: left;  
		padding-top:85px;
	 }
	 #side_column {
		background: url(http://cdn.shopify.com/s/files/1/0031/4872/files/bg_side_column.jpg) repeat-y;
		float: left;
		width:274px;
		color:#767676;
	}
	#side_column_content {
        font-size:12px;
		line-height:1.6em;
		padding:0px 37px 50px 37px;

	}
	#post_press a {
		color: white;
	}
	
	#post_press {
		margin-bottom:400px;
		margin-top:61px;
	}

	#artists {
		font-size:.8em;
		line-height:1.6em;
		margin-bottom:40px;
	}
	#header {
		width:864px; 
	}
	#book { 
		width:622px;
		height:547px;
		float: left;
	}
#preorder {
margin-left: 20px;
}
	#video_credit {
		font-size:.8em;
		line-height:1.6em;
	}
	#type {
		float:left;
		width:220px;
		margin-top:145px;
	}    
	#footer {
		text-align:center;
	}
	
	.pledge_btn {
	 	background:url(http://cdn.shopify.com/s/files/1/0031/4872/files/btn_preorder.jpg) no-repeat; 
text-indent:999px;		
width:183px;
		height:34px;
                
	}
	.pledge_btn:hover {
		background-position:0px -34px;
	}
.checkout_btn {
	 	background:url(http://cdn.shopify.com/s/files/1/0031/4872/files/btn_checkout.jpg) no-repeat; 
text-indent:999px;		
width:183px;
		height:34px;
                
	}
	.checkout_btn:hover {
		background-position:0px -34px;
	}
.shipping_btn {
	 	background:url(http://cdn.shopify.com/s/files/1/0031/4872/files/btn_shipping.jpg) no-repeat; 
text-indent:999px;		
width:208px;
		height:34px;
                margin-left: 10px;
	}

	
	body {
		font-family: Georgia, "Times New Roman", serif;
		font-size:.9em;
		line-height:1.6em;    
		color:#565341; 
		margin-top:0px;
	}
	h1, h2, h3 {
		font-style: italic;
margin-bottom:20px;
margin-top:20px;
	}
p {
    margin-bottom:10px;
}
	.large_type {
		font-size:1.1em;
	}
	.clear {
		clear:both;
	}
	.small_type {
		font-size:.8em;
		line-height:1.6em;
	}
	a {
		color:#000;
		text-decoration:none;
	}
	a:hover {
		background-color:#057dcb;
		color:#fff;
	}
	.top40 {
		margin-top:40px;
	} 
	#video {
		width:340px;
		height:191px;
	}
.top10 { margin-top:10px; }


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


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

