﻿/* posts and comments */

.post .content,
.comment .content
{
	margin: 10px 0px;
}

.post .details,
.comment .details,
.post .actions
{
	margin: 5px 0px;
	font-size: 0.85em;
}

.post .details .author,
.post .details .date
{
	font-weight: bold;
}

.comment .details .date
{
	color: #666666;
}

.post .details,
.post .content,
.comment .details,
.comment .content,
.comment h2
{
	margin-left: 65px;
}

.post .userIcon,
.comment .userIcon
{
	float: left;
	margin: 0px -100% 5px 0px;
}

.comment .userIcon
{
	margin-top: 5px;
}