/*  
Theme Name: Dirty
Theme URI: 
Description: the first reware vintage blog theme
Version: 0.1
Author: Dan Nixon
Author URI: 
*/

/* Reset styles by Eric Meyer (meyerweb.com) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}
a img, :link img, :visited img {
border: 0;
}
table {
border-collapse: collapse; border-spacing: 0;
}
ul, ol{
list-style:none;
}
q:before, q:after, blockquote:before, blockquote:after {
content: "";
}
/* End reset*/
body {
	background:#c7c9be url(images/body.jpg) repeat-y 50% 50%;
	color:#2e3326;
	font:75%/1.5 Arial, Helvetica, sans-serif;
}
html>body {
	font-size:12px;
}
a:link, a:visited{
	color:#2e3326;
	text-decoration:none;
	border-bottom:1px dotted #737f60;
}
a:hover, a:active{
	color:#737f60;
	background-color:#c6c9be;
	border-bottom:1px solid;
}

h1 a{
	display:block;
	width:700px;
	height:216px;
	background:url(images/header.jpg) no-repeat top left;
	text-indent:-1000em;
	overflow:hidden;
	margin:0 auto 14px auto;
	border-style:none !important;
}
#content{
	width:630px;
	margin:0 auto;
}
#content img{
	padding:8px;
	background:#fff;
	border:1px solid;
	max-width:610px;
}
h2{
	font-size:200%;
	clear:both;
}
h2 a{color:#c00 !important;}
h3{
	font-size:150%;
}
p, ul{
	margin:1em 0;
}
.entry li{
	margin-bottom:0.6667em;
}
.postmetadata, .commentauthordata, .commentmetadata{
	font-size:90%;
}

textarea{
	width:620px;
}
.commentmetadata{
	text-align:right;
}
.alt{
	background-color:#e4e5dc;
	padding:0.5em;
}
.navigation{
	margin-bottom:1em;
	height:1.5em;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
#siteinfo{
	background:url(images/footer.jpg) no-repeat bottom left;
	margin:2em auto 0 auto;
	width:700px;
}
.col{
	width:300px;
	margin-left:30px;
	float:left;
}
.col.first{
	margin-left:35px;
}
#siteinfo p{
	clear:left;
	padding:35px;
	margin:0;
}
#siteinfo p #subscribe{
	padding-left:14px;
	background:url(images/feed-icon-12x12.gif) no-repeat top left;
	float:right;
	margin-top:-1.5em;
}