/*  
Theme Name: Drawing Business
Theme URI: http://dev.drawingbusiness.com/
Description: Drawing Business theme cloned from <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Richard Smith	
Author URI: http://www.drawingbusiness.com/

	Drawing Business 0.1

	Cloned from the Kubrick theme, 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
	

*/
div.page-style#blog { min-height: 55em; }

div#sidebar
{
	position: absolute;
	top: 167px;
	right: 0;
	width: 150px;
	margin-right: 40px;
	font-size: 0.8em;
	color: black;
	background-color: rgb(251, 249, 127);
	padding: 10px 10px 0 12px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-image: url(/img/page/pale-dredd.png);
	background-repeat: repeat-y;
	background-position: 0 -52px;
}

.postmetadata
{
	font-size: 0.8em;
	text-align: center;
	color: rgb( 100,190,106 );
	background-color: inherit;
	text-transform: lowercase;
	margin-top: 2em;
}

.alt a { font-weight: bold; }

div.post h2, div.post h2 a, .postmetadata a, div.post small, p#allowed-tags
{
	color: rgb( 100,190,106 );
	background-color: inherit;
}

div.entry { margin-top: 1.5em; }
div#sidebar ul li { margin: 0.5em 0; }
div#sidebar ul li a
{
	color: black;
	background-color: inherit;
	font-weight: normal;
}

div#sidebar h2, div#sidebar ul h2.widgettitle a
{
	color: rgb( 100,190,106 );
	background-color: inherit;
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: bold;
}

div#sidebar ul {margin-bottom: 2em;}

div.navigation
{
	font-size: 0.8em;
}

form textarea#comment
{
	width: 100%;
}
div#blog div.b-content ul, div#blog div.b-content ol
{
	margin: 0 0 0 2em;
	list-style: square outside;
	font-size: 0.9em;
}

div#blog div.b-content blockquote
{
	color: rgb(96,96,96);
	background-color: white;
	padding: 0 1em 0 1em;
	border-left: rgb(238,238,238);
	border-width: 0 0 0 10px;
	border-style: none none none solid;
}

div.entry div.artwork
{
	position: relative;
	width: 480px;
	height: auto;
}

div.artwork img
{
	margin: 0 auto;
	display: block;
}

div#sidebar ul select { margin-bottom: 1em; }

span.entry-meta, div#sidebar ul li span.entry-meta a
{
	font-size: 0.9em;
	color: rgb( 128,128,128 );
	background-color: inherit;
}

div#sidebar ul li#tweetable { margin-bottom: 2em; }