/*
Theme Name: Tree of Woe
Theme URI: http://wordpress.org/
Description: The Tree of Woe
Version: 0.1
Author: Michael Heilemann
Author URI: http://binarybonsai.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

*/


/*-- Layout --*/
body {
	margin:0;
	padding:0;
}

#page {
width:1000px;
margin:0 auto;
background:url("images/bg.png") top right repeat-y;
}

#header {
	background:url("images/header.png") top right no-repeat;
	width:100%;
	height:114px;
	padding:0;
	margin:0;
}

#headerimg * {
	text-indent:-5000px;
	height:0.1em;
	padding:0;
	margin:0;
}

#content {
	width:675px;
	float:left;
	margin-top:10px;
	margin-left:45px;
}

.post {
	border-bottom:2px solid black;
}


#sidebar {
	width:255px;
	float:right;
	margin-top:10px;
}

#sidebar ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#sidebar h2 {
	padding-top:20px;
}

ol.commentlist li {
padding-top:1.3em;
}


#footer {
	clear:both;
	text-align:center;
}

.post h2 {
margin-bottom:0px;
}

.post small {
margin:0;
padding:0;
margin-left:10px;
padding-left:5px;
color:#565656;
border-left:1px solid #EEEEEE;
border-bottom:1px solid #EEEEEE;
}

/*-- Colors and stuff --*/

h2.widgettitle {
	margin:0;
	padding:0;
}

a {
	color:#389B32;
	text-decoration:none;
}
a:hover {
	color:white;
	background:#4CD144;
}

.post h2 a {
	color:black;
}

.post h2 a:hover {
	color:white;
}

.post h3 a {
	color:black;
}

.post h3 a:hover {
	color:white;
}

blockquote {
background:url("images/quote.png") no-repeat top left;
margin:0;
padding:1em 0 .2em 50px;
}

ol.commentlist li {
padding-left:6px;
padding-right:6px;
}

ol.commentlist li.alt {
background-color:#F1F1F1;
border-top:1px solid black;
border-bottom:1px solid black;
}

/*-- Typography --*/

body {
font-size:0.84em;	
font-family:Constantia,Times,"Apple Garamond",Garamond,serif;
}

.post h2 {
font-family:Corbel,Arial,sans-serif;
font-size:2.1em;
}

.post h3 {
font-family:Corbel,Arial,sans-serif;
font-size:2.1em;
margin-bottom:0px;
}

blockquote {
font-family:Corbel,Arial,sans-serif;
color:#444444;
font-weight:bold;
}

#footer {
padding-top:4em;
	font-size:0.8em;
}

.navigation {
padding:3em 0;
}

.navigation a {
font-family:Corbel,Arial,sans-serif;
font-size:1.6em;
color:black;
font-weight:bold;
}

.navigation .alignleft {
float:left;
}

.navigation .alignright {
float:right;
}

