/*
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
Text Domain: kubrick

	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 */
body {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	background: url('images/body_background.gif') repeat;
	color: #333;
	text-align: center;
	margin: 0px;
	}

#header {
	width: 100%;
	height: 89px;
	background: #303030 url('images/header_background.gif') repeat-x;
	}

#headerMenu {
	width: 950px;
	color: #FFFFFF;
	text-align: right;
	margin: auto;
	font-size: 10px;
	padding-top: 35px;
}

#bannerBg {
	height: 154px;
	width: 100%;
	background: url('images/banner_background.jpg') repeat-x;
}

#bannerImage {
	height: 154px;
	width: 950px;
	margin: auto;
	background: url('images/banner_image.jpg');
	}

#mainMenuBg {
	width: 100%;
	height: 55px;
	background: url('images/menu/menu_background.jpg');
}

#mainMenu {
	width: 950px;
	height: 55px;
	margin: auto;
}

#content {
	width: 950px;
	overflow: auto;
	margin: 35px auto 0px auto;
	text-align: left;
	font-size: 11px;
	}
	
#leftBar {
	float: left;
	width: 200px;
}

#mainContent {
	float: left;
	width: 536px;
	padding: 5px 4px 4px 4px;
	margin: 0px 3px;
	color: #303030;
	background-color: #FFFFFF;
}

#rightBar {
	float: left;
	width: 192px;
	height: 843px;
	padding: 5px 4px 4px 4px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.left-bar-box {
	position: relative;
	height: 159px;
	padding: 5px 4px 4px 4px;
	background-color: #FFFFFF;
	margin-bottom: 3px;
	font-size: 12px;
}

.left-bar-image {
	position: absolute;
	bottom: 4px;
	border:0px;
	outline:0px;
}

.header-main-content {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

p.margin-top {
	margin-top: 25px;
}

p {
	margin: 0px;
}

p.p-margin {
	margin: 10px 0px;
}

.image {
	border: 1px solid #999999;
	padding: 2px;
	margin-right: 10px;
}

#mainContent ul {
	margin-top: -5px;
}

.contact-label {
	color: #F28E02;
}

.contact-field {
	border: 1px solid #DDDDDD;
	padding: 2px;	
}

/* Begin Links */
a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #F28E02;
}

#headerMenu a:link, #headerMenu a:visited {
	color: #FFFFFF;
}

.line {
	overflow: auto;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
}

.line img {
	border: 0px;
}

.sponsor-logo {
	float: left;
	width: 230px;
}

.sponsor-text {
	float: left;
	width: 300px;
	padding-top: 10px;
}

.line-right-bar {
	margin-top: 3px;
	padding-top: 3px;
	text-align: center;
}

/* End Links */

/*	Begin Headers */
h1 {
	width: 100%;
	height: 15px;
	padding-top: 4px;
	margin: 0px;
	font-size: 9px;
	color: #F28E02;
	background: url('images/h1_background.gif') repeat-x;
	}

h2, h2 a, h2 a:link, h2 a:visited {
	color: #000000;
	font-size:14px;
	margin-top:4px;
	margin-bottom:0px;
	}
/* End Headers */

ul.blog, ul.blog li, ul.blog li a {
	list-style-type: none;
	margin-left: 0px;
	padding-left:0px;
	text-align: left;
}

div.entry {
	margin-top: 14px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #dfded9;
}