body {
	width: 100%;
	background-color: #FFF;
	color: #000;
	font-family: cambria, garamond, baskerville, times, serif;
}

header, #sidebar, .postmetadata, .comment-meta, .reply, .avatar, #commentform, #respond, .next, .previous, .says {
	display: none;
}

header hgroup, article header {
	display: block;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 0 !important;
}

a:link, a:visited {
	color: #000;
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
}

a[href]:after { 
	content: " (" attr(href) ")";
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	border-bottom: none;
}

h1 a[href]:after {
	content: "";
}

article footer li {
	list-style-type: none;
}

.main-title {
	font-size: 36pt;
}

.dateline {
	font-style: italic;
}

.wp-caption {
	padding: 5px;
	border: 1px dotted #AAA;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}

cite.fn {
	font-size: 14pt;
	font-weight: bold;
}

#site-footer {
	font-size: 10pt;
	color: #888;
}
