/*
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 {
	background-color:#000000;
	background-image:url(images/page-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	color:#CCCCCC;
}

#container {
	background-color:#090909;
	background-image:url(images/content-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:575px;
	height:auto;
	padding-left:16px;
	padding-top:22px;
	margin-left:20px;
	margin-top:34px;
}

#header {
	width:580px;
	height:103px;
}

#navBar {
	width:580px;
	height:30px;
}

#navBar ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-indent:0px;
	margin-left:1px;
}

#navBar li {
	list-style:none;
	float:left;
	margin-top:1px;
	margin-right:8px;
}

#navBar li a {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}

#navBar li a:hover {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:5px solid white;
}

#albumContainer {
	width:580px;
	height:290px;
}

#albumLeft {
	width:243px;
	float:left;
}

#albumRight {
	width:320px;
	float:right;
	padding-left:5px;
	padding-right:8px;
}

img.albumTitle {
	margin-bottom:60px;
}

span.red {
	color:#e55e42;
}

#content {
	margin-top:8px;
}

#content a {
	color:#FF3333;
	border-bottom:1px dotted #FF6666;
	text-decoration:none;
}

#content p {
	padding:0px;
	margin:0px;
	line-height:1.6em;
}

h2 {
	margin:5px 0px 10px 0px;
	padding:0px;
}

#latestNews {
	margin-top:8px;
	background-color:#191919;
	width:554px;
	padding:13px;
}

#latestNews p {
	padding:0px;
	margin:0px;
	line-height:1.6em;
}

p.date {
	color:#e56142;
	letter-spacing:0.2em;
	text-transform:uppercase;
	font-size:11px;
}

#footer {
	border-top:1px dotted #666666;
	font-size:12px;
	color:#CCCCCC;
	width:580px;
	margin-top:10px;
	margin-left:35px;
}

#footer a {
	color:#FF3333;
	border-bottom:1px dotted #FF6666;
	text-decoration:none;
}