/*
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 {
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat; width:950px; text-align:left;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #AABBFF;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: .3px;
}
a {
	font-variant: small-caps;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #AABBFF;
	font-style: normal;
	font-variant: small-caps;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C0C1ED
}
a:active {
	text-decoration: none;}
	
font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #AABBFF;
	font-style: normal; 
	font-size: .75em;
}

#content {width:920px; padding:15px; vertical-align: top; border-bottom:thin; border-left:thin; border-left-width:thin; border-left-color:#AABBFF; border-bottom-width:thin; border-bottom-color:AABBFF;}
#menu { width:950px;word-spacing:15px;}
#hide {visibility:hidden;}
#footer {vertical-align:bottom; text-align:center;}
.title {font:italic; font:bold; font-size:1.5em;}
.head {font-style:italic;}
.pad {padding-left:50px;}
.margin {}
.big {font-size: 1.2em;}
.small {font-size: .8em;}
.light {color:#AABBFF; font-size: .8em;}