
#logo img {
	display: none;
}

h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
	display: none;	
}

#nav, #side, #footer, .post-meta, #respond, .reply, .post-info {
	display: none;
}

body {
	color:#000;
	font-family: Tahoma, Calibri, Cambria, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12pt;
	height:100%;
	line-height:normal;
	background-color: #fff;
}

a {
	border: 0px solid transparent;
	color: #121212;
	text-decoration: none;
}

a img, img {
	border: medium none;
	margin: 0;
	padding: 0;
}

#header h1 {
	text-align: center;
	font-size: 42pt; font-style: italic;
	margin: 0;
}
#header h2 {
	text-align: center;
	font-size: 10pt;
}

#content h2 {
	font-size: 32pt
	font-style: italic;
}

#content h3 {
	font-size: 18pt;
	margin: 0;
}

#main p a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}

#comments {
	page-break-before: always;
}

ol.commentlist li {
	list-style: none;
	border-bottom: 2px solid #eee;
	margin: 0 0 10pt 0;
}
	
ol.commentlist li div.comment-meta {
		font-size: 6pt;
	}
	
.special span, .special b, .special a, special i {
	display: block;
	padding: 10px 0;
}

.special span {
	font-weight: bold;
}
