/*  
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 */
html,body {
	font: 12px Lucida, Lucida Sans,Arial, Verdana, sans-serif;
	color: #26343d;
	background: url(images/bg.gif);
	margin:0 auto;
	text-align:center;
	padding:0;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:774px;
	margin:0 auto;
	text-align:center;
	background:url(images/slice.jpg);
}
#header {
	height:168px;
	width:750px;
	background:url(images/header.jpg);
	margin:0 auto;
}
#graphic {
	width:750px;
	height:276px;
	margin:0 auto;
}
#content {
	width:680px;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
}
#content_left {
	width:190px;
	float:left;
	text-align:left;
	padding-right:10px;
}
#content_right {
	width:460px;
	float:right;
	padding-left:20px;
}
#content_int_right {
	width:190px;
	float:right;
	text-align:left;
	padding-left:10px;
}
#content_int_left {
	width:460px;
	float:left;
	padding-right:20px;
}
div.headers {
	height:21px;
	background:#bbebed;
}
.header-title {
	font-size:18px;
	background:#fff;
	padding-right:10px;
	color:#26343d;
}
#boxes {
	padding-top:20px;
}
.box {
	float:left;
	width:152px;
}
.box-title {
	text-align:center;
	font-size:14px;
	padding-top:6px;
}
#footer {
	width:774px;
	height:19px;
	background:url(images/footer.jpg);
}

/* Paragraphs */

p, li {
	line-height: 22px;
}
p.center {
	text-align: center;
}

/* Headers */

h1 {
	font: 22px Lucida, Lucida Sans,Arial, Trebuchet MS, Verdana;
	color: #26343d;
	font-weight: bold;
	margin:0px;
	padding:0px;
padding-bottom:10px;
}
h2 {
	font: 18px Lucida, Lucida Sans,Arial, Trebuchet MS, Verdana;
	color: #26343d;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
h3 {
	font: 16px Lucida, Lucida Sans,Arial, Trebuchet MS, Verdana;
	color: #26343d;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
#content_int_right h2 {
	font: 14px Lucida, Lucida Sans,Arial, Trebuchet MS, Verdana;
	color: #26343d;
	font-weight: bold;
	margin:0px;
	padding:0px;
padding-top:20px;
}
/* Links */

ul {
	margin:0;
	padding:0;
margin-left:10px;
margin-top:12px;
}
li {

	padding-bottom: 6px;
	padding-left:12px;
	margin-left:12px;
}
blockquote {
	color:#cacbc4;
}
hr {border: none 0;
border-top: 1px solid #ccc
height: 1px;
}
a {
	color: #213F4A;
}
a:hover {
	color: #6294AB;
}
a:visited {
	color: #467388;
}
a.voice {
	padding: 4px;
}
a:hover.voice {
	background: #eef2f4;
	color: #213F4A;
}
#nav {
display: block;
text-align: left;
width: 205px;
}

#nav .item a {
display: block;
background: #fff;
font: 12px Arial, sans-serif;
padding: 9px 5px 9px 20px;
color: #000;
border-top: 1px solid #d9d6c7;
text-decoration: none;
}

#nav .item a:hover, #nav .item a:active {
display: block;
color: #5f5f5f;
background-color: #efefef;
border-top: 1px solid #d9d6c7;
}