/*
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

*/

.hidden {
	display: none;
}

*
{
margin-top: 0px;margin-bottom: 0px;
}

html, body {
	padding: 0;
	margin: 0px;
	background-color: #000;
	color: #FFFFFF;
	font-family: 'Verdana', Arial, Sans-Serif;
}

p
{
margin-top: 15px;
}

a:link {
color: #f99647;
text-decoration: none;
}
a:visited {
color: #f99647;
text-decoration: none;
}
a:hover {
color: #a0a0a0;
text-decoration: none;
}

#page-container {
    width: 990px;
	background: #000;
	margin: auto;
	position: relative;
}

#main-nav {
	background: #000;
	width: 990px;
	text-align: center;
}


#header {
	background: #000;
	height: 125px;
	width: 990px;
}

#content {
    margin-left: 220px;
	margin-right: 220px;
	background: #000;
	font-size: .85em;
	text-align:justify;
}

#flashnavigation {
	float: left;
	width: 150px;
	background: #000;
	color: #fff;
}

#sidebar {
	background:#000000 none repeat scroll 0 0;
	color:#fff;
	font-size: 0.75em;
	position: absolute;
	right: 0;
	text-align: right;
	top: 145px;
	width: 170px;
}

#sidebar li{
	list-style: none;
}

.contentHeading{
border-bottom:1px solid #A0A0A0;
color:#F99647;
font-size:1.7em;
font-style:italic;
margin-bottom:20px;
font-weight: normal;
}

#footer {
    clear: both;
	height: 35px;
	background-color:#000;
	text-align:left;
	border-top: solid 1px #f99647;
	width: 990px;
}

.mytextbox{
	border: 1px inset #fff;
	background-color: #000;
	color: #fff;
	padding: 2px;
	font-size: 0.9em;
	width: 250px;
}

.big{
	font-size: 1.2em;	
	width: 540px;
}

#aaroncomments li{
	margin-top: 15px;	
}