/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body { text-align: center; }

#content { font-size:100%; min-height:950px; line-height: 2em; }
td.textcol div.producttext { font-size:100%; margin-left:15px; }
td.textcol div.producttext strong { font-size:16px; }

.widecolumn {
	line-height: 1.6em;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#8b736a;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, blockquote, strike {
	color: #5c2d1d;
	}

a, h2 a:hover, h3 a:hover {
	color: #546c0c;
	text-decoration: none;
	}

a:hover {
	color: #f58f9b;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
#content { width:95%; }

.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 { padding:0; margin: 0; }

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#ff788b;
	font-size:16px;
	border-bottom:1px solid #d3d4b6;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	text-align:left;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */


/* Begin Sidebar */
#sidebar { width:95%; margin-left:10px; float:left; }

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Cart Styles */

ul.PeCategories li.MainCategory strong.category a { font-size:13px; color:#5c2d1d; text-decoration:none; }
ul.PeCategories li.MainCategory strong.category a:visited { color:#8b736a; }
ul.PeCategories li.MainCategory strong.category a:hover { color:#f58f9b; }

ul.SubCategories li a.categorylink { font-size:11px; }

div#content_main h2.prodtitles { font-size:120%; text-transform:none; letter-spacing:normal; }
p.wpsc_description { font-size:11px; }

p.wpsc_product_price, span.pricedisplay {font-weight:bold; font-size:12px;}

input.wpsc_buy_button { display:block; background:url(http://www.trinabags.com/images/add_to_cart.gif) center no-repeat; width:87px; height:27px; border:0; text-indent:-9999px; cursor:pointer; margin-left:15px; }
li#product-specials input { background:url(http://www.trinabags.com/images/add_to_cart.gif) center no-repeat; width:87px; height:27px; border:0; text-indent:-9999px; cursor:pointer; margin-top:10px;}

table.productdisplay { border-bottom:1px solid #d3d4b6; margin-bottom:10px; }

/* Share This */
div#wpsc_akst_form { position:absolute; top:50%; left:50%; z-index:100; }

/* End Entry Lists */