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

*/

.post {
  clear:both;
  padding-bottom:10px;
	margin-bottom:8px;
	background: url('/images/divider_small.png') no-repeat bottom center;
	width:735px;
}
.post2 {
  clear:both;
  padding-bottom:4px;
	margin-bottom:4px;
	width:735px;
}
.comments {
	background: url('/images/comment_bubble.png') no-repeat bottom center;
	width:28px;
	height:21px;
	color:#1c1c1c;
	text-align:center;
	margin:25px 10px 0 0;
	padding:5px 0 0 0;
	float:right;
	text-shadow:#e2ecf2 0 1px 1px;
	font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.post h2 {
	font-size:22px;
	margin:3px 0 3px 0;
  padding:0;
}
.post h2 a {
  text-decoration:none;
	color:#dee9ef;
}
h2 .single_h2 {
	font-size:26px;
}
.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:8px 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;
	text-align:center;
	padding:0;
}
.post_date .year {
  font: normal 18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  letter-spacing:-.07em;
	text-align:center;
	padding:0;
	margin-top:-2px;
}
.post_body {
  float:left;
  width:480px;
  margin-left:10px;
}
.navigation {
	clear:both;
	float:right;
	font: normal 18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding-right:15px;
}
.postmetadata {
	margin-top:14px;
}
.postmetadata p {
	color:#8cc0de;
}
.comment-author img, .comment-author, .comment-author, .comment-meta {
	float:left;
}
.comment-meta {
}
.comment {
	clear:both;
}
.comment-author {
	width:280px;
}
.comment-author a {
	color:#dceaee;
}
.comment-body p {
	float:right;
	width:420px;
	padding:0;
	text-align:justify;
	padding:0 25px 16px 0;
}
.avatar_thumb {
	background: url('/images/thumb_mini.png') no-repeat bottom center;
	width:58px;
	height:62px;
	float:left;
	padding:6px 0 0 10px;
	margin-right:20px;
}
.meta {
	font-size:12px;
	color:#8cc0de;
}
.fn {
	font-size:14px;
}
.commentlist { 
	width:735px;
}
.commentlist li {
	/*background: url('/images/divider_large.png') no-repeat bottom center;*/
	padding-top:12px;
	padding-bottom: 3px;
	margin-bottom:0px;
}
.even {
	background: url('/images/blog_section_bg.png') repeat top left;
	
}
#comments {
	/*background: url('/images/divider_large.png') no-repeat bottom center;*/
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:23px;
}
.comment_field, .comment_area {
	border:0;
	padding:3px 4px;
	font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.comment_field {
	background:#d0e4ed url('/images/field_input.gif') repeat-x bottom left;
	width:230px;
	margin-bottom:8px;
}
.comment_area {
	background:#d0e4ed url('/images/field_textarea.gif') repeat-x bottom left;
	width:430px;
	height:100px;
	margin-bottom:12px;
}
.btn_submit {
	float:right;
	margin-right:0px;
	margin-top:-4px;
}
small, label {
	margin:0;
	padding:0;
}
.download_bar {
	/*background: url('/images/divider_download.png') no-repeat top left; */
	/*background: url('/images/blog_section_bg.png') repeat top left;*/
	width:720px;
	height:52px;
	margin:18px auto 10px auto;
	padding:14px 0 0 0;
}
.download_title {
	float:left;
	font: normal 17px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#fff;
	padding:5px 0 0 0px;
}
.download_details {
	float:left;
	width:360px;
	text-align:center;
	color:#8cc0de;
	padding:5px 0 0 0;
	font: normal 17px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.download_button {
	float:right;
	padding-right:5px;
}
.blog_video {
	background: url('/images/blog/video_bg.png') repeat-x bottom left;
	width:710px;
	height:412px;
	padding:7px 0 0 10px;
	margin:24px 0 10px 0;
}