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

*/

a {
color: #9F261B;	
text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		}

h2 a, #sidebar a {
	color: black;
	}

p {
	width: 530px;
	font-family: arial;
	text-align: justify;
	}

#content {
	margin-bottom: -25px;
	}

#date {
	color: #666;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 11px;
	padding-left: 30px;
	}

#sidebar {
	background-color: #CCCCCC;
	margin-bottom: -9px;
	margin-top: -15px;
    padding: 0px;
	padding-right: 65px;
	}

	#sidebar ul ul li {
		background: url(images/raquo.png) left top no-repeat;
		padding-left: 22px;
		}

.postmetadata {
	text-align: center;
	margin-bottom: 25px;
	margin-top: -10px;
	}

#footer {
	background-color: #933;
	margin-top: 8px;
	}
.foottext {
         color: #FFFFFF;
         font-size: 10px;
         font-family: Arial, serif;
          }
.foottext a {
         color: #FFFFFF;
         text-decoration: none;
          }
