/*  
Theme Name: DavidNewton.org
Theme URI: http://davidnewton.org/
Description: Custom theme.
Version: 1.0
Author: David Newton
Author URI: http://davidnewton.org/

Based on Kubrick v1.5 by Michael Heilemann http://binarybonsai.com/kubrick/
*/


html, body {
	margin: 0;
	padding: 0;
	
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 13px;
}

body {
	background-color: #faf8f9;
	background-image: url(images/background.png);
}

#container {
	position: relative;
	width: 936px;
	margin: 0 auto;
}


#header {
	margin: 0 auto;
}

#header a {
	display: block;

	width: 936px;
	height: 208px;

	color: transparent;
	
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	top: 208px;
	right: 0;
	width: 600px;
}

#vr {
	position: absolute;
	top: 208px;
	left: 250px;
	width: 20px;
	height: 881px;
	
	background-image: url(images/vr.png);
	background-repeat: no-repeat;
}

#sidebar {
	position: absolute;
	top: 208px;
	left: 0;
	width: 240px;
}

#sidebar > ul {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
	list-style-image: none;
}

#sidebar > ul > li {
	margin-bottom: 30px;
}

#sidebar h2.widgettitle {
	margin: 10px 0;
	padding: 0;
	
	font-size: 14px;
	font-weight: bold;
}

ul {
	list-style-type: disc;
	list-style-image: url(images/dot.png);
	padding-left: 25px;
}

li {
	line-height: 23px;
}

div.post {
	margin-bottom: 30px;
	border-bottom: 1px dotted gray;
}

div.post > h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.post > small {
	font-style: italic;
	font-size: 11px;
}

div.entry {
	margin: 20px 0;
}

ul.postmetadata {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px;
	
	background-color: #fff;
	border: 1px dotted gray;
	font-size: 11px;
	
	list-style-image: none;
	list-style-type: none;
}

div.navigation {
	width: 500px;
	margin: 20px auto;
}

div.navigation div.alignleft {
	float: left;
}

div.navigation div.alignright {
	float: right;
}



hr {
	display: none;
}

a {
	color: #3739b1;
	text-decoration: none;
}

div.clear {
	clear: both;
	
	width: 0;
	height: 0;
	line-height: 0;
	color: transparent;
}
