/*
Theme Name: Nathan Rutherford
Theme URI: http://www.nathanrutherford.comg/
Description: The default theme for Nathan Rutherford.
Version: 1.0
Author: Chris Vasquez & Luis Toro
Author URI: http://robo.clickpopmedia.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

*/

body {
	background-color:#000;
	color:#fff;
	margin:0px;
	font-family:"Trebuchet MS", arial, verdana, sans-serif;
	}
	
img {
	border:0;
	}
	
#header {
	padding:20px 0px 20px 22px;
	overflow:auto;
	}
	
#menubar {
	position:absolute;
	top:62px;
	left:290px;
	}
	
#menubar img {
	border-right:1px solid #fff;
	}
	
#contact {
	margin-left:25px;
	}
	
.blog {
	width:675px;
	margin-left:28px;
	}
	
.blog img {
	max-width:675px;
	}
	
.blog a {
	color:#ffffff;
	}
	
.blog a:hover {
	color:#FF7;
	}

.post {
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1px dashed #FFF;
	}

.date {
	padding:5px;
	background:#FFF;
	color:#000;
	display:inline;
	border-right:1px solid #CCC;
	}
	
.navigation {
	display:block;
	width:675px;
	height:auto;
	overflow:auto;
	}

.alignleft {
	float:left;
	}

.alignright {
	float:right;
	}

.commentlist {
	margin:0px;
	padding:0px;
	}
	
.commentlist li {
	padding:20px;
	margin:10px 5px;
	list-style:none;
	background-color:#0C0C0C;
	border:1px dashed #111;
	}
