
.post
{
	font-size: 15px;
	padding: 10px;
	margin-bottom: 20px;
	clear: both;
}

.post h2,
.post h2 a
{
	color: #FF5203;
	width: 445px;
	margin-bottom: 5px;
	text-decoration: none;
}

.post h2 a:hover
{
	color: #05B4FF;
}

.post a > img
{
	border: 0px;
}

.post h3
{
	color: #FF5203;
	font-size: 20px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 30px 0 15px 0;
}

.post h4
{
	color: #FF5203;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin: 25px 0 12px 0;
}

.post h5
{
	color: #FF5203;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: normal;
	margin: 22px 0 10px 0;
}

.post_info
{
	background: url("images/post_title.png") no-repeat 0px 5px;
	padding-left: 35px;
	display: block;
	clear: both;
	margin-bottom: 20px;
	width: 435px;
	min-height: 50px;
}

.post_text
{
	clear: both;
}

.post_meta
{
	width: 435px;
	font-size: 11px;
}

.post_meta a
{
	font-size: 11px;
}

.post_meta abbr
{
	border: none;
}


.more 
{
	background: url("images/more_divider.png") no-repeat center;
	display: block;
	height: 11px;
	padding: 20px 0;
}

.post .more-link
{
	display: block;
	margin-top: 15px;
}


