/*
Theme Name: Depict
Theme URI: http://elliotjaystocks.com
Description: Based on Elliot Jay Stocks Starkers Wordpress theme.  (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: David Redfern
Author URI: http://dshed.net
Tags: Depict, Watershed
*/

@import "style/css/reset.css";
/*@import "style/css/typography.css";
@import "style/css/layout.css";*/

body
{
	background-color: #282623;
	font-family: Verdana, Arial, 'MS Trebuchet', sans-serif;
	color: #ffffff;
	font-size: 80%;
	text-align: vertical;
}

h1, h2, h3, h4, h5, h6, p, li
{
	margin: 0;
	padding: 0em 0em 1em 0em;
}

h1, h1 a
{
	color:#e3003e;
	font-size: 1.4em;
	font-weight: bold;
}

h2, h2 a
{
	color:#e3003e;
	font-size: 1.2em;
	font-weight: bold;
}

h3, h3 a
{
	color:#e3003e;
	font-size: 1em;
	font-weight: bold;
}

h4, h5, h6, p, li
{
	font-size: 1em;
}

a
{
	color: #abba70;
}

#wrapper
{
	margin: 3px auto 0px auto;
	width: 1015px;
	background-image: url(/09/diary/wp-content/themes/depict/images/header_bkg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	border-top: 1px solid #282623;
}


#menu
{
	padding: 120px 20px 0px 365px;
}

	#menu li
	{
		float: left;
		margin: 0px 5px 0px 0px;
	}
	
		#menu li a
		{
			display: block;
			padding: 5px 10px 5px 10px;
			background-color:#000000;
			color:#abba70;
			text-decoration: none;
			width: auto;
		}
		
		#menu li a:hover
		{
			color:#ffffff;
		}
		
	#menu h1
		{
			padding: 20px 0px 0px 0px;
			font-family: Verdana, Arial, 'MS Trebuchet', sans-serif;
			color:#ffffff;
			font-size: 1.35em;
			font-weight: normal;
			clear:both;
		}
		
#page
{
	width: 829px;
	margin: 30px 93px 0px 112px;
	padding: 0px 0px 0px 0px;
	background-color: #191919;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	overflow:auto;
	xborder: 1px solid white;
}

#leftCol
{	
	float: left;
	width: 185px;
	padding: 0px 40px 0px 20px;
	background-color: #191919;
}

#rightCol
{
	margin: 0px 0px 0px 245px;
	width: 564px;	
	padding: 0px 20px 0px 0px;
	background-color: #191919;
}


#rightCol img
{
	border: 1px solid #ffffff;
}



#footer
{
	margin: 0px auto 0px auto;
	width: 1015px;
	height: 150px;
	background-image: url(/09/diary/wp-content/themes/depict/images/footer_bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-bottom: 1px solid #282623;
	
}

	#footer-content
	{	
		margin: 0px 93px 0px 112px;
		padding: 10px 30px 0px 30px;
	}

#footer-content a
{	
	text-decoration:none;
}

#respond
{
	margin: 20px 0px 0px 0px;
}

.notes
{
	color:#666666;
	font-size: 0.75em;
}

#comments
{
	margin: 40px 0px 0px 0px;
	padding:0;
}

.commentmetadata
{
padding: 0px 0px 10px 0px;
}
