/*  
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/

	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 {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: verdana, arial, sans-serif;
	background: #fff;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	width: 600px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	}

#header h1 {
	font-weight: 600;
	letter-spacing: .3em;
	font-size: 1.7em;
	text-align: center;
	}

#content {
	font-size: 1.2em;
	clear: both;
	}

#product {
	font-size: 1.2em;
	}

#product h1 {
	font-size: 1.2em;
	}

#contact {
	font-size: 1.5em;
	text-align: center;
	margin-top: 20px;
	}

.rightcolumn {
	line-height: 1.4em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #fff; 
	border: none;
	}

#footer p.contact {
	font-size: 1.5em;
	text-align: center;
	}

#footer p.hours {
	font-size: 1.4em;
	text-align: center;
	}

#footer p.date {
	font-size: .9em;
	text-align: center;
	padding: 5px;
	}

#footer p.disclaimer {
	font-size: .9em;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	}

small {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	}

h2, h3, h4, h5 {
	font-size: 1.2em;
	}

.secsub {
	padding-top: 10px;
	}

.sectionblue {
	font-size: 1.2em;
	border-bottom: #006 8px solid;
	}

.catgrey {
	font-size: 1.2em;
	padding-top: 20px;
	border-bottom: #ccc 1px solid;
	}

.sectionblack {
	background-color: #000;
	color: #ccc;
	}

.sectionchar {
	background-color: #222;
	color: #ccc;
	}

.sectiondarkblue {
	background-color: #006;
	color: #ccc;
	}

.sectiongrey {
	background-color: #eee;
	color: #222;
	}

#sidebar .pagetitle {
	font-size: 1.5em;
	font-weight: bold;
	color: #c00;
	}

#sidebar h2.pagetitle {
	font-size: 1.6em;
	text-align: center;
	}

#sidebar h2.pagetitle2 {
	font-size: 1.6em;
	text-align: center;
	margin-top: 30px;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

#sidebar {
	font: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, blockquote, strike {
	color: #666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

.rightcolumn {
	float: right;
	padding: 0 10px 20px 25px;
	margin: 0 0 0 225;
	width: 470px;
	}

#footer {
	padding-top: 50px;
	padding-bottom: 70px;
	width: 760px;
	clear: both;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 25px 0 25px 0;
	}

h2 {
	margin-top: 25px;
	}

#sidebar h2.pagetitle {
	padding: 15px 0 29px 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3, h4, h5 {
	margin-top: 25px;
	}
/* 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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	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 */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.dropdown {
	min-width: 150px;
	text-align: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 25px 10px 0;
	margin-left: 10px;
	width: 195px;
	border-right: #ccc 1px solid;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	color: #ccc;
	height: 1px;
	width: 450px;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.txt7 {
	font-size: .7em;
	font-weight: normal;
	}

.txt8 {
	font-size: .8em;
	font-weight: normal;
	}

.txt9 {
	font-size: .9em;
	font-weight: normal;
	}

.txt10 {
	font-size: 1em;
	font-weight: normal;
	}

.txt11 {
	font-size: 1.1em;
	font-weight: normal;
	}

.txt12 {
	font-size: 1.2em;
	font-weight: normal;
	}

.txt13 {
	font-size: 1.3em;
	font-weight: normal;
	}

.txt14 {
	font-size: 1.4em;
	font-weight: normal;
	}

.redbold {
	color: #c00;
	font-weight: bold;
	}

.redbold12 {
	font-size: 1.2em;
	color: #c00;
	font-weight: bold;
	}

.redbold {
	color: #c00;
	font-weight: bold;
	}

.stock {
	font-size: 0.8em;
	text-align: right;
	width: 80px;
	padding-right: 10px;
	padding-top: 10px;
}

.thank {
	font-weight: bold;
	letter-spacing: .3em;
	font-size: 2.2em;
	color:#006;
	}

.tollfree {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	color:#c00;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
