/*
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 */
html, body/*, #sketches*/ {
   min-height: 100%;
   width: 100%;
   height: 100%; 
}

body {
	font-size: 76%; /* Resets 1em to 12px */
	font-family: Verdana, Arial, Sans-Serif;
	background:url(images/brown_paper_128.jpg);
	color: #363636;
}
#page {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
/*
#sketches {
	min-height: 100%;
	height:100%;
	display:table;
	z-index:101;
	position:relative;
	background-color:#33FF99;
}*/

#pagemid {
	background-image:url(images/pagemid.png);
	_background-image:url(images/pagemid.gif);
	background-repeat:repeat-y;
}
#header {
	background-image:url(images/pagetop.png);
	_background-image:url(images/pagetop.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}


#headerimg 	{
	background-image:url(images/concept_shed_tm.jpg);
	background-repeat:no-repeat;
}
#description 	{
	background-image:url(images/tagline.jpg);
	background-repeat:no-repeat;
}

#content {
	font-size: 1em
}
#content .entry {
	font-size:1.2em;
	line-height: 1.4em;
	font-weight:normal;
}
.widecolumn .entry p {}

.narrowcolumn .entry, .widecolumn .entry {}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #cfc7b2;
}

#sidebar {
	background-image:url(images/menumid.png);
}
#sidebartop {
	background-image:url(images/menutop.png);
}
#sidebarbottom {
	margin-top:7px;
	background-image:url(images/menubottom.png);
}

#footer {
	background-image:url(images/pagebottom.png);
	_background-image:url(images/pagebottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

small {
	font-size: 0.8em;
	line-height: 1.5em;
}

h1, h2, h3 {}

h1 {
	font-size: 2.48em;
	text-align:left;
	font-weight:normal;
}

h2 {
	font-weight:normal;	
}

#sidebar h2.widgettitle {
	font-size:1.2em;
	color:#ca2820;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
}

.commentmetadata {
	font-weight: normal;
}


/*small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {}*/

#sidebar ul {
	list-style:none;
	font-size:1.2em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover, .current_page_item li a {
	color: #1a7896;
	text-decoration: none;
}

a:hover, .current_page_item a {
	color: #ca2820;
}

#sidebar h2.widgettitle a {
	color:#ca2820;
	display:block;
	padding:5px 14px 5px 14px;

}
#sidebar h2.widgettitle a:hover {
	color:#ca2820;
	background-color:#cfc7b2
}
/*
	display:block;
	padding:5px 14px 5px 14px;
*/	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	padding: 0;
	margin:0;
}

#page {
	text-align: left;
}

#header {
	display:block;
	width:941px;
	height:7px;
	height:181px;
}

#headerimg {
	height: 149px;
	width: 287px;
	float:right;
	margin-right:35px;
	margin-top:15px;
}

#description {
	height: 143px;
	width: 234px;
	float:left;
	margin-top:15px;
	margin-left:30px;
}

#headerimg a, #description a {
	font-size:1px;
	text-indent:-9999px;
	text-decoration:none;
	display: block;
	height: 149px;
	width: 287px;
}

#description a {
	height: 143px;
	width: 234px;
}

#pagemid {
	width:941px;
	margin:0;
	xfloat:left;
}

#content {
	float:right;
	width:714px;
	margin:0;
	margin-right:30px;
	margin-top:30px;
	padding:0;
}
/*
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
*/
.post {
	margin: 0 0 30px 0;
	clear:both;
}
/*
.post p {
	padding-right:15px;
}
*/
.post hr {
	display: block;
}

.widecolumn .post {}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

#address {
	float:left;
	margin-left:192px;
	display:inline;
	margin-top:30px;
	margin-bottom:7px;
	font-size:0.8em;
}

#address p {padding:0;margin:0;}

.clear {
	clear: both;
}

#footer {
	display:block;
	min-width:100%;
	width:100%;
	height:154px;
	margin:0;
	padding:0;
	float:left;
	font-size:0.8em;
}

#footer hr { display:none; clear:none;}
#footer p {
	margin:15px;
}
#footer a {
	color:#cfc7b2;
}
#footer a:hover {
color:#ca2820;
}
/* End Structure */

/*	Begin Headers */
h1 {
	padding:0;
	margin: 0;
	margin-bottom:24px;
}

h2 {
	margin:0;
	padding:0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 0 0;
	}

h3.comments {
	padding: 0;
	margin: 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. */
#content ul {
	list-style-type:none;
	padding:0;
	margin:15px 0 0 3px;
}
#content ul li {	
	margin: 7px 0 8px 0px;
	background-image:url(images/list-image.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:15px;
}
/*.entry ul li:before, #sidebar ul ul li:before {}*/

#content ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#content ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar hr {
	margin:13px 12px 13px 12px;
	border:1px solid #cfc7b2;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
	display:inline;
}

#sidebar ul li a {
	display:block;
	padding:5px 14px 5px 14px;
}

/*#sidebar ul li.page_item_home a {
	background-image:url(images/house_off.gif);
	background-repeat:no-repeat;
	background-position:115px 3px;
}
*/

#sidebar ul li a:hover, .current_page_item a:hover{
	background-color:#cfc7b2
}

/*#sidebar ul li.page_item_home a:hover,
#sidebar ul li.home_on a {
	background-image:url(images/house_on.gif);
	color: #ca2820;
}
*/

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	font-size:0.7em;
}

#sidebar ul ul li a {
	display:block;
	padding:5px 14px 5px 20px;
}
#sidebar ul ul ul, #sidebar ul ol {}

#sidebar ul.asides {
	font-size:0.8em;
}

/*ol li, #sidebar ul ol li {}*/

#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 textarea {
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	width:147px;
	float:right;
	margin-top:30px;
	margin-left:0;
	margin-right:15px;
}

#sidebartop {
	height:7px;
	margin-bottom:3px;
	font-size:0.1em;
}
#sidebarbottom {
	height:7px;
	font-size:0.1em;
}

#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;
	}

a img {
	border: none;
}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin CS Gallery */
.gallery {
	display: block;
	clear: left;
	overflow: hidden;
	margin: auto;
	float:right;
	margin-left:15px;
	width:309px;
	background-image:url(../../themes/concept_shed/images/imagesmid.png);
}
.gallery .inner {
	margin:0 12px 0 11px;
	width:286px;
	display:block;
}
.gallerytop {
	background-image:url(../../themes/concept_shed/images/imagestop.png);
	height:7px;
	font-size:0.1em;
	margin-bottom:4px;
	width:309px;
	display:block;
}
.gallerybottom {
	background-image:url(../../themes/concept_shed/images/imagesbottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:7px;
	padding-top:4px;
	width:309px;
	display:block;
	clear:both;
	font-size:0.1em;
}

.gallery .bigimage {
	width:286px;
	height:286px;
}

.gallery img {
	border:0;
}

.gallery .smallimg {
	float:left;
	width:64px;
	height:64px;
	margin-right:10px;
	margin-top:10px;
}

.gallery .lastcol {
	margin-right:0;
}

.gallery hr {
	display:none;
}
/* End CS Gallery */

/* Start of sketch images - absolute positioning, z-indexed divs with bg-images */

#pumpsketch {
	position:relative;
	left:362px;
	top:15px;
	width:129px;
	height:188px;
	z-index:10;
	background-image:url(images/pumpsketch.jpg);
	background-repeat:no-repeat;
}
#electronicssketch {
	position:absolute;
	left:14px;
	width:300px;
	height:183px;
	z-index:15;
	background-image:url(images/electronicssketch.gif);
	background-repeat:no-repeat;
}
#pumpbottomsketch {
	position:absolute;
	left:491px;
	width:132px;
	height:283px;
	z-index:15;
	background-image:url(images/pumpsketch.jpg);
	background-repeat:no-repeat;
}
#diagsketch {
	position:absolute;
	right:0px;
	width:159px;
	height:414px;
	z-index:15;
	background-image:url(images/diagsketch.png);
	background-repeat:no-repeat;
}

/* End Sketches */