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

*/



/* Begin Typography & Colors */
body		{text-align:		center;
		margin:			0;
		padding:		0;
		background-color:	#000;}

#top		{width:			100%;
		height:			300px;
		margin:			0 auto;
		background-image:	url("img/gradient.png");
		background-repeat:	repeat-x;
                background-position:    top center;}
#overlay	{width:			100%;
		height:			300px;
		margin:			0 auto;
		background-image:	url("img/newtop.png");
		background-repeat:	no-repeat;
                background-position:    top center;}
#bodycontainer	{background-color:	#000;
		width:			1024px;
		margin:			0 auto;
                padding:                0 0;}


#bodymain	{width:			899px;
		margin:			0 auto;
		text-align:		left;
                padding:                0;
background-color: #fff;}
#bodymain .entry	{padding:		0px 25px;
		font-family:		"Calibri", "Arial", "Helvetica", sans-serif;
		font-size:		11pt;
		text-align:		justify;
		line-height:		16pt;}
#bodymain .navigation     {padding:		0px 25px;
		font-family:		"Calibri", "Arial", "Helvetica", sans-serif;
		font-size:		11pt;
		text-align:		justify;
		line-height:		16pt;}
.alignright     {text-align:                 right;}
#bodymain h2, h3    {padding:		0px 25px;
		font-family:		"Gill Sans MT", "Arial", "Helvetica", sans-serif;
		font-size:		24pt;
		text-align:		center;
                text-transform:         uppercase;
                font-weight:            normal;}
#bodymain h3.blog {text-align: left;
                font-size: 16pt;}
#bodymain h2 a   {text-decoration: none;}
#bodymain h3 a   {text-decoration: none;}
#bodymain ul	{padding:		5px 25px;
		font-family:		"Calibri", "Arial", "Helvetica", sans-serif;
		font-size:		11pt;
		text-align:		justify;
		line-height:		16pt;
		margin:			0 100px;}
#bodymain li	{list-style-type:	square;}
#bodymain b	{font-size:		11pt;
		font-family:		"Cambria","Georgia", serif;
		line-height:		12pt;}
#bodymain small, .postmetadata {font-family:           Arial, Helvetica, Sans-Serif;
                padding:		0px 25px;
         	font-size:              0.9em;
	        line-height:            1.5em;}

#sidebar        {float: right;
                width:  150px;}
#menubar        {padding:               10px 0;}

#sidebar h2     {padding:		0px 15px;
		font-family:		"Gill Sans MT", "Arial", "Helvetica", sans-serif;
		font-size:		14pt;
		text-align:		center;
                text-transform:         uppercase;
                font-weight:            normal;}


#bodytop	{background-image:	url("img/misc_04.png");
		width:			899px;
		height:			10px;
                background-color:       #fff;
                margin: 0;
                padding: 0;}
#bodybot	{background-image:	url("img/misc_07.png");
		width:			899px;
		height:			10px;
                background-color:       #fff;}


#footer p       {padding:		0px 15px;
		font-family:		"Gill Sans MT", "Arial", "Helvetica", sans-serif;
		font-size:		14pt;
		text-align:		center;
                text-transform:         uppercase;
                font-weight:            normal;
                color:                  #fff;}