body {
	font: small Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin: 20px;
}

#leaderboard, #nav, #tabs, #subscribe, .post-actions, .post-author, .post-social, .post-related, #comments, #ad-large, #subscribe-options, #sidebar, #footer, #idSiteMeterHREF {
	display: none;
}

#logo {
	font: x-large Georgia, "Times New Roman", Times, serif;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #ddd;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 1.8em;
}

.content h2 {
	margin: 0 0 1em;
	font-size: 1.6em;
}

.content h3 {
	margin: 2em 0 1em;
	font-size: 1.4em;
}

.content h4 {
	margin: 2em 0 1em;
	font-size: 1.2em;
}

.content h5 {
	margin: 2em 0 1em;
	font-size: 1em;
}

.content h6 {
	margin: 2em 0 1em;
	font-size: 1em;
	font-weight: bold;
}

.post div[style $='center;'] {
	width: 600px;
	margin: 0 0 20px;
	padding: 10px;
	font-size: 1.2em;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
}

.post div[style $='center;'] img {
	margin: 0 auto 8px;
	padding: 0;
	background: transparent;
	border: none;
}

.post img {
	display: block;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}

.post img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.post img[style $='left;'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.post div[style ^='float'] {
	width: auto;
	margin-right: 15px;
}

.post img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.post img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.post img[style $='right;'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.post img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.post img.noborder {
	display: block;
	padding: 0;
	background: transparent;
	border: none;
}
