/*
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 {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #FFFFFF;
	}

img {
	border: none;
}

#header {
/*	background: #FFFFFF url('images/headerlogo.png') bottom left no-repeat; */
	background: #FFFFFF;
	font: 1.2em 'Arial Black', Gadget, sans-serif;
	width: 662px;
	height: 44px;
  	border-bottom: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#wrapper {
	margin: 0 auto;
	width: 662px;
}

#content {
	background: #FFFFFF;
	width: 662px;
	height: 200px;
}

#bloglogocol {
	background: #FFFFFF url('images/blog.png') top right no-repeat;
	width: 33px;
	min-height: 500px;
	float: left;
}

#blogtextcol {
	background: #FFFFFF url('images/twitterlogo.png') top right no-repeat;
	font: 1.1em Verdana;
	width: 360px;
	padding: 15px 43px 0px 15px;
	min-height: 500px;
	float: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

/*
#blogtwitcol {

	width: 28px;
	min-height: 500px;
	border-right: 1px solid #000000;
	float: left;
*/	
#blogtwittextcol {
	
}