/*
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

*/
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.clear {clear:both; font-size:1px !important; height:1px !important; line-height:1px !important; visibility:hidden; margin:0px  !important; float:none  !important;}
/* typography.css */
body {font-size:75%;color:#222;background:url(images/bg01.jpg) top center repeat-x #e6e2db!important;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009; position:relative; z-index:20; text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}	
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.hidden {display:none;}

/* main containers */
#page {
	width:1019px;
	margin:0 auto;
	}
#headerimg {
	border-bottom:1px solid #b4b0ac;
}
#headerimg h1 {
	margin-bottom:8px !important;
	}
#headerimg h1 a {
     display:block;
     background:url(images/logo.jpg) top left;
     height:80px;
     width:263px;
	 text-indent:-999999px;
}
.description {
	display:none;
	}
	
	
/* top nav and search */ 
#topNav {
	width:1019px;
	height:36px;
	margin:0 auto;
	position:relative;
}
#topNav ul li{
	display:inline;
	line-height:36px;
	height:36px;
	}
#topNav ul li ul{
	display:none;
	}
#topNav ul li a{
	padding:0 10px;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	}
#topNav ul li.TopSearch {
	width:350px;
	position:absolute;
	top:6px;
	right:0px;
}
#topNav ul li.TopSearch input {
	float:left;
	}
 li.TopSearch #searchsubmit {
	background:#231f20;
	color:#f1f1f1;
	border:none;
	width:53px;
	text-transform:uppercase;
	font-size:10px;
	height:24px;
	line-height:24px;
	margin-left:10px;
 }
  li.TopSearch #s {
	background:#FFFFFF;
	color:#f1f1f1;
	border:1px solid #908e8f;
	width:253px;
	height:20px;
 }
 
 
 
 
 /* Content */
 #content {
	float:left;
	width:636px;
}
.wrap {
	position:relative;
	margin:20px 15px;
}
 .post  {
	width:636px;
	border:1px solid #908e8f;
	background:#FFFFFF;
	margin-top:25px;
}
#date {
	position:absolute;
	top:-20px;
	background:#b8262b;
	right:0px;
	text-transform:uppercase;
	padding:10px 10px;
	color:#FFFFFF;
	font-size:12px;
}
#content .posted {
	color:#838383;
	font-size:12px;
	}
#content .posted span {
	color:#b8262b;
	font-size:12px;
	}
#content h2 {
	padding:0px;
	font-size:26px;
	font-weight:bold;
	color:#000000;
	margin:0px;
}
#content h2 a {
	font-size:26px;
	font-weight:bold;
	color:#000000;
}

.postmetadata a{
	color:#FFFFFF;
}

.postmetadata {
	clear:both;
	font-size:12px;
	background:#b8262b;
	color:#FFFFFF;
}
.postmetadata .wrap{
	margin:10px 15px;
}





#sidebar  .adsVert  {
	padding-left:25px;
	margin-bottom:30px;
}
#sidebar  .adsVert a img{
	padding:5px;
	background:#FFFFFF;
	border:1px solid #908e8f;
}


.tabs-container ul {
	margin-top:20px;
	list-style:none;
}

.tabs-container li{
	 text-indent:20px;
	background:url(images/Bullets.jpg) no-repeat;
	background-position:1px 7px;
}
.tabs-container li a {
	color:#000000;
}


#sidebar {
	width:350px;
	margin-top:25px;
	margin-left:640px;
}
#dynaicBars li h2 {
	border-bottom:7px solid #000000;
	margin: 0 5px;
	padding:0px;	
	font-size:18px;
	line-height:19px;
	height:19px;
}
#dynaicBars li{
	float:left;
	width:150px;
	min-height:300px;
	text-indent:20px;
}
#dynaicBars li a {
	color:#000000;
}
#dynaicBars li ul{
	margin-left:10px;
}
#dynaicBars li ul li{
	background:url(images/Bullets.jpg) no-repeat;
	background-position:1px 7px;
	min-height:20px;
	_height:20px;
}
#dynaicBars li ul li ul {
	margin-left:0px;
	}


#footer {
	clear:both;
	}
.wrapper {
	width:1019px;
	margin:0 auto;
	}
#sidebar2, #foot-sidebar {
	background:#000000;
	color:#999999;
        margin-top:25px;
	margin-bottom:25px;
	padding:20px 0;
}
#sidebar2 ul li {
	width:100%;
}
#foot-sidebar ul li{
	float:left;
	overflow:hidden;
	width:200px;
	margin-right:20px;
}
#sidebar2 ul li ul li, #foot-sidebar ul li ul li{
	background:url(images/bullets_grey.jpg) no-repeat;
	background-position:1px 7px;
	text-indent:10px;
}
#sidebar2 h2 {
	border-bottom:none !important;

}
#sidebar2 h2, #foot-sidebar h2 {
	color:#999999;
	font-family:times New Roman;
	font-size:18px;
	margin:0 5px;
	border-bottom:#999999 1px solid;
	line-height:25px;
	height:25px;
}
#sidebar2 ul, #foot-sidebar ul {
	margin:0px;
}
#sidebar2 ul a, #foot-sidebar ul a{
	color:#FFF;
}


.post .wrap .posted {
margin-bottom:25px !important;
}
.post .wrap .entry {
clear:both !important;
otline: solid 1px;
}