body {
	margin:0;
	background:#FFF;
	text-align: center;
	font:11px/18px "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color:#707070;
}

a, img {
	border:none;
	outline:none;
}

a:link, a:visited {
	padding:0 0 1px 0;
	color:#636363;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	border-bottom:1px dotted #707070;
}


#header, #footer {
	margin:8px;
	width:750px;
	height:150px;
	display:block;
	clear:both;
}

#header h1, #footer h1 {
	margin:0;
	padding:0;
	background: url('../img/header.jpg') no-repeat 0 0;
	width:750px;
	height:150px;
	overflow: hidden;
	text-indent: -5000px;
}

#header h1 a, #footer h1 a {
	float:left;
	width:750px;
	height:150px;
}

#content {
	position:relative;
	margin:8px;
	padding:0;
	width:750px;	
	text-align: left;
}

p#old {
	display:inline;
	float:left;
}
p#newer {
	display:inline;
	float:right;
}


/*
	ENTRY STYLES
*/


div.entry {
	position:relative;
	margin:16px 0 24px 0;
	width:750px;		
}

div.entry p {
	margin:16px 0;
	width:500px;
}

h2 {
	margin:0;
	padding:0;
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color:#464646;
}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color:#464646;
}
h2 a:hover {
	text-decoration: none;
	border:none;
	color:#898989;
}

div.entry p.date, div.entry p.meta {
	margin:0;
	padding:3px 0;
	text-transform: uppercase;
	font: normal 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#898989;
	width:750px;
}

div.entry p.meta {
	border-top:1px solid #CCC;
}

a.more-link {
	padding:3px;
	font-size:10px;
}

div.entry ul {
	margin:8px 0;
	padding:0;
	list-style-type: none;
	text-transform: uppercase;
}


/*
	COMMENTS
*/

div.comment {
	margin:0 0 24px 0;
	padding:0;
	width:500px;
}

div.comment p.comment-meta {
	margin:0;
	background:#EBEBEB;
	width:500px;
	padding:4px 0;
	font-size:10px;
	text-transform: uppercase;
}

div.comment p {
	width:400px;
}

span.com-dude {
	text-transform: uppercase;
}

blockquote {
	margin:0;
	padding:0;
	font:italic 13px/18px Georgia, serif;
	color:#CCC;	
}