/*  
Theme Name: Hemingway
Theme URI: http://warpspire.com/hemingway
Description: Description: Hemingway is a simple weblog theme by <a href="http://warpspire.com">Kyle Neath</a> aimed at giving bloggers a great platform on which to customize.  If you'd like to learn more about Hemingway, <a href="http://warpspire.com/hemingway">head on over to Warpspire</a> or ask a question in the <a href="http://support.warpspire.com/discussions/hemingway">official support forums.</a> <br /><strong>This theme requires WordPress 2.0+</strong></a>.
Version: 0.20
Author: Kyle Neath
Author URI: http://warpspire.com
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
  padding:0;
  margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
select, option { color:black; }
.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
  background:#3d3d3d;
  color:#BFBFBF;
  font-size:11px;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
  width:80%;
  min-width:848px;
  max-width:85em;
  margin:0 auto;
}

a{
  color:#FFF;
}

h1{
 	color:#FFFFFF;
	font-family:helvetica,arial,sans-serif;
	font-size:2.3em;
	font-weight:normal;
	margin:0.7em 0;
	text-transform:uppercase;
}
h1.archive {
	color: #3d3d3d;
}
h2, h3{
  font-size:1.2em;
  color:#FFF;
  font-weight:normal;
}
#primary h2{
  color:#CCC;
}

p{
  line-height:1.75em;
}

#primary ul li{
  list-style-type:square;
  margin:0.5em 0 0.5em 2em;
}

blockquote{
  margin-left:1em;
  padding-left:1em;
  border-left:2px solid #CCC;
  color:#CCC;
}

pre{
  width:100%;
  padding:1em 0;
  overflow:auto;
  border-top:1px dotted #333;
  border-bottom:1px dotted #333;
}



.rule{
  border-top:1px solid #CCC;
  height:1px;
  font-size:1px;
  line-height:1px;
  margin:1.5em 0;
}
fieldset {
border:0 none;
margin: 0;
padding: 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
  background:#3d3d3d url('i/bg_top.jpg');
  height: 80px;
}


#header h2{
  font-size:2.25em;
  margin:0 0.5em 0 0;
  padding:0 0.5em 0.25em 0;
  border-right:1px solid #808080;
  float:left;
}
#header h2 a{ text-decoration:none; }

#header p{
  padding:1em 0;
  margin:0;
  line-height:1em;
}

#header #form .submit {
float:left;
margin-left: 3px;
font-family: Helvetica, Arial, sans-serif;
color: #fff;
text-transform: uppercase;
}
#header #form .mc-field-group {
float:left;
}
#header #form p{
	color:#FFFFFF;
	font-family:georgia,serif;
	font-style:italic;
}
#header #form input.txt {
background: #7b7b7b;
border: 1px solid #a3a3a3;
color:#FFFFFF;
font-family:georgia,serif;
font-size:13px;
font-style:italic;
height:19px;
padding:2px;
width: 200px;
}
#header fieldset {
	width: 602px;
}
#header .response {
	width: 300px;
	float: right;
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
	color: #3d3d3d;
}
/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
  background: #4d989c url('i/bg_bf_snow.jpg');
  padding:1px 0 0;
  color:#fff;
  height: 690px;
}

#primary.News {
  background: #d9cbda url('i/bg_news.jpg') fixed;
  height: auto;
  padding-bottom: 20px;
}
#primary.Tour {
  background: #190e0c url('i/bg_tour.jpg') no-repeat;
  height: auto;
  min-height: 460px;
  padding-bottom: 20px;
  overflow: hidden;
}
#primary.Tour .story{
  background: none;
}

#primary.Tour .story .date{
  background: #3d3d3d;
  color: #fff;
}
#primary.Tour ul li {
	list-style: none;
}
#primary.Tour h1 {
	margin-top: 0;
}
#primary.Media {
  background: #afb5b3 url('i/bg_media.jpg') no-repeat;
  height: 508px;
  padding-bottom: 20px;
  overflow: hidden;
}
#primary.Media .story{
  background: none;
}
#primary.Media h1{
  margin-top: 0;
}
#primary.Media .story ul li{
  list-style: none;
}
#primary.Contact {
  background: #E3E3E3 url(i/bg_contact.jpg) no-repeat scroll 40px 100px;
  height: 500px;
}
#primary.Contact h1{
  margin-top: 0;
  color: #3d3d3d;

}
#primary.Contact .story {
	background: none;
	color: #3d3d3d;
	font-size: 1.3em;
}
#primary.Contact .story a{
	color: #3d3d3d;
}

#primary.onecol-stories .primary{
  float:left;
  width:50%;
}
#primary.onecol-stories .secondary{
  float:right;
  width:40%;
  margin:0 0 0 10%;
}


.story {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(i/bg_post.png) repeat scroll 0 0;
	margin: 0 0 10px;
	padding:5px;
}
.story .head {
	overflow: hidden;
}
.story .date{
	background: #fff;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	color: #3d3d3d;
	width: 40px;
	text-align: center;
}
.story .date p{
	font-size: 1.5em;
	line-height:1em;
	margin: 0;
}

#primary.twocol-stories .story{
	clear:right;
	display:inline;
	float:right;
	margin:0 0 0 4%;
	width:44%;
	padding: 15px;
}
* html #primary.twocol-stories .story{
  margin-left:2%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 10px;
}

.story h3{
  font-size:1.15em;
  margin:0;
  font-weight:normal;
  color:#CCC;
}
.story h3 a{
	color:#FFFFFF;
	font-family:helvetica,arial,sans-serif;
	font-size:1.6em;
	text-decoration:none;
	text-transform:uppercase;
}

.story .details{
	border-top:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:0.95em;
	margin:1em 0;
	padding:0.5em 0;
	text-align:right;
}
.story .details .read-on{
  background:url(images/readon_black.gif) 100% 60% no-repeat;
  padding-right:20px;
}
.story .details a{
	color:#3d3d3d;
	font-weight:bold;
	text-decoration:none;
}
.story .details a:hover{ color:#FFF; }
#navigation {
	margin:10px 0 30px;
	min-width:887px;
	overflow:hidden;
}
#navigation #title {
	float: left;
}
ul#navBar {
	float: right;	
	margin: 20px 0 0;
}
ul#navBar li{
	height: 12px;
	overflow: hidden;
	float: left;
	list-style: none;
}
ul#navBar li.selected img{
	margin-top:-12px;
}
/* Single Post Styles */

#primary .primary{
  float:right;
  width:65%;
}
#primary .secondary{
  float:right;
  width:30%;
  margin-right:5%;
  padding-top:0.65em;
  display:inline;
}
* html #primary .secondary{ margin-right:4%; }

.secondary .featured p{
  border-bottom:1px solid #333333;
  border-top: 1px solid #333333;
  padding:0.5em 0 0.6em 0;
  line-height:1.5em;
  margin:1em 0 0 0;
}
.secondary .featured dl{
  margin:0 0;
  border-bottom:1px solid #333333;
  padding:0.5em 0 0.6em 0;
}
.secondary dt{
  display:inline;
  margin:0;
  padding:0;
  color:#AAA;
}
.secondary dd{
  display:inline;
  margin:0;
  padding:0;
}
.secondary dd a{ color:#808080; }
.secondary dd a:hover{ color:#FFF; }

.Store h1, .single-post h1, .single-post h2{ margin-top:0; }

#primary #promo {
	float: left;
	width: 47%;
	min-width: 439px;
	clear: left;
}
#primary #promo img.photo{
	float: left;
	margin-right: 5px;
}
#primary #promo img.text{
	float: right;
	clear: right;
}
/*-----------------------------------------------------------------------------------------------
  Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
  background:#0C0C0C;
  padding:1px 2em;
  border-top:1px solid #1C1C1C;
}

.comment-head{
  border-bottom:1px solid #1C1C1C;
  padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
  font-size:1.5em;
  margin:0;
}
.comment-head a{
  text-decoration:none;
  color:#868686;
}
.comment-head .details{
  font-size:0.95em;
}

ol#comments{
  list-style-type:none;
  margin:2em 0;
}
ol#comments li{
  list-style-type:none;
  margin:2em 0;
}

ol#comments li .avatar {
  border: 1px solid #222;
  padding: 2px;
}

#comments cite{
  float:left;
  width:31%;
  font-style:normal;
  text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
  display:block;
}
#comments cite span.avatarspan{ float: left; }
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
  text-decoration:none;
}
#comments cite .admin-tools{
  margin:5px 0;
}
#comments cite .admin-tools a{
  float:right;
  margin:0 5px;
  padding:0px 3px 3px;
  background:#666;
  border:1px solid #999;
  text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
  margin:1em 0;
  padding:0.5em;
  border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
  display:block;
  padding-top:68px;
  background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
  float:left;
  width:60%;
  margin-left:1.9%;
  border-left:1px solid #868686;
  padding: 0 0 0 2%;
}
#comments .content p{
  margin:0 0 1em 0;
}
#comments .content h3{
  margin:0;
  font-size:1em;
}

#comment-form{
  margin:5em 0 5em 35.4%;
  width:36em;
}
input.textfield{
  width: 15em;
  margin:5px 0;
}
textarea.commentbox{
  width:28em;
  height:10em;
  padding:0.25em;
  margin:5px 0;
  font-size:1.25em;
  font-family:Arial, Helvetica, sans-serif;
}

label.text{
  position:relative;
  left:0.5em;
  top:-0.5em;
}
.formactions input.submit{ 
  float:right; 
  padding:0 0.5em;
}
.formactions .spinner{
  float:right;
  margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
  padding:2em 0 0 0;
  background:url('i/bg_bottom.jpg') repeat-x;
  min-height:91px;
}
#ancillary .block{
  float:left;
  width: 30%;
  margin:0 0 0 5%;
  overflow: hidden;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
* html #ancillary .block{
  margin:0 0 0 4%;
}
#ancillary .first, * html #ancillary .first{
  clear:both;
  margin:0;
}
#ancillary .block-separator{
  clear:both;
  height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
  margin:0 0 1em;
  font-family: helvetica, arial, sans-serif;
text-transform: uppercase;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
  list-style-type:none;
  margin:1.5em 0 2em 0;
  border-top:1px solid #3D3D3D;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
  list-style-type:none;
  margin:0;
  padding:0.5em 0;
  border-bottom:1px solid #3D3D3D;
}
ul.dates .date{
  color:#858585;
  padding:0 1.5em 0 0;
}

ul.counts .count{
  float:right;
  color:#858585;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
  color:#BFBFBF;
  text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
  color:#FFF;
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
  list-style-type:none;
  margin:0;
}

ul.pages ul{
  margin:0;
}
ul.pages ul li{
  border:none;
  margin-left:2em;
  list-style-type:square;
}
ul.ec3_events li{
	list-style: none;
	margin-bottom:8px;
	color: #fff;
}
ul.ec3_events li.ec3_list_month{
	border-bottom: 1px solid #525252;
	margin-bottom:9px;
}

ul.ec3_events li.ec3_list_month span.month{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#twitter_div ul li, ul#follow li{
	border-bottom: 1px solid #525252;
	margin-bottom:15px;
	list-style: none;
	padding-bottom: 15px;
}
#twitter_div ul li a {
	text-decoration: none;
}
#follow li img.ico{
	vertical-align: middle;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
  clear:both;
  color:#939393;
  margin:2em 0 3em 0;
}
#footer .inside{

  padding:1em 0;
}
#footer p{
  margin:0;
  font-size:0.95em;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
  padding:0 0 0 1em;
  text-decoration:none;
  color:#525252;
}
#footer p.attributes a:hover{
  color:#FFF;
}

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

#search{
  float:right;
  width:200px;
  margin:1em 0 0 0;
  -moz-opacity:0.4;
  text-align:right;
}
#search:hover{
  -moz-opacity:1.0;
}
#search .searchimg{
  float:left;
  width:14px;
  height:13px;
  background:url(images/search.gif) 0 0 no-repeat;
  position:relative;
  top:4px;
}
#search input{ 
  width:175px; 
  font-size: 0.85em; 
  background:#CCC;
  margin-top:2px;
}
#search input:focus{
  background:#FFF;
}

#searchform{
  margin:1em 0;
}

#searchform #s{
  background:#222;
  border:none;
  border-bottom:1px solid #333;
  width:30em;
  color:#666666;
  padding:0.25em;
}

#searchform #searchsubmit{
  background:#000;
  color:#666;
  border:none;
  font-size:0.9em;
  text-transform:uppercase;
  letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
  width:30%;
  background:#333;
  padding:0 0 0 0;
  float:right;
  -moz-opacity:0.9;
  border-top:1em solid #000;
}
#search-results h3{
  font-weight:bold;
  text-align:left;
  margin:0;
  padding:0 0 1em 0;
  background:#000;
  
}
#search-results small{
  display:block;
  text-align:left;
  font-size:0.9em;
  padding:0.5em 1em 0.7em 1em;
  border-top:1px solid #666;
  border-bottom:1px solid #555;
}
#search-results small a{
  color:#CCC;
}
#search-results ul li{
  list-style-type:none;
  padding:0 1em 0.5em 1em;
  margin:0.5em 0;
}
#search-results ul li:hover{
  background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
  text-decoration:none;
  border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
  margin:0 7px 0 0;
  top:1px;
}

img.centered, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  color: #000;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* Shopping Cart Styles */
h3.minicart-title {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}
#primary ul.minicart-contents li{
  list-style-type:none;
  margin:0;
  padding:0.5em 0;
  border-bottom:1px solid #fff;
}
#primary.Store {
	background: #a0a0a0 url('i/bg_store.jpg');
}
#primary.Store .story{
  overflow: hidden;
  width: 600px;
}

#products {
	float: left;
	display: inline;
	margin: 2px 4px 4px 4px;
}
#products div.product {
	float: left;
	display: inline;
	width: 175px;
	height: 100%;
	margin-right:32px;
	margin-bottom:12px;
	}
#products #product-3, #products #product-6, #products #product-9, #products #product-12{
	margin-right: 0;
}
#products div.product p {
	margin-bottom: 0;
	}

#products .product-img {
	display: inline;
	float: none;
	vertical-align: middle;
	margin-top:5px;
	}

#products .product-info {
	float: left;
	width: 157px;
	padding: 5px 9px 11px 9px;
	}

html #products .product-info {
	width: 175px;
	w\idth: 157px;
	}

#products .product-title {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	}

#products .product-price {
	float: left;
	font-size: 10px;
	margin-right: 8px;
	}

#products .product-status {
	font-size: 10px;
	font-style: italic;
	}

#products .product-a {
	float: left;
	clear: left;
	display: block;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	height:253px;
	background: #3d3d3d;
	}

#products .product-a h3,
#products .product-a p {
	text-align: left;
	}

#products .product-a:hover h3,
#products .product-a:hover p {
	}



	#product-content {
		float: left;
		width: 100%;
		padding-bottom: 25px;
		}

	#product-images {
		float: left;
		}

		a#product-image span.icon_zoom {
		background-image:url(http://www.bigcartel.com/themes/sexy/images/icon_zoom.png) !important;
		background-position:-20px 50%;
		background-repeat:no-repeat;
		cursor:pointer;
		display:block;
		height:20px;
		left:4px;
		overflow:hidden;
		position:relative;
		top:-40px;
		width:20px;
		z-index:100;
		}
	a#product-image:hover span.icon_zoom {
		background-position: 0;
		}

	#product-images .product-img {
		margin: 0 0 10px 0;
		}

	#product-images .images-nav {
		float: left;
		position: relative;
		width: 300px;
		height: 28px;
		margin: 0;
		background: #e4e4e4;
		}

	#product-images .images-list {
		position: absolute;
		width: 244px;
		top: 0;
		left: 28px;
		padding: 7px 0 8px 0;
		text-align: center;
		margin: 0;
		}
	#product-images .images-list a{
		color: #363636;
	}
	#product-images .images-list li {
		display:inline;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0 5px;
		border-left: 1px solid #666;
		}

	#product-images .images-list li.image-1 {
		border-left: none;
		}

	#product-images .images-prev {
		position: absolute;
		top: 0;
		left: 0;
		padding: 5px;
		}

	#product-images .images-next {
		position: absolute;
		top: 0;
		right: 0;
		padding: 5px;
		}

	#product-images .images-prev a {
		display: block;
		width: 18px;
		height: 18px;
		background: url(http://www.bigcartel.com/themes/sexy/images/btn-prev.gif) no-repeat;
		}

	#product-images .images-next a {
		display: block;
		width: 18px;
		height: 18px;
		background: url(http://www.bigcartel.com/themes/sexy/images/btn-next.gif) no-repeat;
		}

	#product-images .images-prev span,
	#product-images .images-next span {
		display: none;
		}

	#product-details {
		float: left;
		width: 215px;
		margin-left: 15px;
		}

	#product-details ul {
		margin-left: 17px;
		}

	#product-details ol {
		margin-left: 23px;
		}

	#product-details li {
		font-size: 11px;
		line-height: 15px;
		list-style: disc;
		}

	#product-details ol li {
		list-style: decimal;
		}

	#product-details .price {
		width: 100%;
		margin-bottom: .7em;
		padding-bottom: .7em;
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		}

	#product-form {
		clear: both;
		float: left;
		width: 100%;
		}

	#product-details .info,
	#product-form .options {
		width: 100%;
		padding: .3em 0 .3em 0;
		border-bottom: 1px solid #ccc;
		}

	#product-form .options select {
		width: 100%;
		margin: .8em 0;
		}

	#product-form .options ul {
		margin: .8em 0;
		}

	#product-form .options li {
		list-style: none;
		padding: 1px 5px;
		}

	#product-form .options li input {
		text-align: left;
		vertical-align: middle;
		}

	#product-form .options li label {
		vertical-align: middle;
		font-weight: bold;
		}

	#product-form .options li.sold label {
		font-weight: normal;
		color: #999;
		}

	#product-addtocart {
		clear: both;
		display: block;
		width: 81px;
		height: 18px;
		margin-top: 15px;
		border: none;
		background: url(http://www.bigcartel.com/themes/sexy/images/btn-addtocart.gif) no-repeat;
		cursor: pointer;
		}

	#product-addtocart span {
		display: none;
		}

	#product-details div.sold h4,
	#product-details div.soon h4 { 
		margin-top: .8em;
		font-size: 18px;
		font-weight: bold;
		}

	#product-details div.sold h4 {
		color: #cf3636;
		}

	#inventory {
		float: left;
		width: 100%;
		padding: 10px 0 12px 0;
		border-bottom: 1px solid #ccc;
		}

	#inventory h3 {
		font-size: 12px;
		margin-bottom: 1em;
		}

	#inventory ul {
		margin: 0;
		}

	#inventory li {
		float: left;
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 3px;
		background: #f2f2f2;
		list-style: none;
		}	

	#inventory .bar {
		display: block;	
		position: relative;
		height: 14px;
		background: #dadada;
		}

	#inventory .bar span { 
		position: absolute; 
		left: 5px;
		top: 1px;
		width: 150px;
		height: 12px;
		font-size: 10px;
		line-height: 12px;
		overflow: hidden;
		}

	#inventory .bar span em {
		display: none;
		}

	#inventory span.sold {
		position: absolute;
		top: 1px;
		right: 5px;
		font-size: 10px;
		color: #ccc;
		line-height: 12px;
		}
		#cart-content {
			}

		#cart-table {
			text-align: left;
			border-collapse: collapse;
			border-spacing: 0;
			width: 100%;
			}

		#cart-table td,
		#cart-table th {
			text-align: left;
			}

		#update-btn-head {
			display: none;
			}


		/* Cart Table Columns --------------------------------------*/

		#col-item		{ width: 337px; }
		#col-price		{ width: 65px; }
		#col-qty		{ width: 40px; }
		#col-total		{ width: 65px; }
		#col-options	{ width: 30px; }


		/* Cart Table Header ---------------------------------------*/

		#cart-head {
			font-size: 9px;
			color: #fff;
			background: #404040;
			}

		#cart-head th {
			padding-top: 11px;
			padding-bottom: 11px;
			}

		#head-item {
			padding-left: 10px;
			}

		#head-options span {
			display: none;
			}


		/* Cart Table Body -----------------------------------------*/

		#cart-body {
			font-size: 9px;
			}

		#cart-body th {
			padding-left: 10px;
			font-weight: normal;
			}

		#cart-body td {
			padding: 9px 12px 9px 0;
			}

		#cart-body tr.row-alt th,
		#cart-body tr.row-alt td {
			background: #f0f0f0;
			}

		#cart-body .item-price {
			padding-right: 5px;
			}

		#cart-body .item-qty input {
			width: 2em;
			}

		#cart-body .item-total {
			font-weight: bold;
			}

		#cart-body .item-options {
			text-align: center;
			}

		#cart-body .item-options .remove-btn {
			width: 13px;
			height: 13px;
			background: url(http://www.bigcartel.com/themes/sexy/images/btn-delete.gif) no-repeat;
			border: none;
			cursor: pointer;
			display: block;
			}

		#cart-body .item-options span {
			display: none;
			}


		/* Cart Footer ---------------------------------------------*/

		#cart-footer {
			margin: 10px 0;
			}

		#cart-footer .cart-update {
			padding: 10px 0;
			text-align: right;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			}

		#cart-footer .update-btn {
			width: 85px;
			height: 18px;
			border: none;
			background: url(http://www.bigcartel.com/themes/sexy/images/btn-update.gif) no-repeat;
			cursor: pointer;
			}

		#cart-footer .cart-shipping {
			float: left;
			display: inline;
			margin: -31px 0 0 11px;
			}

		#cart-footer #country {
			width: 160px;
			margin-left: 5px;
			padding: 2px 0;
			font-size: 11px;
			}

		#cart-footer .cart-discount {
			padding: 10px 0;
			border-bottom: 1px solid #ddd;
			text-align: right;
			}

		#cart-footer #cart_discount_code {
			width: 80px;
			margin-left: 10px;
			}

		#cart-footer .cart-discount p {
			margin: 1px 0;
			}

		#cart-footer .cart-total {
			padding: 15px 0;
			text-align: right;
			border-bottom: 1px solid #ddd;
			}

		#cart-footer .cart-total h3 {
			font-size: 16px;
			margin: 0;
			}

		#cart-footer .cart-total p {
			margin-bottom: 0;
			font-size: 9px;
			color: #999;
			}

		#cart-footer .cart-total #cart-shipping-tax p {
			margin-bottom: 7px;
			font-size: 11px;
			color: #666;
			}

		#cart-footer .cart-options {
			float: right;
			margin-top: 10px;
			}

		#cart-footer .cart-checkout {
			float: left;
			} 

		#cart-footer .checkout-btn {
			width: 66px;
			height: 18px;
			margin-left: 8px;
			background: url(http://www.bigcartel.com/themes/sexy/images/btn-checkout.gif) no-repeat;
			border: none;
			cursor: pointer;
			}

		#cart-footer .update-btn span,
		#cart-footer .checkout-btn span {
			display: none;
			}

		span.total-discount,
		span.total-shipping {
			font-weight: bold;
			}

