body {
	background-color: #fff;
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
	font-size: 9pt;
}

#admin, .navigation, #sidebar, #do-stuff, .searchform, #respond, #footer {
	display: none;
}

#header h1 {
	font-size: 24pt;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

#header p {
	margin-bottom: 3em;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

h2, h3 {
	font-family: georgia, serif;
}

h2 {
	font-family: georgia, serif;
	font-size: 18pt;
	margin-bottom: 0;
}

.pagetitle {
	font-size: 14pt;
	text-align: center;
}

.pagetitle span {
	font-size: 9pt;
}

h3 {
	font-size: 13pt;
}

.post .postedon {
	font-size: 7pt;
	letter-spacing: 0.1em;
	margin-bottom: 3em;
	text-transform: uppercase;
}

.entry span.search-excerpt {
	font-style: italic;
	font-weight: bold;
}

blockquote {
	letter-spacing: 0.1em;
	margin: 3em auto;
	padding: 0;
	text-transform: uppercase;
	width: 70%;
}

.entry blockquote p {
	margin: 0;
	padding: 0;
}

.postmetadata {
	font-size: 7pt;
	margin-left: 5em;
	margin-right: 5em;
}

#commentform {
	display: none;
}

ul.commentlist li {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 7pt;
	margin: 1em;
}

/* 			ALL LINKS HERE				*/

a {
	color: #666;
}

h2 a, h3 a {
	color: #000;
}

.entry a:link:after, .entry a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
}

#header a, h2 a, .postmetadata a {
	text-decoration: none;
}


