/*
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 */
* {margin:0; padding:0;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial;
	font-size:12px;
	color: #333;
	text-align: center;
	background:url(../../../../img/bg.gif) repeat-x #8a8c8e;
	}

#header {
	background:url(../../../../img/logo.gif) no-repeat; height:100px; position:relative; margin-left:auto; margin-right: auto; width:950px;
	}

#page{position:relative; margin-left:auto; margin-right:auto; width:950px; background:white;}
#content {background:#FFFFFF;}
#sidebar {float:right; width:460px; background:white; text-align:left; height:100%;}
#sidebar ul{padding-left:20px;}
#sidebar li {padding:5px;}
#post, #comments {background:#FFFFFF; float:left; width:450px; text-align:left; padding:20px;}
#post p {padding-top:10px;}
#post a {padding-top:10px;}
#navigation {float:left;}

table.top td {border:1px solid #cacaca; font-size:11px; color:#707070; padding-top:10px; padding:5px 5px 5px 5px; background:#ebebeb;} /*Top Left Bottom Right */
table.top { width:330px; margin-top:16px;}
table.top td.active {color:#008cff; background:#ffffff;}
table.top a {color:#707070; text-decoration:none;}
table p a{color:#0066FF;}
