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

*/

html{
	background-color: #c0c0c0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: auto;
}
body {
	margin: auto;
	padding: 0;
	width: 950px;
}
#page {
	width: 950px;
	background-color: #FFF;
	display: block;
	position: absolute;
	padding: 0 20px 0 20px;
}
#content {
	float: left;
	width: 620px;
	padding: 10px 10px 10px 10px;
	border-right: 1px #7f94a9 solid;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#content h2 a {
	text-decoration: none;
	color: #00264e;
}

#content .alignright {
	float: right;
}

#content .alignleft {
	float: left;
}

#content p.attachment {
	text-align: center;
}

#content .clear {
	display: block;
	clear: both;
}

p.postmetadata {
	display: none;
}

#content div.navigation {
	width: 320px;
	margin-left: 150px;
	display: block;
	clear: both;
}

#sidebar{
	float: right;
	width: 289px;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}
#sidebar a img {
	border: 0;
}
#sidebar .subMenu {
	background-color: #00264e;
	text-decoration: none;
}
#sidebar .subMenu li {
	clear: both;
	list-style-type: none;
	border-bottom: 1px solid #FFF;
	padding: 10px 16px 5px 16px;
}
#sidebar .subMenu li ul {
	display: none;
}

#sidebar .subMenu li.current_page_item ul,
#sidebar .subMenu li.current_page_ancestor ul {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#sidebar .subMenu li.current_page_item ul li,
#sidebar .subMenu li.current_page_ancestor ul li {
	clear: both;
	float: left;
	display: block;
	height: 20px;
	width: 273px;
	padding: 10px 16px 2px 3px;
}

*:first-child+html .subMenu li.current_page_ancestor ul li,
*:first-child+html .subMenu li.current_page_item ul li, 
* html .subMenu li.current_page_ancestor ul li,
* html .subMenu li.current_page_item ul li {
	text-indent: 40px;
}

#sidebar .subMenu a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}

#sidebar .subMenu li.current_page_item ul li a {
	font-size: 15px;
}

#sidebar .subMenu li.current_page_item a {
	color: #c3b600;
	text-decoration: none;
	list-style-type: none;
}

#sidebar .banner-image {
	display: block;
	margin: 10px 0;
}

#topMenu {
	text-align: right;
	height: 28px;
	padding-top: 12px;
	padding-right: 10px;
}
#mainMenu{
	height: 32px;
	padding: 12px 10px 0 10px;
	border-bottom: 1px #7f94a9 solid;
}
#breadcrump {
	height: 36px;
	border-bottom: 1px #7f94a9 solid;
}
#breadcrump .crump {
	width: 620px;
	float: left;
	margin: 8px 10px 0 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00254f;
}
#breadcrump .crump a {
	text-decoration: none;
	color: #00254f;
}
#breadcrump .crump a:hover {
	text-decoration: underline;
	color: #929292;
}
#breadcrump .search {
	float: right;
	width: 290px;
	text-align: right;
	margin: 6px 10px 0 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00254f;
	width: 930px;
/*	float: left;*/
	clear: both;
	padding: 20px 10px 20px 10px;
	border-top: 1px #7f94a9 solid;
	background-image: url(images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #00254f;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
