* {
	margin: 0;
}
html, body {
	height: 100%;
	font: 11px Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
}

a, a:hover {
	color:#000;
}

img {
	border:0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -23px;
}


/* Header and Logos */

#header {
	height:140px;
	border-top:3px solid #000;
	padding:20px 10px 0;
}

#dmlogo {
	float:left;
	margin-top:18px;
	}

#hilogo {
	float:right;
	margin-top:16px;
}


/* Menu */

#menu {
	height:50px;
	border-top: 1px solid #bbb;
	margin-top: 0;
	padding:0;
	position:relative;
	color: #222;
}

#menu img.feedicon {
	padding:5px;
	float:right;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	position: absolute;
    top: 0;
    left: 0;
}

#menu li {
	float:left;
}

#menu li a {
	display:inline;
	float:left;
	padding:5px;
	margin-right:10px;
	text-decoration: none;
}

.page_item a:hover {
	background:#E8E8E8;
	text-decoration: none;
}

.current_page_item a, .current_page_item a:hover {
	display:inline;
	float:left;
	background:#bbb;
	text-decoration: none;
}


/* Footer */

#footer, #push {
	height: 20px;
	margin: 0px auto 0;
	width: 620px;
}

#footer {
	border-bottom: 3px solid #000;
	
}

#content, #header, #menu {
	width: 600px;
	margin: 0px auto;
	padding:0 10px;
}


/* Content */

h2.date {
	color:#666;
}

#content p {
	margin-top:10px;
	line-height:18px;
	text-align:justify;
}

#content h1.postheader a {
	text-decoration:none;
	color:#000;
}

#postspacing {
	margin: 30px 0;
	border-top: 1px solid #bbb;
}



