/*  
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.5
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
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
html,body {
	font: 12px Trebuchet MS, Verdana, sans-serif;
	color: #45392B;
	background:url(images/bg.jpg);
	margin:0 auto;
	text-align:center;
	padding:0;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#top {
	width:100%;
	background:url(images/top_bg.jpg) repeat-x;
}
#container {
	width:778px;
	margin:0 auto;
	text-align:center;
	padding:0;
	background: url(images/slice.jpg);
}
#body {
	width:756px;
	margin:0 auto;
	text-align:center;
	padding:0;
}
#disclaim {
        width:736px;
        display:table;
	border-top:1px solid #dfdfdf;
	margin:0 auto;
	text-align:center;
	margin-top: 14px;
	padding-top: 8px;
	font-size:10px;
}
#left {
	width:519px;
	float:left;
	padding:6px 0 0 10px;
	text-align:left;
}
#left1 {
	width:390px;
	padding-right:10px;
	float:left;
	text-align:justify;
}
#left2 {
	width:118px;
	float:right;
	padding-top:44px;
}
#left-all {
	width:500px;
}
#right {
	width:227px;
	float:right;
}
#right_col {
	width:197px;
	background:url(images/side_bg.jpg) no-repeat;
	padding:56px 10px 0 20px;
	text-align:left;
	min-height:392px;
}
#below {
	width:736px;
display:table;
	border-top:1px solid #dfdfdf;
	margin:0 auto;
	text-align:center;
	margin-top: 14px;
	padding-top: 8px;
	font-size:10px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#426e98;
}
h2 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#426e98;
}
h3 {
	font-size:15px;
	font-weight:bold;
	text-align:left;
	color:#426e98;
}
h4 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#426e98;
}

#nav {
display: block;
text-align: left;
width: 180px;
margin: 10px 0 0px 0;
padding-bottom:0px;
}
#nav .item a {
display: block;

font-size: 11px;
padding: 7px 5px 8px 15px;
color: #54392b;
border-top: 1px solid #8c7d6e;
text-decoration: none;
margin-left: 10px;
}
#nav .item a:hover, #nav .item a:active {
display: block;
color: #373434;
background-color: #8c7d6e;
border-top: 1px solid #8c7d6e;
}
td {
	font-size:14px;
}
  tr { background-color: #D8E2EA}
  .initial { background-color: #D8E2EA; color:#000000 }
  .normal { background-color: #D8E2EA }
  .highlight { background-color: #B6CAD8 }
	.fp {color:#fff}
	.twelve, .nine {font-size:18px;text-align:center}
	.title {padding:4px}