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

*/

.post-meta {
	list-style-type:none;
}
.post-meta-key {
	font-weight: bold;
	display:block;
	color: #466eb2;
	font-size:18px;
	margin-bottom:15px;
}/* Begin Typography & Colors */
* {
	padding: 0;
	margin: 0;
}
h1 {
	color: 
 #466eb2;
	font-size:20px;
}
#footer span.post-meta-key {
	visibility:none;
	display:none;
}
#footer .post-meta ul li {
	list-style-type:none;
}
img {
	outline:none;
	border:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:url(images/topbg.gif) top repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#header {
	color: #333;
	width: 980px;
	float: left;
	height: 102px;
	background: none;
}
#logo {
	width:181px;
	margin:20px 0px 0px 50px;
	float:left;
}
#headerstatement {
	width:620px;
	margin:25px 50px 0px 0px;
	float:right;
	text-align:right;
	color: #466eb2;
	font-size:20px;
}
#subheader {
	color: #333;
	width: 980px;
	float: left;
	height: 49px;
	background: none;
	clear:both;
}
#leftcolumn {
	color: #333;
	background: #FFF;
	height: 100%;
	width: 550px;
	padding:10px 20px 10px 25px;
	float: left;
	margin-top:10px;
}
#leftcolumn p {
	color: #333;
	margin-bottom:15px;
	text-align:justify;
}
#leftcolumn h1 {
	color: #466eb2;
	font-size:20px;
	margin-bottom:15px;
}
#leftcolumn h2 {
	color: #466eb2;
	font-size:18px;
	margin-bottom:15px;
}
#leftcolumn h3 {
	color: #466eb2;
	font-size:16px;
	margin-bottom:15px;
}
#leftcolumn a:link, a:visited, a:active, a:focus {
	color: #466eb2;
	text-decoration:none;
}
#leftcolumn a:link, a:visited, a:active, a:focus {
	color: #144fb2;
	text-decoration:underline;
}
#rightcolumn {
	float: right;
	color: #333;
	background:url(images/sidebar-bg.png) no-repeat top;
	height: 750px;
	width: 357px;
	display: inline;
	margin-top:10px;
	margin-right:20px;
}
#rightcolumnform {
	margin-top:80px;
	margin-left:10px;
height:680px;
}
#footer {
	width: 980px;
	clear: both;
	color: 
 #333;
	padding-top:40px;
}
#footer a:link {
	color:#666;
	text-decoration:none;
}
#footer a:visited {
	color:#666;
	text-decoration:none;
}
#footer a:active {
	color:#333;
	text-decoration:none;
}
#footer a:focus {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}
#footer li {
	margin-left:80px;
	list-style-image:url(images/bullet.png)
}
#footer li:hover {
	margin-left:80px;
	list-style-image:url(images/bullet2.png)
}
#footer .footertitle {
	font-size:16px;
	font-weight:bold;
	display:block;
	margin:0px 0px 10px 66px;
}
#bottom {
	margin-top: 
 10px;
	border-top:solid 1px #999999;
	background: #78a22f;
	height:50px;
	width: 980px;
}
#bottomlogo {
	width:140px;
	float:left;
	height:50px;
}
.bottomlogo {
	padding:5px 0px 0px 12px;
}
#bottomtitle {
	width:580px;
	float:left;
	height:50px;
}
#bottomtitle p {
	font-size:18px;
	color:#fff;
	padding:14px 0px 0px 42px;
}
#bottomcontact {
	width:250px;
	float:left;
	height:50px;
	line-height:1.5em;
}
#bottomcontact p {
	font-size:12px;
	color:#fff;
	padding:5px 0px 0px 12px;
}
#bottomcontact a:link {
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
