﻿#postContent
{
	padding-left: 12px;
	padding-right: 12px;
	width: 80%
}

#postSidebar
{
	padding-left: 12px;
	padding-right: 12px;
	width: 20%
}

.postContainer
{
	border-bottom: dashed 1px #DDD;
	padding-top: 12px;
	padding-bottom: 12px;
}

.postbar
{
	border-right: dashed 1px #DDD;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	vertical-align: top;
	width: 64px;
}

.postbar div
{
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.postbar .number
{
	color: #888;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 24px;
}

.postbar .text
{
	color: #999;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

.post
{
	padding-left: 12px;
	text-align: left;
	vertical-align: top;
}

.post h1 a, .post h1 a:visited
{
	color: #E64117;
}

.postActions
{
	width: 100%;
}

.postActions td
{
	padding: 2px 2px;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}

.comment, .authorComment
{
	padding: 8px;
	margin-bottom: 12px;
}

.comment
{
	background-color: #F5F5F5;
}

.authorComment
{
	background-color: #FFFDD8;
}