
.row
{
	margin-top: 14px;
}


.eDate
{
	border-right: 1px solid;
	color: inherit;
	display: inline-block;
	font-size: 1.37em;
	line-height: 1.34em;
	margin-right: 10px;
	padding-right: 7px;
	width: 20%;
}
h1.eTitle
{
	display: inline-block;
  font-size: 1.37em;
	line-height: 1.34em;
	margin: 0 0 17px 0;
	width: 75%;
}

address
{
	margin-top: 20px;
	font-size: 0.9em;
}


.attachments
{
	margin: 20px 0 40px;
}

.actions_comment
{
	margin: 7px;
}
.comments
{
	font-size: .95em;
	margin: 10px auto;
	width: 80%;
}
.comments > div
{
	background: #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0;
	padding: 4px 5px 8px 8px;
}
.comments > .cActions
{
	background: none;
	font-style: italic;
	margin: 0 0 -10px 0;
	padding: 0;
	text-align: right;
}
.comments > div > .heading
{
	border-bottom: 1px solid #ddd;
	font-size: 1.15em;
	margin: 0 0 7px 0;
	padding: 4px 0;
}
.comments > div > .heading > small
{
	font-size: 0.8em;
	font-style: italic;
}

#commentForm
{
	margin: 7px auto;
	width: 85%
}
#commentForm label
{
	display: block;
	font-style: italic;
}
#commentForm .captcha img
{
	margin: 4px;
}
#commentForm .captcha label
{
	float: left;
	line-height: 39px;
}
#commentForm textarea
{
	height: 110px;
	line-height: 1.47em;
}