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

*/

/* @group General */
body{
	color: #232323;
	font: 10px Verdana, Arial, Helvetica, Sans-serif;

}
a{
	color: #810000;
	text-decoration: none;
}
a:hover{
	color: #810000;
}
#page{
	width: 850px;
	margin:auto;
	padding-right: 15px;
}
#content{
	width: 650px;
	float: right;
}
#footer{
	clear: both;
	border-top: 1px solid #A29C90;
	padding-top: 5px;
	color: #A29C90;
	font-size: 10px;
	text-align: center;
}
#footer a{
	font-weight: bold;
	color: #A29C90;
}
strong{
	font-weight: bold;
}
p{
	margin-bottom: 10px;
}
ul{
	margin-bottom: 10px;
}
li{
	list-style-type: disc;
	list-style-position: inside;
}
/* @group Header */
#headline-bar{
	clear: both;
	top: 2px;
	position: relative;
	height: 30px;
	width: 850px;
	background: url(images/headline.gif);
}
#header h1{
	float: left;
}
#header{
	margin-top: 25px;
	position: relative;
}
.breadcrumb{
	margin: 12px 15px;
	color: #810000;
	font-weight: bold;
}
.breadcrumb a{
	color: #810000;
	font-weight: bold;
}

.breadcrumb a:hover{
	color: #ff0000;
	font-weight: bold;
}
ul.speed_bar{
	position: absolute;
	right: 16px;
	bottom: 47px;
}
.speed_bar li{
	float: left;
	list-style-type: none;
}
.speed_bar a{
	margin-top:3px;
	margin-bottom:3px;
	border-bottom: 4px solid #7B7B7B;
	color: #353535;
	background: #fff;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	padding-right: 1px;
	
}
.speed_bar a:hover{
	border-color: #810000;
	background: #ccc;
}
/* @end */
/* @end */

/* @group Sidebar */



#sidebar{
	width:170px;
	float: left;
}
#sidebar ul li{
	list-style-type: none;
}
#sidebar a{
	color: #000;
}
#sidebar a:hover{
	background:  #f1f1f1;
	color: #810000;
}
#sidebar ul{
	margin-bottom: 20px;;
}
#sidebar ul li h2 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18px;
	padding-top: 6px;
	height: 19px;
	color: #fff;
	background: url(images/menu_bg.gif) no-repeat;
}
#sidebar ul li a{
	text-decoration: none;
	padding: 3px;
	display: block;
	font-size: 12px;
}
li#text-4 ul li a{
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid #f1f1f1;
}
/* @end */

/* @group Post
 */
.post h2 a{
	color:  #232323;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
img.columnHeaderImage{
	border: 2px solid #000;
	width: 646px;
	margin-bottom: 10px;
}
ul.columns{
	width: 650px;
	margin-top: 13px;
	float: left;
}
ul.columns li{
	float: left;
	width: 155px;
	margin-right: 10px;
	list-style-type: none;
	overflow: hidden;
}
ul.columns li.lastColumn{
	margin-right: 0;
}
ul.columns li ul li{
	float: none;
	display: block;
	margin-right: 0;
}
ul.columns li ul li a{
	padding: 2px;
	display: block;	
	font-weight: bold;
}
ul.columns li ul li a:hover{
	display: block;	
	background: #f1f1f1;
}
.columns li h3{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin: 5px 0;
}
.columns li img{
	border: 2px solid #000;
	width: 151px;
	
}
/* @end */



