
/* Posts */
.posts ul.navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.posts ul.navigation li
{
	display: inline;
	margin-right: 20px;
}

.post
{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}


.post h1
{
	margin: 0;
	padding: 0;
}

.post .date,
.post .author
{
	font-size: 10px;
}

.post .date
{
	float: left;
	margin-right: 5px;
}

.post.future .date
{
	display: block;
	height: 20px;
	padding-left: 20px;
	background: url('../img/phi/instance_bar/exclamation.png') no-repeat 0 50%;
}

.post .description
{
	padding: 10px 0;
}

.post ul.options
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.post ul.options li
{
	display: inline;
	margin-left: 15px;

}

.post .more{
	text-align: right;
}