.post
{
	margin: 20px 0;
}

h1.title {
	margin: 0px;
}
	
.post .title
{
	font-size: 1.8em;
}

.post .title a
{
	/*color: #555;*/
	text-decoration: none;
}

.post .author
{
	color: #888;
}

.post .nav
{
	-moz-border-radius:7px;
	padding: 5px;
	border-top: 1px #b8adad dotted;
	border-bottom: 1px #b8adad dotted;
}

.post .draft
{
	color: red;
}

.post .published
{
	color: green;
}

.post .archived
{
	color: yellow;
}



.postMiniList
{

}

.postMiniList .item
{
	padding: 3px 0 3px 0;
}

.postMiniList .title
{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.postMiniList .date
{
	font-size: 0.9em;
	color: #999999;

}

.postMiniList .author
{
	
}

.postMiniList .contentPreview
{

}

