/*
Theme Name: Dan Wiersema
Theme URI: http://danwiersema.com
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2
Author: Dan Wiersema
Author URI: http://danwiersema.com
Tags: blue, custom header, fixed width, two columns, widgets

	DW Blog v2
	 http://danwiersema.com

	This theme was designed and built by Dan Wiersema,
	whose blog you will find at http://danwiersema.com/blog

*/

.blog {
	margin-top:30px;
}
.post {
  clear:both;
  padding-bottom:8px;
	margin-bottom:10px;
	background: url('/images/divider_small.png') no-repeat bottom center;
}
.post h2 {
  margin:0 0 0px 0;
  margin:0;
  padding:0;
}
.post h2 a {
  text-decoration:none;
	color:#dee9ef;
}
.post p {
  margin:0 0px 0;
  text-align:justify;
	padding:0;
}
.post p a {
  text-decoration:none;
}
.post p a:hover {
}
.post_date {
  float:left;
  width:60px;
  color:#fff;
  text-align:center;
  padding:5px 0 0 0;
}
.post_date a {
  text-transform:uppercase;
}
.post_date a:hover {
}
.post_date .month_day {
  font: normal 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  text-transform:uppercase;
	line-height:50%;
	text-align:center;
}
.post_date .year {
  font: normal 18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height:50%;
  letter-spacing:-.07em;
	text-align:center;
}
.post_body {
  float:left;
  width:480px;
  margin-left:10px;
}
.navigation {
	clear:both;
	float:right;
}