
@import url('year-month-filter.css');

#middle h1
{
	margin: 0 0 15px 0;
}

#weblog-main
{
	overflow: hidden;
}

#message h2
{
	margin: 0 0 3px 0;
}

#message .date
{
	font-weight: bold;
	margin: 0 0 10px 0;
}

#profile
{
	float: right;
	width: 223px;
	border-left: 1px solid #BA1A40;
	padding: 0 0 0 19px;
	margin: 0 0 19px 19px;
}

#respond
{
	padding: 20px 0 0 0;
}

#comment label
{
	display: block;
}

#weblog-comments
{
	margin: 20px 0;
	border-bottom: 1px solid #D7D7D7;
	padding: 0 0 5px 0;
}

#weblog-comments .body
{
	font-size: 0.85em;
}

.comment-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-item
{
	margin: 0 0 15px 0;
}

.comment-header h3
{
	color: #474747 !important;
}

.comment-date
{
	font-weight: bold;
	margin: 5px 0;
	color: #F08B00;
}

#comment .body
{
	font-size: 0.85em;
}	

#comment .message
{
	margin: 5px 0;
}

#comment .name
{
	float: left;
	width: 285px;
}

#comment .name input,
#comment .position input
{
	width: 268px;
}

#comment .position
{
	margin: 0 0 0 288px;
}

#comment .message textarea
{
	width: 556px;
	height: 70px;
}

#comment .submit
{
	margin: 10px 0 0 0;
}

.submit .button-replacement
{
	font-size: 1.2em;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

.submit .button-replacement .inner
{
	padding-left: 20px;
	padding-right: 20px;
}

#message-overview-block .active
{
	font-weight: bold;
}

