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

strong {font-weight: bolder;}

em {font-style: italic;}

p { margin-bottom: 15px;}

body{
	background: #83ba9a url(images/background.png) repeat-x;
	font:bold 12px Helvetica,Arial,sans-serif;
}
#main{
	width:1044px;
	height:562px;
	margin:0 auto;
}
#main {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff3c9;
	height: auto;
	padding-bottom:0;
	padding-top:0;
}

#container{
	width: 770px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff3c9;
	height: auto;
}

#content{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:0;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:0;
	background: #FFF;
	width: 720px;
	margin:0;
}

div.entry-content{
	width: 100%;
}

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: 20px	
}

.aside ul{
	margin: 0 10px 20px 10px
}

div.entry-content table.wpsc_checkout_table td{
	padding: 4px;
	font-size: 1.4em
}

.entry-content h1, .entry-content h2{
	font-size: 1.6em
}
.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: 1.4em;
	padding: 5px
}

span.total{
	margin-top: 25px;
	text-align: right;
}

span.blog-title { vertical-align: middle;}

#container,
#primary{
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: transparent;
}

#container.home,
#primary{
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: transparent;
}


#container > *{
	padding: 25px 10px 10px 30px;
	min-height: 600px;
}

#home-container > *{
	padding: 25px 10px 10px 30px;
	min-height: 200px;
}

#primary {
	width: 250px;
	margin-top: 0 !important;
	float: right;
	padding: 25px 10px 10px 30px;

}

h1.entry-title{
	width:284px;
	font-size:20px;
}
h2{
	font-size:22px;
	color:#429132;
}
.aside h3{
	border-bottom: none
}
.aside ul ul{
	margin-left: 0
}
#products_page_container{
	width:770px;
	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: 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;
	
}
input.wpsc_buy_button{
	background: none
}
.entry-content h3{
	font-size:15px;
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
	color: black;
	text-decoration: none;
	border: none;
	font-style: normal
}
.entry-content h3 a{
	font-size:12px;
	color:#c23f26;
}
h3.widgettitle{
	color:#83BA9A;
	font-size:18px;	
	font-style: normal;
}
.entry-content input.wpsc_buy_button{
	background-image: none;
	color: #C23F26;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	display: block;
	text-decoration: underline;
	width: auto;
	border: none;
	background-color: none;
	margin: 0;
	padding: 0
}
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:left;
	margin-right:5px;
	width:475px;
	margin-top:-70px;
	
	
}
.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;
}
#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:18px;
	color:#c23f26;
	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;
}

#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{
	background:transparent url(images/GCNlogo-text.png) no-repeat scroll 340px 50px;
	margin: 0 auto;
	padding: 0;
	width: 1044px;
}

#header{
	position: inherit;
}

#access{
	top:0;
	left:0;
	width:750px;
	height:40px;
	z-index:100;
	overflow:hidden;
	text-indent:20px;
	border: 0;
	border-right: 0;
	float:right;
	top:130px;
}

.sf-menu{
	border-right: 0
}
#access .menu{
	margin: 0
}
#access li{
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	border: 0
}
#access a{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #FFF3C9;
	color:#3a1a08;
	border: 0;
	font-weight:bold;
	font-size: 18px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	line-height: 12px;
	padding: 15px 20px 10px 0;
	margin-right: 10px;
	height:15px;
	font-style: italic;
}
#access a:hover {
	background: #3a1a08;
	text-decoration: none;
	color:#FFF3C9;

}

#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:#c23f26;
	margin-top:-6px
}

#siteinfo {
	color: white;
	font-size:11px;
	line-height:18px;
	padding:22px 0 44px;
	vertical-align: middle;
}

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
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	margin:20px;
	width:980px;
	height:263px;
	background:transparent;
	position:relative;
	padding:10px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:900px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:900px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:40px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:125px;
  left:0;
  background:transparent url(images/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:125px;
  right:0;
  background:transparent url(images/control_right.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#3A1A08;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(http://www.denvelopers.com/sandbox/globalcafenation/images/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin-left:20px;
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}
.post-thumbnail {
	float:left;
	margin:0;
	height:263px;
	}
.widgetcontainer {
	margin-bottom: 20px;
}

.sf-menu li ul {
    display:none;
}
