/*  
Theme Name: DH_Fusebox_3.0
Theme URI: http://wordpress.org/
Description: A hack of Kubrick that plugs into a PHP Fusebox 3.0 app.
Version: 0.2
Author: David Huyck (based on Michael Heilemann's (http://binarybonsai.com/) Kubrick)
Author URI: http://www.bunchofmonkeys.com

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme is based on Michael Heilemann's default Wordpress design,
	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

*/

#searchform {
	text-align: right;
}

#blog #content {
	padding-top: 10px;
}

#blog .textColumn {
	float: left;
	padding: 0 0 20px 10px;
}
#blog .metaColumn {
	float: right;
	padding: 0 10px 20px 0;
}
	#blog .metaColumn UL {
		list-style: none;
	}
		#blog .metaColumn UL LI UL {
			margin: 0;
			padding: 3px 0 3px 10px;
		}
	
#blog H2 A:link, #blog H2 A:visited {
	font-size: 24px;
	line-height: 1em;
	text-decoration: none;
}
#blog .textColumn H2 {
	border-bottom: 1px solid #321;
	padding-bottom: 2px;
}
#blog .metaColumn H2 {
	border-bottom: 1px solid #321;
	padding-bottom: 2px;
}

H3 {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-variant: small-caps;
	font-size: 16px;
}
.post {
	margin-bottom: 50px;
}
	
#blogFooter {
	padding: 0;
	margin: 0 auto;
	width: 740px;
	border-top: 1px solid #321;
	border-bottom: 1px solid #321;
	clear: both;
}
#blogFooter p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background-color: #da9;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */