/*  
Theme Name: Drunk Dwarves 2008
Theme URI: http://www.drunkdwarves.com
Description: website style sheet for Drunk Dwarves 2008
Version: 1.0
Author: Don Carr
Author URI: http://www.chimonkey.com

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

/* Begin Images */
a img {
	border:none;
	}

p img {
	padding: 0;
	max-width: 100%;
	border-style: none;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

body{
	margin: 20px 0 20px 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	test-align: left;
	vertical-align: top;
	background-image:
	url(http://www.drunkdwarves.com/images/siteimages/tilebg.jpg);
	color: #444F46;
}

a:link, a:visited{
	text-decoration: underline;
	color: #1D5B06;
}

a:hover{
	text-decoration: none;
}

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

a.footer:hover{
	text-decoration: none;
}

p{
padding: 10px 0 0 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 800px;
text-align: left;
background-image:
url('http://www.drunkdwarves.com/images/siteimages/background.jpg');
overflow: hidden;
}

#header{
float: left;
width: 800px;
height:200px;
background-image:
url(http://www.drunkdwarves.com/images/siteimages/header.jpg);
}

#container{
float: left;
width: 550px;
margin: 0 0 0 10px;
}

.post{
padding: 10px 0 0 20px;
}

.post h2{
font-family: Sans-serif;
font-size: 22px;
}

.entry{
line-height: 18px;
text-align: justify;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 20px 0;
}

.navigation{
padding: 10px 0 20px 20px;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

.sidebar{
float: left;
width: 220px;
margin: 0 0 50px 20px;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-family: Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
line-height: 20px;
font-size: 12px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer{
clear: both;
width: 800px;
height: 59px;
text-align: center;
vertical-align: bottom; 
line-height: 20px;
font-size: 12px;
background-image:
url(http://www.drunkdwarves.com/images/siteimages/footer.jpg);
color: #ffffff;
}