nav, #join, #logo, .reply, .entry ol li.hidden, #respond, p.edit, .leftcolumn, .rightcolumn, footer, #main p.singlepostmetadata {
display: none;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

header {
	padding-bottom: 3px;
	display: block;
	border-bottom-color: #dedede;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

header h1 {
	padding: 0px;
	margin-bottom: 2px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: 200;
}

header h2 {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1.2em;
}


header h1 a {
color: black;
text-decoration: none;
}

a {
	text-decoration: underline;
	color: black;
}

blockquote {
	font-style: italic;
}

.entry ol li {
	margin-bottom: 7px;
	line-height: 1.2em;
}

#comments {
	margin-right: auto;
	margin-left: auto;
	width: 30%;
}

#comments .comment {
	margin-top: 10px;
	padding: 10px;
	border-color: #dedede;
	border-style: solid;
	border-width: 1px;
}

#comments .vcard img {
	margin-right: 10px;
	float: left;
	display: block;
}

#comments ol li li {
	list-style-type: none;
}