/**********************************************************************************************
* DO NOT MAKE MODIFICATIONS HERE. USE BASE.CSS INSTEAD
*
**********************************************************************************************/

#accessibility-menu, #navigation { 
	display:none !important; }

.weather,
.secondary_nav,
.print_none,
.post_comment,
.post_comment_header{
	display: none;
}
#content{
	padding-top: 10px;
}

.headlines{
	width: 100%;
	overflow: hidden;
}
.headlines img.main-image{
	float: left;
	margin: 0 15px 10px 0;
	left: 0; top:0;
	border: 1px solid #fff;
}
h1 {}

h2 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing:-.05em;
	padding-bottom: 17px;
}

h3 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing:-.05em;
	padding-bottom: 10px;
}

h4 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	letter-spacing:-.05em;
}


h2 a, h3 a, h4 a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
h2 a:hover, 
h3 a:hover, 
h4 a:hover,
.newslist p a:hover,
.latest_item li a:hover{
	color: #510707;
}


h4.category,
h4.category a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #510707;
	letter-spacing:0;
	padding-top: 15px;
}

p  {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
}

	.discussion_item{
		width: 100%;
		overflow: hidden;
		padding: 10px 0;
	}
	.discussion_item .avatar{
		float: left;
		text-align: right;
		font:11px Arial, Helvetica, sans-serif;
		color: #461010;
	}
	.discussion_content{
		border-bottom: 1px solid #e6e6e6;
		padding-left: 70px;
	}

	.article_info p{
		padding: 0;
	}
	
	
	.newslist li{
		width: 100%;
	}
	.newslist em{
		display: block;
		float: left;
		width: 45px;
		color: #461010;
	}
	.newslist p{
		font-weight: bold;
		padding: 0 0 7px 60px;
	}
	
.last_update{
	position: absolute;
	right: 10px; 
}
	
	