/*  
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 Sans,Arial,Georgia,Verdana, sans-serif;
	color: #393939;
	background:url(images/bg.jpg);
	margin:0 auto;
	text-align:center;
	padding:0;
	line-height:18px;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:784px;
	margin:0 auto;
	background:url(images/slice.jpg);
}
#header {
	height:207px;
	width:764px;
	margin:0 auto;
	text-align:left;
}
#buttons {
	height:50px;
	width:764px;
	margin:0 auto;
}
#boxes {
	width:764px;
	height:119px;
	background:url(images/boxes.jpg);
	padding-top:30px;
}
.box {
	width:218px;
	float:left;
	height:129px;
	padding: 0 18px 0 18px;
}
.box p {
	font-size:10px;
	text-align:justify;
	line-height:15px;
	padding:0;
	margin:0;
}
.box ul {
	margin:0;
	padding:0;
}
.box li {
	font-size:10px;
	padding-bottom:0px;
	padding-left:4px;
	margin-left:12px;
	line-height:17px;
	list-style-type:disc;
	background:none;
}
.box a {
	text-decoration:none;
}
.box a:hover {
	text-decoration:underline;
}
#content {
	width:764px;
	text-align:left;
	margin:0 auto;
	background:url(images/content.jpg);
	padding-bottom:20px;
}
#text {
	padding: 15px 20px 15px 40px;
}
#text_left {
	width:460px;
	float:left;
	
}
#text_right {
	width:172px;
	float:right;
	background:url(images/sidebar.jpg) no-repeat;
	font-size:11px;
	padding:10px;
	padding-top:28px;
}
#text_right a {
	text-decoration:none;
font-weight:bold;
}
#text_right a:hover {
	text-decoration:underline;
}
.question {
	padding-bottom:4px;
	font-style:italic;
}
.answer {
	padding-bottom:10px;
	padding-left:12px;
}
#footer {
	width:784px;
	height:18px;
	background:url(images/footer.jpg) no-repeat;
	margin:0 auto;
	margin-bottom:15px;
}
/* Paragraphs */

p {
	line-height: 22px;
	text-align:justify;
}
p.center {
	text-align: center;
}
#bottom p {
	line-height:15px;
}

/* Headers */

h1 {
	font: 22px Lucida Sans,Arial, Trebuchet MS, Verdana;
	color: #4a2f12;
	font-weight: bold;
	margin:0px;
	padding:0px;
	line-height:18px;
margin-top:14px;
}
h2 {
	font: 14px "Times New Roman",Arial, Trebuchet MS, Verdana;
	color: #464c1a;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}
h3 {
	font: 14px "Times New Roman",Arial, Trebuchet MS, Verdana;
	color: #464c1a;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Links */

ul {
	margin:0;
	padding:0;
	padding-top:18px;
	padding-left:0px;
}
li {
	list-style-type:none;
	background: url(images/li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-bottom: 8px;
	padding-left:14px;
	margin-left:4px;
}
blockquote {
	color:#cacbc4;
}
hr {border: none 0;
border-top: 1px solid #ccc;
height: 1px;
}
a {
	color: #943d16;
}
a:hover {
	color: #6294AB;
}
a:visited {
	color: #467388;
}
a.voice {
	padding: 4px;
}
a:hover.voice {
	background: #eef2f4;
	color: #213F4A;
}
#buttons a {
	color:#fff;
	text-decoration:none;
	font-size:13px;
}
#buttons a:hover {
	color:#ccc;
}
#search input {
	background:#17364f;
	border:1px solid #031d42;
	padding:4px;
	font-size:10px;
	color:#7b8b98;
	margin:0;
}
#search input:focus {
	background:#17364f;
	border:1px solid #051327;
}
#search form {
	margin:0;
}