/*
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 */
a {
	text-decoration:none;
	outline:none;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #00457c;
	color: #111;
	text-align: center;
	}

#page {
/*	background:repeat-y url('images/background.png'); */
	background:repeat-y url('images/background2.png');
	text-align: left;
	width:1022px;
	}

#header {
	height:230px;
	}
	
.blue {
	background: #00457c;
	color:#FFF;
	margin-left:-30px;
	margin-left:-30px;
	padding-left:33px;
	padding-right:33px;
	padding-top:10px;
	padding-bottom:10px;
	width:884px;
}

.contactForm {
	text-align:left;
	padding-top:20px;
	border-bottom:20px;
}
	
.bannerimg {
	margin-left:-30px;
	padding:25px 0 20px 0; 
}

#content {
	font-size: 1.2em;
	padding-left:66px;
	padding-right:66px;
	padding-top:10px;
	font-size:14px;
	}

#footer {
	height:200px;
	width:950px;
	border: none;
	background: repeat-x url('images/footerBackground.png');
	color:#FFF;
	font-size:13px;
	}
	
#footer a {
	color:#0FF;
}

#footer a:hover {
	color:#FFF;
}

#footer a:visited {
	color:#0FF;
}

.footerLeft {
	float:left;
	width:450px;
	padding-left:30px;
	padding-top:20px;
}

.footerRight {
	float:left;
	padding-top:120px;
	padding-right:30px;
	width:440px;
	text-align: right;
}

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

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 24px;
	padding-bottom:10px;
	color: #00457c;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	padding-bottom:10px;
	}

.entry p a:visited {
	color: #b85b5a;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	margin:0px auto;
	padding: 0;
	}

#header {
	margin: 0 0 0 0px;
	padding-left: 36px;
	padding-top: 20px;
	}
	
.headerimg {
	float:left;
	padding-left:40px;
}

.mottoimg {
	float:left;
	padding-top:50px;
	padding-left:180px;
}

#clear {
	clear:both;
}
.post {
	margin: 0 0 0px;
	padding-bottom:10px;
	text-align: justify;
	}

hr {
	border:#00457c thin solid;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding-top:0px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding:0;
	}
/* End Structure */

/* Nav */

#top_nav>ul {
	float:left;
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:60px;
	padding-right:0;
	margin-top:20px;
	font-size:24px;
	overflow: hidden;
	background:#00457c repeat-x url('images/navBackground.png');
	display:inline;
	height:31px;
	font-family:Haettenschweiler, Impact, 'Arial Narrow';
	width:890px;
}
#top_nav>ul li {
	display: inline;
}
#top_nav>ul li a {
	color: #fff;
	padding:20px 30px;
	text-decoration: none;
}
#top_nav>ul li a:visited {
	color: #fff;
}
#top_nav>ul li a:hover {
	color:#000;
	background:#FFF;
	padding:20px 30px;
}
#top_nav>ul li a:active {
	color:#000;
	background:#FFF;
}
#top_nav>ul li.current_page_item a {
	background:#FFF;
	color:#000;
	text-decoration:none;
}
#top_nav>ul li.current-cat a {
	background:#FFF;
	color:#000;
	text-decoration:none;
}

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin:0;
	}

h3 {
	padding: 0;
	margin:0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

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



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */

#product {
	width:890px;
	height:210px;
	padding-top:15px;
	padding-bottom:35px;
}

#productImage {
	float:left;
	width:430px;
}

#productInfo {
	float:left;
	width:430px;
	padding-left:30px;
}
	