﻿/*
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

*/

body
{
	padding:0px;
	margin:0px;
	background-color: #3a3a3a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #737373;
}
img
{
 border:none 0px;
}
#wrapper
{
	width:100%;
	min-height:650px;
	height: auto !important;
	height: 650px;
	background-image:url('images/banner-bottom.gif');
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color: #c0c0c0;
}
#wrapper2
{
	width:100%;
	min-height:650px;
	height: auto !important;
	height: 650px;
	background-image:url('images/banner-top.gif');
	background-position:left top;
	background-repeat:repeat-x;	

}

#content
{
	width:955px;	
	min-height:500px;
	height: auto !important;
	height: 500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;	
	overflow:auto;
}

#nav-left
{
	float:left;
	width:190px;	
	min-height:500px;
	height: auto !important;
	height: 500px;	
	margin-top:180px;


}
#content-wrapper
{

	width:755px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	

	background-color:#ffffff;
	position:relative;	


}
#content-wrapper-outer
{
	float:left;
	width:755px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	
	margin-top:-30px;
	position:relative;	
	margin-bottom:10px;


	
}
#body-container
{

	width:530px;
	padding-left:85px;	
	padding-right:38px;
	padding-top:0px;		
	padding-bottom:20px;
	vertical-align:top;

}
#nav-right
{

	width:232px;	
	background-color:#f9f8f8;
	border:solid 1px #e6e6e6;
	vertical-align:top;
	padding-top:10px;
	padding-right:20px;


}
.arrow
{
	margin-left:10px;
	margin-right:5px;	
	margin-bottom:0px;
}
#nav-right ul
{
	list-style-image: url(images/arrows.gif)
}
#nav-right .header, #nav-right ul li h2
{
	font-size:21px;	

	color:#3b3b3b;
	margin-top:5px;
	margin-bottom:5px;
}
#nav-right ul li ul li,#nav-right ul li ul
{
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav-right ul
{
	margin-bottom:5px;
}
#nav-right p, #nav-right a, #nav-right ul li ul li
{
	font-size:16px;	
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	margin-top:2px;
	margin-bottom:2px;	
	color: #737373;
}
#nav-right a
{
	text-decoration:none;
}
#nav-right a:hover
{
	text-decoration:underline;
}
#copyright
{
	position:relative;
	width:300px;
	text-align:left;
	clear:both;	
	margin-bottom:80px;	
	left:190px;

}

.post
{
	position:relative;
	
}

.post h1, .post h1 a, .storytitle a
{
	color:#3b3b3b;
	font-size:26px;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.post h2,.post h2 a
{
	color:#3b3b3b;
	font-size:20px;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.post h3,.post h3 a
{
	color:#3b3b3b;
	font-size:16px;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.post a,.post a:link,.post a:visited, .comment a, #body-container a
{
	color:#ec008c;
	text-decoration:none;
}
.post a:hover
{
	text-decoration:underline;	
}


.date
{
	position:absolute;
	width:74px;
	height:77px;
	background-image:url('images/date-lable.gif');
	background-position:left top;
	background-repeat:no-repeat;
	left:-105px;
	top:25px;
	color:#3b3b3b;
}
.date-container
{
	text-align:center;
	width:60px;
	height:60px;
	margin-left:10px;	
	margin-top:15px;
	font-weight:bold;
	
}
.day
{
	color:#ffffff;
}
.month
{
	text-transform:uppercase;

	font-size:17px;
}

.comment
{
	border-top: 1px #ec008c dotted;
	padding-top: 5px;
}
