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; } 
ol,ul { list-style:none; } 
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; }
div.break {	display:block; clear:both; height:1px;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
/*---------- END RESET ----------*/


body {
	background: #FFF url('../img/bg.gif') no-repeat fixed 0 0;
	text-align:left;
	color:#555;
	font:10px/18px "andale mono","monaco","lucida console","courier new", monospace;
	line-height:18px;
}
a, img {
	outline:#FFF;
}
blockquote {
	margin-left:12px;
	font:italic 11px/20px Georgia, serif;
}

a {
	text-decoration: none;
	background:#fff799;
	color:#555;
}
a:hover {
	color:#FFF;
	background:#555;
}

#header {
	position:absolute;
	top:35px;
	left:120px;
}

#content {
	margin:150px 10px 30px 120px;
	display:block;
}

div.entry-dp {
	margin:0 18px 18px 0;
	width:300px;
	height:250px;
	overflow:hidden;
	float:left;
}


body#archive div.entry-dp {
	margin:0 4px 4px 0;
	float:left;
	width:300px;
	height:225px;
	overflow:hidden;
}	
div.next, div.prev {
	display:block;
	width:70px;
	height:11px;
}	
div.next a, div.prev a {
	display:block;
	float:left;
	width:70px;
	height:11px;
	overflow:hidden;
	text-indent:-1000px;
}
	div.next {
		margin:0 37px 20px 0;
		float:right;
	}
	div.prev {
		float:left;
	}
	div.next a {
		background:url('../img/headers.gif') no-repeat 0 -48px;
	}
	div.prev a {
		background:url('../img/headers.gif') no-repeat 0 -36px;
	}



/*---------- COMMENTS ----------*/

#comments {
	width:300px;
	text-align: left;
}
#comments .comment-form h1.title {
	margin:0;
	text-indent: 0;
	width:300px;
	text-align: left;
	display:block;
}
#comments div.comment {
	margin:0 0 18px 0;
}
#comments div.comment span {
	color:#000;
	text-transform:uppercase;
}

#comments p {
	margin:0 0 8px 0;
}
textarea#comment {
	width:300px;	
}
input {
	width:200px;
	font:10px/18px "andale mono","monaco","lucida console","courier new", monospace;	
}
input#submit {
	background:#F1F1F1;
	color:#87C6B9;
	width:auto;
	border:none;
	padding:5px;
}
input#submit:hover {
	background:#CCC;
	color:#FFF;
}





