/*  
Theme Name: Craigs
Theme URI: http://craigloftus.net/
Description: The custom wordpress theme for the Blog of Craig Loftus.
Version: 0.1.4
Author: Craig Loftus
Author URI: http://craigloftus.net/
Tags: dark, simple, integrated, two columns, right menu
*/

@import url("../../../../css/base.css");

/* Fonts */
#footer, p.postmetadata, p.date{font-size:80%}
p.date{font-style:italic}

/* Layout */
div#posts{padding-bottom:0.7em}

/* Posts */
div.post{width:90%; margin-bottom:1.5em; padding: 0; border: 1px solid white}
div.post div.header h3, div.post div.header h2{float:left; clear:both; margin:0; padding-left: 0.2em}
div.post div.header{padding: 0.2em 0; margin: 0 0 1em 0; float:left; clear:both; width:99.99%}
div.post div.header p.date{float:right; width:30% !important; margin:0.1em 0.3em 0 0; text-align:right}
div.post div.entry{padding: 0  0.5em 1.5em 0.5em}
p.postmetadata{margin:0; padding: 0.6em}
	/* Tables */
	div.post table{margin:0 auto; width:80%}
	div.post table th{background:silver}
	div.post table td{background:white}

/* Comment box */
div#comment_box{width:90%; padding-bottom:0.7em}
div#comment_box form{width:90%}
div#comment_box form textarea{width:90%}

/* Twiddly bits */
blockquote{padding-left:0.5em; border-left: 0.3em solid #ddd;}
