/*
Theme Name: simpleCart(js)
Theme URI: http://www.chris-wallace.com/2009/07/17/simplecart-a-free-thematic-child-theme/
Description: simpleCart theme.
Author: Chris Wallace
Author URI: http://chris-wallace.com
Template: thematic
Version: 0.6
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; color: fff;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}



body{
	background:url(images/stripe.png);
      	font-family:Arial, Helvetica, sans-serif;
}
#main{
	background-color:#404041;
        margin: 0 auto;
	padding:38px;
	text-align:left;
	width:884px;
}

#main,
#container{
	height: auto
}

#container{
	width: 545px;
        padding: 20px;
}

#content{
  width: 536px
}

div.entry-content{
	width: 520px
}

div.entry-content table.productcart tr.firstrow td{
	background-color: #F78F1E;
	border: 1px solid #e7ebef;
	color: white;
	padding: 4px
}

div.entry-content table.wpsc_checkout_table{
  margin-top: 20px
}

table.wpsc_checkout_table p, table.wpsc_checkout_table h1, table.wpsc_checkout_table h2, table.wpsc_checkout_tableh3, table.wpsc_checkout_table h4 {
       font-size: 13px;
}

.aside ul {
	margin: 0 10px 20px 20px;
}

.aside ul li {
	list-style: none;
        color: #fff;
        border-top:1px dashed #D1D4D5;
        margin-bottom: 28px;
        padding-top: 5px;
        }


div.entry-content table.wpsc_checkout_table td{
	padding: 4px;
	font-size: 12px;
}

.entry-content h1, .entry-content h2{
	font-size: 22px;
        color:#F78F1E;
}
.entry-content h4{
	font-size: 1.2em
}

div.entry-content .wpsc_checkout_table input,
div.entry-content .wpsc_checkout_table textarea,
div.entry-content .wpsc_checkout_table select{
	width: 500px;
	font-size: 12px;
	padding: 5px
}

span.total{
	margin-top: 25px;
	text-align: right;
}

#container,
#primary{
	background-color: #39393A;
}

#container > *,
#primary > *{
	padding: 0;
}

#primary {
	width: 250px;
	margin-top: 0 !important;
	float: right

}

h1.entry-title{
	width:100%;
	height:25PX;
	font-size:22px;
	padding: 0px;
	margin: 0 0 10px 0;
	color:#F78F1E;
        }

h2{
	font-size:18px;
	color:#F78F1E;
}
.aside h3{
	border-bottom: none
}
.aside ul ul{
	margin-left: 0
}
#products_page_container{
	width:520px;
	margin: 0 10px;
	float:left;
}
#products_page_container li{
	float:left;
	margin: 0 25px 0 25px;
}
#products_page_container li img{
	display:block;
	max-width: 100%
}
span.pricedisplay{
	color: #F78F1E;
	font-size: 14px !important;
	line-height:20px;
	margin:0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	
}
input.wpsc_buy_button{
	background: none
}
.entry-content h3{
	font-size:16px;
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
	color: black;
	text-decoration: none;
	border: none;
	font-style: normal
}
.entry-content h3 a{
	font-size:16px;
	color:#F78F1E;
}
h3.widgettitle{
	color:#F78F1E;
	font-size:16px;	
	font-style: normal;
}
.entry-content input.wpsc_buy_button{
	background-image: none;
	color: #F78F1E;
        background-color: #000;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	display: block;
	text-decoration: underline;
	width: auto;
	border: none;
	background-color: none;
	margin: 20px 0;
	padding: 6px;
        float: left;
        display: block;
}
span.emptycart button{
  color: black;
	background: none;
	border: none;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	display: block;
	margin: 0;
	padding: 0
}
span.emptycart button,
.entry-content input.wpsc_buy_button:hover{
  text-decoration: none;
	cursor:pointer
}
a.checkout{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/btnCheckout.gif) repeat scroll 0 0;
	display:inline-block;
	font-size:0;
	height:25px;
	margin-left:140px;
	overflow:hidden;
	text-indent:-9999px;
	vertical-align:middle;
	width:87px;
}
a.checkout:hover {
background-position:87px 0;
}
#primary{
  border: none;
  margin: 60px 0 0 0;
  padding: 18px 0 0;
}
.aside{
	float:right;
	margin-right:5px;
	width:248px;
	margin-top:-70px;
	
}
.aside a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

.aside p {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

.aside a.simpleCart_checkout,
.checkoutEmptyLinks a.simpleCart_checkout{
	display:-moz-inline-box;
	display:inline-block;
	width:87px;
	height:25px;
	background:url(images/btnCheckout.gif);
	overflow:hidden;
	margin-left:100px;
	vertical-align:middle;
	text-indent:-9999px;
	font-size:0;
}
a.btnCheckout:hover{
	background-position:87px 0;
}
#downloadContainer{
	width:230px;
	font-size:11px;
	font-weight:normal;
	margin-top:52px;
}
#downloadContainer a{
	color:#222;
	text-decoration:none;
}
#downloadContainer a:hover{
	text-decoration:underline;
}
h2{
	font-size:18px;
	color:#F78F1E;
	padding-bottom:4px;
	margin-bottom:9px;
	border-bottom:1px dashed #d1d4d5;
}
#footer{
	clear:both;
	margin-top:15px;
	text-align:center;
	font:normal 11px Helvetica, Arial, sans-serif;
	color:white;
}
#footer a{
	color:white;
  text-decoration:underline;
}
#footer a:hover{
  text-decoration: none
}
#smallLogo{
	margin-top:2px;
	vertical-align:bottom
}
/*************************
my cart page
*************************/
.alsoContainer{
	float:left;
	clear:left;
	padding:15px 0;
}
.alsoInfo,
.alsoImage,
.alsoPrice{
	float:left;
}
.alsoImage{
	margin-right:8px;
}
.alsoInfo{
	margin-right:9px;
	width:90px;
}
.aside .alsoContainer a{
	color:#F78F1E;
}
.alsoPrice{
	color:#418932;
	font-size:13px;
	padding-top:5px;
}
.checkoutEmptyLinks{
	float:left;
	clear:left;
	width:500px;
	padding-left:221px;
}
.checkoutEmptyLinks a{
	color:#000;
	font-size:11px;
}
/*************************
Top Frame
*************************/

#branding{
	margin: 960px;
	margin: 0 auto;
	padding: 0;
}

#wrapper,
#header{
	margin: 0;
	padding: 0;
}

#header{
	position: inherit;
}

#access{
	background-color:#000000;
	height:38px;
	margin:0 auto;
	padding:0 0 0 20px;
	width:940px;
border-bottom: 0px;
}
.sf-menu{
	border-right: 0
}
#access .menu{
	margin: 0
}
#access li{
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	border: 0
}
#access a{
	color:#fff;
	background: none;
	border: 0;
	font-weight:bold;
	font-size: 1em;
	line-height: 38px;
	margin: 0;
	padding: 0px 20px 0 0
}

#access a:hover {
	color:#F78F1E;
}

#footer{
	border-top: 0
}

.clearboth{
	clear: both
}

.cartHeaders,.totalRow{display:none;}
.simpleCart_items{
	overflow-y:auto;
	overflow-x:hidden;
	height:324px;
	width:243px;
	margin-bottom:20px;
}
.itemContainer{
	clear:both;
	width:229px;
	padding:11px 0;
	font-size:11px;
}
.itemImage{
	float:left;
	width:60px;
}
.itemName{
	float:left;
	width:85px;
}
.itemPrice{
	float:left;
	width:85px;
	color:#418932;
}
.itemQuantity{
	float:left;
	width:33px;
	margin-top:-12px;
	vertical-align:middle;
}
.itemQuantity input{
	width:20px;
	border:1px solid #ccc;
	padding:3px 2px;
}

.itemTotal{
	float:left;
	color:#F78F1e;
	margin-top:-6px
}

#siteinfo {
	color: white;
	font-size:11px;
	line-height:18px;
	padding:22px 0 44px;
}

#siteinfo a{
  color: white
}
#siteinfo a:hover{
  -moz-opacity: 0.80;
  -webkit-opacity: 0.80;
  opacity: 0.80
}
table.shoppingcart,
table.shoppingcart td,
table.shoppingcart thead,
table.shoppingcart tbody,
table.shoppingcart th{
	border: 0
}
table.shoppingcart th,
table.shoppingcart td{
  vertical-align: middle
}


#artwork-blog {
	width: 960px;
        margin: 0 auto;
	height: 325px;
        position: absolute;
        top:0;
        left:0;
        z-index: 1;
	}

#logo {
        position: absolute;
        top:20px;
        left:38px;
        z-index: 10;
	}

#blog-title, #blog-description {
        display: none;
        }
p {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	word-spacing: normal;
	text-align:justify;
	letter-spacing: 0;
	line-height: 1.3;
	font-size: 14px;
        margin: 0 0 14px 0;
	}

h1, h2, h3, h4, ul {
	font-family:Arial, Helvetica, sans-serif;
        }

.aside ul ul li {
	padding:1px 0;
        border-bottom: 0;
        border-top:0;
	}

#topper {
	height:366px;
	width: 894px;
	padding:6px 66px 0 0;
	background-color:#000;
	text-align:right;
        margin: 0 auto;
	}

#topper input {
	padding: 0;
	margin: 0;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
        font-size: 10px;
}

.wpsc_description img {
margin:0;
}

body, input, textarea {
        font-size: 12px;
}

table.wpsc_checkout_table input.text, table.wpsc_checkout_table textarea, table.wpsc_checkout_table select, fieldset.wpsc_registration_form input {
        font-size: 12px;
        }

#slideshow-wrap {
   width: 894px;
   position: relative;
   height: 325px;
   }
img.plain {
    margin: 0;
}