/* 
 ----------------------------------------------------------------------------
	Title:      Drew Stauffer
	Authors:    drew@alibiproductions.com
				
	Last Updated:    Always Updating!!
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

h1	{ padding: 50px 0 0 0; }
h2	{ }
h3	{ }

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

img.img-left { 
	float:left; 
	margin:6px 10px 2px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

body {
	background: #452828;
	color: #333333;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
	}

#wrap {
	background:url("http://www.drewstauffer.com/themes/ds/images/wrap-spacer.jpg") repeat-y;
	width: 822px;
	margin: 0px auto 0px;
	padding: 0px;
	}

pre {margin:10px 39px 10px 51px; padding: 10px 10px 10px 10px; background: #EBF9EC;
	border: 1px solid #000; font-size: 1.0em; font-family: monospace; font-weight: bold;}

pre span {color: #d00;}
	
/************************************************
*	Hyperlinks									*
************************************************/

a:link,a:visited	{ color:#E91919; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; outline:none; }
	
/************************************************
*	Navbar  									*
************************************************/

#navbar {
	background: url("http://www.drewstauffer.com/themes/ds/images/nav.jpg");
	width: 822px;
	height: 65px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#navbar img a{
	margin: 0px;
	border: none;
	}
	
#navbarleft {
	height: 65px;
	width: 411px;
	float: left;
	margin: 0px;
	padding: 0px;
	}

#navbarleft li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	}
		
#navbarleft ul {
	margin: 39px 0px 0px 15px;
	padding: 0px;
	}
		
#navbarleft a:link, #navbarleft a:visited { color: #FFFFFF; text-decoration:none; outline:none; }
#navbarleft a:hover, #navbarleft a:active { color: #A1908C; text-decoration:none; outline:underline; }

	
	
#navbarright {
	width: 411px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

#navbarright li a.rss {
	padding-left: 21px;
	background: transparent url("http://www.drewstauffer.com/themes/ds/images/rss-sm.gif") no-repeat 0 -1px;
	}

		
#navbarright ul {
	margin: 39px 47px 0px 0px;
	padding: 0px;
	}
		
#navbarright a:link, #navbarright a:visited { color: #FFFFFF; text-decoration:none; outline:none; }
#navbarright a:hover, #navbarright a:active { color: #A1908C; text-decoration:none; outline:underline; }
	
	
/************************************************
*	Top Section 					     		    * 
************************************************/
#tp {
	background:url("http://www.drewstauffer.com/themes/ds/images/tp-spacer.gif") repeat-y;
	float:left;
	width:822px;
}


#tp-content-left {
	width:391px;
	float:left;
}

	#posts {
		width: 286px;
		background-color: #473633;
		margin: 37px 0px 37px 42px;
		padding: 21px 21px 21px 21px;
	}
	
		#posts h2{
			color:#CFEFCF;
			font-size: 140%;
			font-weight: normal;
			text-transform: none;
			margin:0;
			padding: 0px 0px 5px 0px;
			border-bottom: 2px dotted #fff;
			}
			
			#posts ul {
				margin:0;
				padding: 5px 0px 5px 0px; 
				}
			
			#posts ul li {
				background:transparent url("http://www.drewstauffer.com/themes/ds/images/bullet.gif") 0px 10px no-repeat;
				text-transform: uppercase;
				}
					
				#posts ul li a {
					display: block;
					color: #CFEFCF;
					text-decoration: none;
					margin: 0px 0px 0px 0px;
					padding: 5px 0px 5px 10px;
					border-bottom: 1px dotted #fff;
					}
				
				#posts ul li a:hover {
					background: #5F4F4B;
					color: #CFEFCF;
					}
					

#tp-content-right {
	width:431px;
	float:right;
}

	#tp-content-right h1{
		color:#CFEFCF;
		font-size: 160%;
		font-weight: normal;
		text-transform: none;
		margin: 36px 47px 0 0;
		padding: 0px 0px 5px 0px;
		border-bottom: 1px dotted #C96516;
	}
	
	#tp-content-right p{
		color:#fff;
		margin: 0 47px 8px 0;
		padding: 8px 0 0 0;
		line-height:1.8em;
	}

#tp-bottom {
	background:url("http://www.drewstauffer.com/themes/ds/images/tp-bt.gif");
	height: 26px;
	clear:both;
}
	
	
/************************************************
*	Content 					     		    * 
************************************************/
	
#contentleft h1 a  {
	color: #2F5127;
	text-decoration: none;
	}

#contentleft h1 a:hover {
	color: #454545;
	text-decoration: none;
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#contentleft {
	float: left;
	width: 500px;
	}
	
	#contentleft h1{
		font-size: 170%;
		font-weight: normal;
		}
	#contentleft h2{
		font-size: 130%;
		font-weight: normal;
		}
	#contentleft h3{
		font-size: 110%;
		font-weight: normal;
		}
	
	#contentleft p, #contentleft h1, #contentleft h2, #contentleft h3, #contentleft ul, #contentleft ol, #contentleft dl {
		margin: 0 29px 10px 41px;
		}
	
		/* single column list */
	#contentleft ul,  { padding-left:5px; }
		#contentleft ul li { 
			background:transparent url("http://www.drewstauffer.com/themes/ds/images/bullet2.gif") no-repeat 0px 3px;
			padding-left:17px; /* pushes text to the right to display bg img */
			}
			
	#contentleft ol { padding-left:25px; }


/* definition list */
	#contentleft dl { padding-left:5px; }
		 #contentleft dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#contentleft dl dd {
			background:transparent url("http://www.drewstauffer.com/themes/ds/images/bullet2.gif") no-repeat 0px 3px;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}


	
	.date {
		background: #F1FBF1;
		text-align:right;
		padding: 5px 14px 5px 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		color:#3E3E3E;
		}
	
	.bt-links {
		background: #E5E5E5;
		border-top: 2px solid #776262;
		margin:0px 0px 10px 0px;
		padding: 8px 20px 10px 20px;
		font: 11px/18px Georgia, "Times New Roman", Times, serif;
		color:#000;
	}


		
	
#contentright {
	float: right;
	width: 322px;
	color:#452828;
	}
		
		#contentright h2{
			font-size: 16px;
			font-weight: bold;
			background: url("http://www.drewstauffer.com/themes/ds/images/sidebar-hd.gif") top left no-repeat;
			width: 256px;
			height:48px;
			margin: 0 0 0 25px;
			padding: 21px 0 0 17px;			
			}
	
#contentright ul {
	margin-left:45px; 
	}

#contentright ul li {
	background:transparent url("http://www.drewstauffer.com/themes/ds/images/bullet.gif") 0px 7px no-repeat;
	padding-left:12px;
	text-transform: uppercase;
	line-height:20px;
	margin-right: 30px;
	}
	

#contentright a:link,#contentright a:visited	{ color:#452828; text-decoration:none; }
#contentright a:hover,#contentright a:active	{ color:#E91919; text-decoration:underline; } 

#contentright h2.formtop { margin: 30px 0 0 25px; }

	
/************************************************
*	Footer  									*
************************************************/


#bottom-wrap {
	background:url("http://www.drewstauffer.com/themes/ds/images/footer.gif");
	height:22px;
	width: 822px;
	clear: both;
	}


#footer {
	width: 822px;
	margin: 0px auto;
	text-align: left;
	line-height: 17px;
	background-color: #452828;
	}
	

#footer p {
	color:#A1908C;
	margin: 12px 0 17px 41px;
	}

#footer a:link, #footer a:visited {
	color:#A1908C;
	text-decoration:underline;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	text-decoration:none;
	}


#footer a.rss {
	padding-left: 16px;
	background: url("http://www.drewstauffer.com/themes/ds/images/rss-xsm.gif") no-repeat 0 3px;
	}



/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	background: #FFFFFF;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	}
	
#sbutt {
	background: #3F2121;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 2px;
	margin: 0px;
	}
	
/************************************************
*	Comments									*
************************************************/


#commentblock h1 {
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

#commentblock h2 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#commentblock {
	width: 358px;
	background: #F0F9F1;
	color: #333333;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 42px;
	border: 1px solid #3F2121;
	}
	
		#commentblock p{
			margin:0;
			padding: 0px 0px 10px 0px;
			}
	
ol#commentlist {
	padding: 5px;
	margin: 0px;
	list-style-type: none;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 334px;
	background: #FFFFFF url("http://www.drewstauffer.com/themes/ds/images/comment.gif") no-repeat top;
	}

.commenttext-admin {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 334px;
	background: #FFFFFF url("http://www.drewstauffer.com/themes/ds/images/comment.gif") no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #777777;
	border-left: 3px solid #CCCCCC;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}