/**
 * news page styles
 */
#content {
	width: 560px;
	padding: 0px 20px;
}
.post {
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
}
.post h2 {
	font-family: Georgia, serif;
	margin-bottom: 0.5em;
}
.post h2 a {
	color: #000;
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: underline;
}
.post ul {
	padding: 0em 1.5em;
}
.attachment-post-thumbnail {
	float: left;
	margin: 0px 20px 10px 0px;
}
