/*   
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;}

a:link,
a:active,
a:visited,
a:hover {
	color:#C44117;
	color:#DDDDAB;
	/*text-decoration:none;*/
}

h1 a:link,
h1 a:active,
h1 a:visited,
h1 a:hover,
h2 a:link,
h2 a:active,
h2 a:visited,
h2 a:hover,
h3 a:link,
h3 a:active,
h3 a:visited,
h3 a:hover {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

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

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

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

#content {
	width:560px;
	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;
}

#content .entry {
	margin-bottom:20px;
	border-bottom:1px solid #333333;
}

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

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

#title {
	display:block;
	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:200px;
	float:right;
	font-size:90%;
}

#sidebar h2 {
	padding:5px 0px;
	font-size:90%;
	border-bottom:1px solid #333333;
	
}

#searchform #s {
	/*width:50px;*/
	margin-right:10px;
}

#searchform br {
	display:none;
}

/* COMMENTS */

#commentform textarea {
	width:550px;
}


.aktt_tweets li {
	padding-bottom:10px;
	border-bottom:1px dashed #424242;
	margin-bottom:10px;
	font-size:80%;
}

ul.twitter li.twitter-item {
	font-size:80%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #424242;
}

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