/*
Theme Name: THEMAINFRAMES - modified from simpleCart(js)
Theme URI: http://www.chris-wallace.com/2009/07/17/simplecart-a-free-thematic-child-theme/
Description: THEMAINFRAMES theme.
Author: Adam Whippy
Author URI: http://www.adamwhippy.com
Template: thematic
Version: 0.7
*/

/* 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;}
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-color: #FFFFF;
	font:bold 12px Helvetica,Arial,sans-serif;
}
#main{
	width:1044px;
	height:562px;
	margin:20px auto 20px auto;
}

#main,
#container{
	height: auto
}

#container{
	width: 770px;
	#background:url(images/backdrop-4.jpg);
	background-color: #FFFFFF;
}

#content{
  width: 770px;
}

div.entry-content{
	width: 750px;
}

div.entry-content table.productcart tr.firstrow td{
	background-color: #407635;
	border: 1px solid #e7ebef;
	color: white;
	padding: 4px
}

div.entry-content table.wpsc_checkout_table{
  margin-top: 10px	
}

.aside ul{
	margin: 0 10px 20px 10px
}

div.entry-content table.wpsc_checkout_table td{
	padding: 4px;
	font-size: 1.2em
}

.entry-content h1, .entry-content h2{
	font-size: 1.6em
}
.entry-content h4{
	font-size: 1em
}

div.entry-content .wpsc_checkout_table input,
div.entry-content .wpsc_checkout_table textarea,
div.entry-content .wpsc_checkout_table select{
	width: 300px;
	font-size: 1em;
	padding: 5px
}

span.total{
	margin-top: 15px;
	text-align: right;
}

#container, #primary{
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #e7ebef;
}

#container > *,
#primary > *{
	padding: 0;
}

#primary {
	width: 250px;
	margin-top: 0 !important;
	float: right
}

h1.entry-title{
	width:284px;
	height:0;
	font-size:0;
	padding-top: 32px;
	margin: 20px;
}
h2{
	font-size:22px;
	/*color:#429132;*/
	color:#DF0F7F;
}
.aside h3{
	border-bottom: none
}
.aside ul ul{
	margin-left: 0
}
#products_page_container {
	width:770px;
	margin: 0 10px;
	float:left;
}
li.default_product_display{
	float:left;
	margin: 0 25px 0 25px;	
}
#wpsc_description.li{
	margin: 0 25px 0 25px;	
}
#products_page_container li img{
	display:block;
	max-width: 100%
}

checkout-total.checkout-total{
	font-color: #FFFFFF;
}
span.checkout-total{
	color: white !important;
	font-size: 14px !important;
	background: #407635;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height:21px;
	line-height:20px;
	/*margin:6px 4px 0 0;*/
	color:#fff;
	font-size:15px;
	/*padding: 2px 5px;*/
	font-weight:bold;
	margin:0 0 30px;
	padding:0 0 0 40px;
	text-align: center;
	
}
.wpsc_product_price span.oldprice{
	font-size: 12px !important;
	text-decoration:line-through;
	height:21px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	margin:0 0 30px;
	padding:0 0 0 40px;
}
span.pricedisplay{
	font-size: 14px !important;
	height:21px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	margin:0 0 30px;
	padding:0 0 0 40px;
}

span.emptycart{
	font-family: arial, verdana;
	font-size: 0.5em;
}

#sliding_cart.shopping-cart-wrapper table.shoppingcart tr td {
	font-size: 7pt !important;
	background-color:#fff;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
}

.aside table.td {
	padding:0.25em 0.8em;
}

input.wpsc_buy_button{
	background: none;
}
	
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
}

#primary{
  border: none;
  margin: 60px 0 0 0;
  padding: 18px 0 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;
}
h3{
	font-size:22px;
	color:#c23f26;
	padding-bottom:4px;
	margin-bottom:9px;
	border-bottom:1px dashed #d1d4d5;
}

#subsidiary{
	
}
#footer{
	clear:both;
	margin-top:15px;
	font:normal 11px Helvetica, Arial, sans-serif;
	background-color: #E7EBEF;
}

.aside{
	float:right;
	margin-right:5px;
	width:248px;
	margin-top:-70px;
	color: #666666;
	background-color: white;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;	
	
}
.aside a{
	font-size:11px;
	color:#000;
}
.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;
}
#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:#c23f26;
}
.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{
	display: none
}

#wrapper,
#header{
	margin: 0;
	padding: 0;
}

#header{
	position: inherit;
}

#access{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:32px;
	background-color: #d5d6d7;
	/*background:url(images/background-65-black.png);*/
	z-index:100;
	overflow:hidden;
	text-indent:20px;
	border: 0;
	border-right: 0
}
.sf-menu{
	border-right: 0
}
#access .menu{
	margin: 0
}
#access li{
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	border: 0
}
#access a{
	color:#DF0F7F;
	background: none;
	border: 0;
	font-weight:bold;
	font-size: .9em;
	line-height: 12px;
	margin: 0;
	padding: 10px 0
}

#footer{
	border-top: 0
	background-color: #d5d6d7;
}

.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:#c23f26;
	margin-top:-6px
}

#siteinfo {
	color: #666666;
	font-size:11px;
	line-height:18px;
	padding:22px 0 44px;
}

#siteinfo a{
  color: #666666;
}
#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
}

/******************************************
MAINFRAMES UNIQUE CUSTOMIZATIONS START HERE
::::::::PRODUCTS PAGE AND GLOBALS::::::::::
******************************************/

.main-aside ul {
	padding: 0 50px;
	margin: 0 40px;
}

#primary h3.widgettitle {
	color:#DF0F7F;
	font-size: 12pt;
	font-style: normal;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#subsidiary h3.widgettitle,
#subsidiary h3.widgettitle a {
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color:#DF0F7F;
	font-size:16px;
	font-style: normal;
	text-decoration: none;
	text-align:center;
}

#subsidiary li.widgetcontainer, 
#primary li.widgetcontainer {
	margin-bottom:30px;
}

#subsidiary.widgetcontainer {
	margin: 0 40px;
	text-align: left;
}

#subsidiary li.widgetcontainer li{
	list-style-image:none;
	list-style:none;
	list-style-position: outside;
	padding: 0 0 0 20px;
}

#subsidiary.widgetcontainer a, 
#subsidiary.widgetcontainer a:visited{
	font-weight: bold;
	text-decoration: none;
}

#subsidiary.widgetcontainer a:hover, 
#subsidiary.widgetcontainer a:focus{
	color: red;
	text-decoration: underline;
}

#subsidiary li.twitter-item{
	margin-bottom: 5px;
}

#subsidiary a.twitter-link{
	text-decoration: none;
}

#subsidiary a.twitter-link{
	text-decoration: underline;
}

div.hitarea {
	cursor: pointer;
	cursor: hand;
	padding: 0;
	margin: 0 0 15px 0;
	width: 142px;
}

.entry-content h3{
	margin: 2px 5px 2px 0;
	font-size:18px;
	padding: 0 0 0 40px;
	border: none;
}

.entry-content img {
	margin: 0 0 10px;
}

a.productlink, a:hover.productlink, a:focus.productlink {
	font-size:18px;
	font-weight: bold;
	font-style: normal;
	color:#DF0F7F;
	text-decoration: none;
}

span.price {
	margin: 0 0 30px;
	padding: 0 0 0 40px;
}

li#latest-products div.item_image {
	padding-bottom:5px;
}

li#latest-products div.item_image a {
	text-decoration: none;
}

span.rss-date {
	font-size: 8pt;
}

form.adjustform input, button{
	font:12px Helvetica,Arial,sans-serif;
}

table.wpsc_checkout_table {
	font:12px Helvetica,Arial,sans-serif;
}

/******************************************
MAINFRAMES UNIQUE CUSTOMIZATIONS START HERE
::::::::PRODUCTS PAGE AND GLOBALS::::::::::
******************************************/

.hentry {
	padding: 0;
}

div.wpsc_description {
	display: block;
	font-size: 1.2em;
	margin-top: 10px;
}

div.wpsc_description li{
	list-style-image:none;
	list-style:disc;
	list-style-position: outside;
	line-height: 1.5;
	margin-left: 5px;
}

.producttext h2.prodtitles {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	display: inline;
}

div.textcol .producttext {
	width: 350px;
}

a.wpsc_akst_share_link {
	padding: 0 5px;;
	display: inline;
	margin: 0;
}

a.wpsc_akst_share_link img{
	padding: 0;
	margin: 0;
}

div.wpsc_variation_forms {
	margin: 10px 0 5px 0;
}

div.wpsc_product_price {
	margin: 5px 0 5px 0;
}

form.product_form label {
	font-size: 1.2em;
}

form.product_form div.wpsc_product_price {
	font-size: 1.2em;
}

form.product_form input{
	font-size: 1.2em;
	font-family: verdana;
	text-align: center;
}

form.product_form select{
	font-size: 1.2em;
	font-family: verdana;
	padding: 0 0 0 5px;
}

input.make_purchase {
	font-size: 1.2em;
	font-family: verdana;
	text-align: center;
}

.entry-content input.wpsc_buy_button{
	background:url("images/addtobag.jpg") no-repeat scroll 0 0;
	height:25px;
	width: 100px;
	border: none;
	margin: 5px 0 0 0;
	font-size: 0;
	color: #000000;
}

div.wpsc_loading_animation  {
	visibility:hidden;
	margin: 2px 0 15px 0;
}

div.wpsc_loading_animation img.loadingimage{
	margin: 0 0 12px;
}

div.wpsc_loading_animation span.updatetext{
	color: #DF0F7F;
}

#sliding_cart.shopping-cart-wrapper table.shoppingcart {
	margin-bottom:5px;
	margin-left:-30px;
}

a.checkout{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/checkout.jpg) repeat scroll 0 0;
	display:inline-block;
	font-size:0;
	height:25px;
	margin-left:70px;
	overflow:hidden;
	text-indent:-9999px;
	vertical-align:middle;
	width:100px;
}

div#tx-summary, div#tx-items{
	margin-left: 25px;
}

div#tx-summary h3 {
	color: #000000;
	font-family: arial;
	font-size: 12pt;
	font-style: normal;
	padding: 0;
	margin: 5px 0 10px 2px;
}

div#tx-summary span.txprice {
	color: white !important;
	font-size: 14px !important;
	background: #407635;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height:21px;
	line-height:20px;
	/*margin:6px 4px 0 0;*/
	color:#fff;
	font-size:15px;
	/*padding: 2px 5px;*/
	font-weight:bold;
	margin:0 0 30px;
	padding:0 0 0 40px;
	text-align: center;
}

div#tx-items h4 {
	color: #000000;
	font-family: arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 15px 0 5px 40px;
}

div#tx-summary ul.transact_summary li{
	list-style-image:none;
	list-style:none;
	list-style-position: outside;
	line-height: 1.5;
	margin-left: 5px;
}

div#tx-items ul.transact_item {
	margin: 10px 0 10px 75px;
}

div#tx-items ul.transact_item li{
	list-style-image:none;
	list-style:disc;
	list-style-position: outside;
	line-height: 1.5;
}

/*************************
Plugins CSS
*************************/
.getflash { font-size:8px; }
.wp_followme_c2 {
	position:fixed;
	background:#59B7FF;
	top:184px;
	right:0px;
	width:32px;
	height:160px;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}
.wp_shopme_c2 {
	position:fixed;
	background:#FFFFFF;
	top:20px;
	right:0px;
	width:61px;
	height:164px;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}