﻿/* ENTRY */

.entry
{
	margin: 25px 15px 15px 25px;
}

.entry-title
{
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1771c6;
    border-bottom: 1px solid #B3B3B3;
}

.entry-attributes
{
	margin: 5px 0;
	color: #999;
}

.entry-content
{
	font-size: 14px;
	line-height: 160%;
	margin: 20px 0;
}

.entry-content table td
{
	padding: 0;
}

.entry-icon
{
	float: left;
	margin: 0 10px 10px 0;
}

.entry-icon-right
{
	float: right;
	margin: 0 10px;
}

.entry-audit, .entry-audit a
{
	color: #999;
    font-style: italic;
}

.entry-details
{
	margin: 10px 20px 40px;
	padding: 15px 15px 30px;
	background: #f0f0f0;
}

.entry-reply
{
	margin: 40px;
}

.entry-reply-title
{
	border-top: 1px solid #ccc;
	font-style: italic;
	font-size: 14px;
	line-height: normal;
	padding: 8px 0;
}

.entry-reply-content
{
	margin: 20px 10px;
}

.entry-quote
{
	color: #666666;
	font-size: 0.8em;
	line-height: normal;
	background: #fefefe;
	padding: 1em;
	margin: 1em 0;
	border: 1px dashed #ddd;
}

.entry-quote-title
{
	margin-bottom: 10px;
}

.entry-quote-content
{
}
