﻿/******************* Posts ********************/
.post 
{
	clear:both;
}
.post-sep 
{
	height:1px;
	line-height:0.1px;
	border-top:1px solid #ccc;
	margin:1em 0 2em 0;
}
.post .post-body 
{
	width:540px;
	float:left;
}
.post .post-metadata
{
	width:180px;
	float:right;
	color:#444;
}
/* Post Body */
.post .post-title 
{
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-size:1.8em;
	clear:both;
	text-align:left;
	margin:0;
}
.post .post-title a 
{
	text-decoration:none;
}
.post .post-title a:hover 
{
	text-decoration:underline;
}
.post .post-tags 
{
	margin:5px 0;
	height:auto;
}
.post .post-tags span 
{
	display:inline-block;
	float:left;
	padding:2px 4px 2px 0;
}
.post .post-tags strong
{
	display:block;
	padding:2px 4px 2px 0;
	color:#a7bac2;
	text-transform:lowercase;
	font-variant:small-caps;
}
.post .post-content 
{
	color:#333;
	clear:both;
	font-size:1.1em;
	margin:1em 1em 1em 0;	
}
/* Meta Data */
.post .post-metadata dl dd 
{
	padding:0;
	margin:0;
}
.post .post-metadata .perma a 
{
	font-weight:bold;
	text-decoration:none;
}
.post .post-metadata .perma a:hover
{
	text-decoration:underline;
}