/*
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

*/

body
{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px;
	background-image: url(/backgrnd.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

.container
{
	width: 800px;
	margin: auto;

}

ul.conl {margin: 0; padding: 0;}

.con, ul.conl .widget
{
	background-color: none;
	border: dashed #000000;
	border-width: 2px;
	margin: 10px;
	padding: 10px;
	background-image: url(/tile.png);
}

div.header
{
	width: 90%;
	height: 100px;
	position: relative;
	margin-top: 0px;
	margin: auto;
	text-align: right;
	background-image: url(/logo.png);
	background-repeat: no-repeat;
	border-width: 3px;
	border: solid #000000;
	border-left: none;
	border-right: none;
	background-color: none;
	padding-right: 5px;
}

div.header h1
{
	text-align: left;
	text-indent: -99999px;
	margin: 0;
}

div.header h1 a
{
	display: block;
	height: 80px;
	outline: none;
}

.sidebar
{
	width: 200px;
	float: right;
}

div.content
{
	width: 550px;
	min-height: 300px;
	margin-bottom: 20px;
	float: left;
}

div.links
{
	
}

div.just
{
	text-align: justify;
}

a.bookLink
{
	font-size: 12px;
}

div.articles a
{
	font-size: 14px;
}

a
{
	color: #000066;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

.menu ul, .menu li {list-style: none; margin: 0;padding: 0;}

.menu a
{
	color: #000000;
	display: block;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
	margin-bottom: 5px;
	border-left: 5px solid;
	border-right: 5px solid;
	border-color: #ca801f;
}

.menu a:hover, .menu .current_page_item a, .menu .current_page_parent a
{
	color: #000000;
	background-color: #ca801f;
	border-color: #000000;
}

.menu h2 {display: none;}

img.border, .border img
{
	border-width: 3px;
	border: solid #000000;
}

img.bookPic
{
	float: right;
	margin-left: 5px;
	margin-right: 0px;
}

h2
{
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	clear: both;
}

h3
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}

h4 {margin: 0;}

h5
{
	margin: 5px;
}

#links ul {margin: 0;}

hr
{
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: dashed;
}

.clear
{
	clear: left;
}

.books table
{
	text-align: center;
	width: 100%;
}

p {margin: 0 0 10px 0;}

blockquote {margin: 0 0 20px 0; background-color: #CA801F; padding: 5px; border-left: 4px #333 solid;}

ul.dbem_events_list {margin: 0; list-style-type: square; padding-left: 15px;}

ul.dbem_events_list li
{

}

.alignright {float: right; margin: 0 0 10px 10px;}
.alignleft {float: left; margin: 0 10px 10px 0;}
.navigation div {width: 45%;}