/*  
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 {
	margin: 0;
	padding: 0;
	background: #660000 url('images/background.jpg') top center repeat-y;
	color: white;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#page {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	}
#container {
	float: left;
	background: url('images/lines.gif') left repeat-y;

	}
.widecolumn {
	background: url('images/title_1.gif') top left no-repeat;
	margin-left: 16px;
	margin-top: 38px;
		
	}
.post {
	padding-top: 16px;
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 30px;
	}
.post-nov {
	padding-top: 10px;
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 10px;
	}
.post p {
	padding-top: 6px;
	padding-bottom: 7px;
	/*padding-left: 120px;*/
	margin: 0;
	}
.post td {
	text-align: center;
	font-size: 12px;
	}
.entry {
	margin-left: 34px;
	width: 510px;
	}
hr {
	width: 630px;
	height: 2px;
	color: #990000;
	border: none;
	background: #990000;
	margin: 10px 0 10px -120px;
	padding: 0;
	}
a {
	color: white;
	font-weight: bold;
	}
a:hover {
	color: yellow;
	}
#footer {
	background: url('images/footer.gif') no-repeat;
	width: 800px;
	height: 170px;
	margin: 0 auto;
	clear: both;
	}
.left {
	float: left;
	padding-right: 10px;
	}
a img {
	border: none;
	}
.year-link {
  font-size: 18px;
  }
.month-link {
  font-size: 15px;
  }
