/*   
Theme Name: Pruittville 0808
Theme URI: http://blog.pruittville.com
Description: A dark wood grain theme
Author: Cliff Pruitt
Author URI: http://www.crayoncowboy.com
Version: 1.0
.
©2008 Cliff Pruitt
Developed by Crayon Cowboy
Thanks to Gedy Rivera  for the concept and starting graphics (http://www.gedyrivera.com/)
.
*/

/*Modified YUI Reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/*Modified YUI Fonts*/
body {font:13px trebuchet,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}


body {
	background-color:#000000;
	color:white;
}

h1 {font-size:150%; font-weight:bold; color:#ffffff; margin:20px 0px 10px 0px;}
h2 {font-size:130%; font-weight:bold; color:#ffffff; margin:20px 0px 10px 0px;}
h3 {font-size:110%; font-weight:bold; color:#ffffff; margin:20px 0px 10px 0px;}
h4 {font-weight:bold; color:#ffffff;}

.listclear ol,
.listclear ul,
ol.clear,
ul.clear {list-style:none;}

#pagewrapper {
	background-color:#282828;
	padding:10px 0px;
}

body.home #pagewrapper {
	padding:0px;
}

#page {
	background: url('images/page.bkg.gif') repeat-y scroll 580px 0px;
	width: 800px;
	margin:0px auto;
	height:470px;
	overflow:hidden;
	position:relative;
}

body.home #page {
	background: transparent;
	width: 950px;
	height:470px;
	overflow:hidden;
}

#content {
	width:570px;
	font-size:90%;
}

#content p {
	color:#eeeeee;
	line-height:1.8em;
	margin:10px 0px;
}

#content p img.storyimage {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #ffffff;
}

#content blockquote {
	color:#ffffff;
	font-style:italic;
	line-height:1.8em;
	margin:20px 0px;
	padding-left:20px;
	border-left:1px solid #ffffff;
}

#content ol,
#content ul {
	margin:2em 0px;
}

#content ol li,
#content ul li {
	margin-left:20px;
	margin-bottom:1em;
}

#headerrow {
	background: url('images/header.bkg.jpg') repeat-x scroll top left;
}

#header {
	width: 800px;
	margin:0px auto;
	height: 150px;
	position:relative;
}

#title {
	position:absolute;
	background: url('images/title.png') no-repeat scroll top left;
	width: 271px;
	height: 39px;
	top:60px;
	left:0px;
}

#nav {
	position:absolute;
	width:500px;
	height:30px;
	bottom:10px;
	right:0px;
}

#nav li {
	float:right;
	margin-left:20px;
}

#nav a:link,
#nav a:active,
#nav a:visited,
#nav a:hover {
	color:white;
	text-decoration:none;
	font-size:12px;
	padding:5px;
}

#nav a:hover {
	background-color:#000000;
}

#footer {
	background: url('images/footer.bkg.jpg') repeat-x scroll top left;
	width: 100%;
	height: 186px;
}

#sidebar {
	width:210px;
	float:right;
}

#sidebar h2 {
	padding:5px;
	font-size:80%;
	background-color:#333333;
}

#home_cliff {
	position:absolute;
	background: url('images/home_cliff.png') no-repeat scroll top left;
	width: 344px;
	height: 289px;
	top:100px;
	left:230px;
}

#home_eli{
	position:absolute;
	background: url('images/home_eli.png') no-repeat scroll top left;
	width: 248px;
	height: 218px;
	top:230px;
	left:40px;
}

#home_danielle {
	position:absolute;
	background: url('images/home_danielle.png') no-repeat scroll top left;
	width: 344px;
	height: 288px;
	top:30px;
	left:0px;
}

#home_content {
	position:absolute;
	width:350px;
	height:320px;
	top:10px;
	right:0px;
}

#home_content p {
	font-size:90%;
	line-height:2.5em;
	margin:24px 0px;
}

.floatclear {clear:both;}
.floatclear.hidden {clear:both;height:0px;overflow:hidden;}