.post {
	margin-bottom: 30px;
	border-bottom: 1px solid #a4a4a4;
	padding-bottom: 5px;
}

.post h4 {
	font-size: 24px;
	letter-spacing: -1px;
	color: #333;
	line-height: 24px;
}

.post h4 a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}

.post h4 a:hover {
	text-decoration: underline;
}

.post .post-date {
	color: #666;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 12px;
}

.post .entry {
	margin-top: 10px;
}

.post .entry p,
.post .entry li {
	font-size: 13px;
}

.post-meta {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 25px;
}

.post-meta p.post-comments,
.post-meta p.post-tags {
	float: left;
	margin-right: 15px;
}

.post-meta p.post-readmore {
	float: right;
}

.entry {
    overflow: hidden;
}

.entry p {
    margin-bottom: 20px;
}

.entry ul {
    margin-left: 15px;
}

.entry ol {
    margin-left: 22px;
}

.entry img.alignleft {
    margin: 10px 10px 10px 0;
}

.entry img.alignright {
    margin: 10px 0 10px 10px;
}

.entry ul {
    margin-bottom: 20px;
}

#comments-heading {
    margin-bottom: 5px;
}

#comments ol li {
    margin-bottom: 20px;
    font-size: 12px;
}