/* NEWS PAGE */
#feed_icon {
	position: absolute;
	top: -8px;
	right: 0;
	width: 24px;
	height: 24px;
}

#news_image {
	float: right;
	width: 200px;
	color: white;
	text-align: center;
	font-size: .85em;
	padding: 0 0 5px 0;
	margin: 0 0 15px 20px;
	border: 1px solid black;
	background: black;
}
#news_date_b, #news_date_c, #related_artists, #older_news {
	font-size: .85em;
	padding: 5px;
	border-top: 1px solid #b75a5a;
	background: white;
}
#news_date_b {
	width: 551px;
}
#related_artists a, #older_news a {
	color: #b75a5a;
}
#related_artists a:hover, #older_news a:hover {
	text-decoration: none;
	color: #900000;
}
#digg_container_b, #digg_container_c {
	clear: right;
	float: right;
	padding: 5px;
	margin: 0 10px 5px 10px;
	background: white;
	border-top: 1px solid #b75a5a;
}
#digg_container_c {
	margin: 50px 10px 5px 10px;
}
#news_body {
	font-size: .9em;
	padding: 15px 5px 5px 5px;
	margin-bottom: 10px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	background: #f1ede8;
}