/*
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

*/

@import url("nav.css");

body {
	background:url(images/bg.gif) repeat-x #FFFFFF;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #4c4c4c;
	}
	
a:link, a:active, a:visited {
	color: #4c4c4c;
	border-bottom: 1px dotted #4c4c4c;
	text-decoration: none;
	font-weight:bold;
	}
	
a:hover {
	color: #2f4041;
	border-bottom: 1px dotted #2f4041;
	}
	
/* h1 - Homepage Description */
/* h2 - Main Title */
/* h3 - Sub Title */ 
/* h4 - Sub Sub Title (news) */ 
	
h1, h2, h3, h4, h5, h6 {
	font-family: Lucida Fax, Georgia, "Times New Roman", Times, serif;
	
	color: #565249;
	margin: 0 0 5px 0;
	}
	
h1 {
	font-size: 150%;
	font-weight: normal;
        border-bottom: 1px solid #dddddd;
	line-height: 1.2;
	padding: 0 0 22px 0;
	margin: 0 0 10px 0;
	}
h2 {
	font-size: 120%;
	font-weight: normal;
	}
h3 {
	font-size: 100%;
	font-weight: normal;
	}
h4 {
	font-size: 100%;
	font-weight: bold;
	}
h5 {
	font-size: 70%;
	font-weight: bold;
	}
h6 {
	font-size: 64%;
	font-weight: bold;
	}
	
h4 {
	color: #b62b18;
	font-variant:small-caps;
	}

	
blockquote {
	background: #b9cbcc url(images/block_bottom.png) repeat-x bottom left;
	padding: 10px 10px 20px 10px;
	margin: 10px 0 10px 0;
	}
	
address {
	background-color: #edeae1;
	padding: 10px;
	margin: 10px 0 10px 0;
	}
	
/* ************************************* */	
/* Base Styles [Header, Nav, Background] */
/* ************************************* */	

#container {
	margin: 0 auto 0 auto;
	width: 960px;
	height:auto;
	}
	
/* Header */
	
#header {
	height: 149px;
	float:left;
	width: 959px;
	}
	
#header_left {
	float:left;
	width: 300px;
	}
	
#header_right {
	float:left;
	width: 650px;
	}
	
#header img {
	margin: 6px 0 0 48px;
	}
	
#header a {
	border: 0px;
	}
	
/* Footer */
	
#footer {
	float:left;
	margin: 60px 0 0 0;
	padding: 0 0 30px 264px;
	width: 696px;
	font-size: 90%;
	}
	
#footer_big {
	border-top: 4px solid #ada794;
	padding: 13px 0 0 0;
	width: 462px;
	margin: 0 13px 0 0;
	float:left;
	}
	
#footer_small {
	border-top: 4px solid #ada794;
	padding: 13px 0 0 0;
	width: 213px;
	float:left;
	}
	
#footer_big p {
	margin: 0 10px 0 0;
	float:left;
	width: 221px;
	}
	
/* Main Section */
	
#main {
	height: auto;
	width: 960px;
	float:left;
	}
	
#breadcrumbs {
	height: 23px;
	padding: 10px 0 5px 0;
	float:left;
	width: 960px;
	font-size: 90%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 20px 0;
	}
	
#breadcrumbs a {
	font-weight: normal;
	}
	
/* Navigation */
	
#nav {
	/*position:absolute;
	top: 110px;*/
	width:640px;
	padding: 0;
	float:right;
	}
	
/* Search */

#searchform {
	/*position: absolute;
	top: 0;*/
	width: 640px;
	float:left;
	margin: 0 0 73px 0;
	}
	
#search {
	float:right;
	width: 253px;
	background-color: #e1eced;
	padding: 7px;
	}
	
#search form, #search input {
	margin: 0;
	padding: 0;
	}
	
#search form input[type="text"] {
	background:#fff url(images/search_bg.png) no-repeat scroll left top;
	padding: 4px 4px 4px 24px;
	border: 1px solid #b9cbcc;
	}

/*
#search form #searchsubmit {
	background-image: url(images/btn_search.png);
	border: 0;
	width: 53px;
	height:26px;
	color: #182529;
	}
*/
	
/* Columns */
	
#left_col {
	float: left;
	width: 251px;
	margin: 0 13px 0 0;
	}
	
#left_col h3 {
	font-size: 120%;
	}

#right_col {
	float: left;
	width: 695px;
	margin: 0;
	}
	
#right_col_left {
	float:left;
	width: 467px;
	margin: 0 13px 0 0;
	}
	
#right_col_right {
	float:left;
	width: 214px;
	}
	
/* Images */

#right_col_left img {
	float: left;
	padding: 2px;
	margin: 5px 5px 5px 0;
	border-style:outset;
	border: 1px solid #999999;
	}
	
/* Read More */

.readmore {
	margin: 10px 0 10px 0;
	}
	
/* ************************************* */	
/* Index Page Styles                     */
/* ************************************* */	


/* Columns */

#right_col_left_indx {
	float:left;
	width: 271px;
	margin: 0 13px 0 0;
	}
	
#right_col_right_indx {
	float:left;
	width: 403px;
	}
	
/* Header Image */

#main_img {
	float:left;
	margin: 0 0 10px 0;
	}

/* News */

#news_container {
	float:left;
	width: 250px;
	height: auto;
	margin: 0 0 20px 0;
	}
	
#rss_feed {
	float:right;
	padding: 7px 7px 0 0;
	}
	
#post {
	float:left;
	border-top: 1px solid #dddddd;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	}
	
#older_headlines {
	background: #b9cbcc url(images/bg_indent_horizontal2.png) repeat-x top left;
	float:left;
	margin: 12px 0 0 0;
	padding: 3px 10px 3px 10px;
	width: 232px;
	}
	
#older_headlines_footer {
	background: #b9cbcc url(images/bg_indent_horizontal_bottom.png) no-repeat bottom left;
	height: 9px;
	width: 252px;
	float:left;
	}
	
#older_headlines ul {
	margin: 10px 10px 0 5px;
	padding: 0;
	list-type: none;
	list-style-type:none;
	}

#older_headlines li {
	margin: 0 0 10px 10px;
	padding: 0;
	list-type: none;
	list-style-type:circle;
	border-bottom: 1px solid #a7b7b8;
	}

#older_headlines li a {
	border-bottom: none;
	font-weight: lighter;
	font-size: 95%;
	display:block;
	}
	
/* Links & video */

#links {
	border-top: 1px solid #CCCCCC;
	float:left;
	margin: 10px 0;
	}
	
#links ul {
	list-style-type:none;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#links li {
	display:inline;
	margin: 0;
	padding: 5px 2px 0 0;
	list-style:none;
	list-style-type: none;
	}
	
#links li a, #links img {
	border: 0;
	}
	
#video {
	border-top: 1px solid #CCCCCC;
	float:left;
	margin: 10px 0;
	width: 100%;
	padding: 10px 0 10px 0;
	}

	
/* ************************************* */	
/* Box Elements  Header                 */
/* ************************************* */	

#headerbox_1 {
	background:#b9cbcc url(images/header_box_1_bg.png) repeat-y top right;
	width: 95%;
	padding: 3px 3px 3px 5px;
	height: 32px;
	margin: 0 0 10px 0;
	float:left;
	}
	
#headerbox_1 h2 {
	color: #647374;
	font-size: 145%;
	}
	
#headerbox_2 {
	background: #565249 url(images/bg_diamond.png) bottom left repeat-x;
	float:left;
	padding: 2px 3px 15px 12px;
	width: 256px;
	}
	
#headerbox_2 h2 {
	color:#FFFFFF;
	font-size: 150%;
	font-weight: lighter;
	}
	
#headerbox_2 h2 {
	color:#FFFFFF;
	font-size: 150%;
	font-weight: lighter;
	}
	
#box_2 {
	background-color: #edeae1;
	float:left;
	padding: 12px;
	}
	
#title {
	float:left;
	}
	
#sub_box1 h1, #sub_box2 h1, #sub_box3 h1, #sub_box4 h1 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	border: 0;
	padding: 3px 0 5px 20px;
	height: 22px;
	}
	
#sub_box1 h1, #sub_box4 h1 {
	background-image: url(images/sub_greenarrow.png);
	background-repeat: no-repeat;
	} 
	
#sub_box2 h1 {
	background-image: url(images/sub_greyarrow.png);
	background-repeat: no-repeat;
	} 
	
#sub_box3 h1 {
	background-image: url(images/sub_brownarrow.png);
	background-repeat: no-repeat;
	} 

	
#sub_box4 {
	float:left;
	background: #b3cacb url(images/block_bottom.png) repeat-x bottom left;
	padding: 9px 0px 30px 0px;
	width: 214px;
	margin: 0 0 10px 0;
	color: #546e6f;
	}
	
#sub_box2 {
	float:left;
	background: #f5f5f5;
	border: 1px solid #dedede;
	padding: 9px 0px 20px 0px;
	width: 214px;
	margin: 0 0 10px 0;
	color: #5a5b5e;
	}
	
#sub_box3 {
	float:left;
	background: #edeae1;
	padding: 9px 0px 20px 0px;
	width: 214px;
	margin: 0 0 10px 0;
	color: #746f5f;
	}
	
#sub_box1 {
	float:left;
	background: #b3cacb;
	padding: 9px 0px 20px 0px;
	width: 214px;
	color:#4f5d5e;
	}
	
#sub_box1_top {
	background: #a6bdbe url(images/box4_top.png) no-repeat top left;
	float:left;
	width:214px;
	height: 14px;
	}
		
#sub_box1_bottom {
	background: #a6bdbe url(images/box4_bottom.png) no-repeat top left;
	float:left;
	width:214px;
	height: 14px;
	margin: 0 0 10px 0;
	}
	
#sub_box_type {
	float:left;
	width: 184px;
	padding: 0 10px 0 20px;
	font-size: 90%;
	margin: 5px 0 0 0;
	}
		
#contact_box {
	float:left;
	background: #b3cacb url(images/block_bottom.png) repeat-x bottom left;
	padding: 9px 7px 30px 7px;
	width: 200px;
	margin: 0 0 10px 0;
	color: #546e6f;
	}
	
/* Quote Boxs */
	
#quotebox {
	background: #edeae1 url(images/quote_bg.png) repeat-x bottom left;
	float:left;
	padding: 10px;
	font-family: Lucida Fax, Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	}
	
#quote_top {
	background:url(images/quote_1.png) top left no-repeat;
	width: 24px;
	height:19px;
	float:left;
	margin: 0 0 10px 0;
	width: 190px;
	}
	
#quote_bottom {
	background:url(images/quote_2.png) top right no-repeat;
	width: 24px;
	height:19px;
	float:left;
	margin: 10px 0 10px 0;
	width: 190px;
	}
	
#quote_writer {
	float: left;
	color:#FFFFFF;
	background-color: #565249;
	font-size: 90%;
	font-style:italic;
	height: 27px;
	padding: 8px 0 0 10px;
	width: 204px;
	margin: 0 0 10px 0;
	}
	