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

	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-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0;
	margin: 0;
	spacing: 0;
	background-color:black;
	color:white;
	}

img {
	border:0;
	}

a {
	text-decoration: none;
	color: #CCCCFF;
	}

a:hover {
	text-decoration: underline;
	}

#content img {
	float: right;
	margin: 20px 0px 20px 20px;
	}

#content embed {
	float: right;
	margin: 20px 0px 20px 20px;
	}

#page {
	width: 90%;
	float: left;
	}

#header {
	text-align: left;
	width: 100%;
	height: 104px;
	padding-top:20px;
	}
	
#small_logo {
	position:absolute; 
	top:0; 
	left:0;
	z-index:20;
	}
	
#header li, #footer li {
	display: inline;
	list-style-type: none;
	margin-right: 2em;	
	}

#footer li {
	font-weight: bold;
	}

.head_text, #head_text1 {
	z-index:3;
	font-weight: bold;
	position:relative;
	}

#head_text1 {
	padding-left:180px;
	}

.head_text {
	padding-left:7%;
	}

#head_cloud1, #head_cloud2 {
	z-index:0;
	}

#head_cloud1 {
	position: absolute;
	left: 300px;
	top: 0px;
	}

#head_cloud2 {
	text-align:right;
	}
	


#footer {
	float: left;
	clear: left;
	padding-top: 100px;
	font-size: .9em;
	text-align:left;
	margin-left: 10px;
	}

#footer hr {
	margin-bottom: 40px;
	}

#powered {
	padding-top: 100px;
	width: 300px;
	font-size: .7em;
	}


#content {
	text-align: left;
	margin-left: 50px;
	}

#sidebar  {
	width: 170px;
	margin-left: 25px;
	text-align: left;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#sidebar li {
	margin-bottom: 1em;
	}

#edit_page {
	font-size: .8em;
	font-weight: bold;
	}

#category {
	border-left: medium solid gray;
	margin-left: 50px;
	padding-left: 50px;
	}
	
#category h2 {
	color: gray;
	}

#category h3 {
	padding-left: 50px;
	}



