/*  
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: 14px "Times New Roman",Georgia, Arial, Verdana, sans-serif;
	color: #4a2f12;
	background-color: #282a29;
	margin:0 auto;
	text-align:center;
	padding:0;
	line-height:18px;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:776px;
	margin:0 auto;
	background:url(images/slice.jpg);
}
#header {
	height:246px;
	width:744px;
	margin:0 auto;
	text-align:left;
}
#buttons {
	height:28px;
	width:744px;
	margin:0 auto;
}
#content {
	width:744px;
	text-align:left;
	margin:0 auto;
	background:url(images/content.jpg);
}
#text {
	padding: 15px 40px;
}
#text_left {
	width:440px;
	float:left;
}
#text_right {
	width:166px;
	float:right;
	padding-top:20px;
	font-size:12px;
	padding-left:25px;
font-family:Arial, sans-serif;
border-left:1px solid #a18f54;
}
.question {
	padding-bottom:4px;
	font-style:italic;
}
.answer {
	padding-bottom:10px;
	padding-left:12px;
}
#footer {
	width:776px;
	height:17px;
	background:url(images/footer.jpg);
	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 "Times New Roman",Arial, Trebuchet MS, Verdana;
	color: #4a2f12;
	font-weight: bold;
	margin:0px;
	padding:0px;
	line-height:18px;
}
h2 {
	font: 18px "Times New Roman",Arial, Trebuchet MS, Verdana;
	color: #4a2f12;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}
h3 {
	font: 14px Arial, Trebuchet MS, Verdana;
	color: #464c1a;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:8px;
}

/* Links */

ul {
	padding-right:16px;
	padding-left:16px;
}
li {
	padding-bottom: 8px;
	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;
}
#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;
}


.dropdown
	{position:absolute;
	width: 185px;
	margin-left: 0px;
	border:1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	margin-left:20px;
	margin-top:1px;
	color: #fff;
	background-color: #40403E;
	font:normal 11px Georgia,Verdana;
	text-align:left;
	line-height: 18px;}
.dropdown a:link, .dropdown a:visited
	{display: block;
	font-size:11px;
	border-bottom: 1px solid black;
	padding: 5px;
	color: #fff;
	padding-right:10px;
	text-decoration: none;
	line-height:14px;}
.dropdown a:hover
	{background-color: #40403E;
	color: #fff;}
