.storytitle {
	font-size: 24px;
    letter-spacing: 4px;
    font-weight: normal;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
}
.storytitle a:link,
.storytitle a:visited {
	color:inherit;
	text-decoration:inherit;
}
.storytitle a:hover {
	color: #DF8713;
}
.post {
	background: url(../images/post_top.jpg) center top no-repeat;
	
	padding:20px 15px;
	
}
.tags {
	color:e3e3e3;
	font-size:10px;
}
.storycontent {
	border-top:solid 1px #e3e3e3;
}

.post-edit-link {
	float:right;
}
