/* HOME --------------------------- */

/* LINKS --------------------------- */
#cover_art h1 a:link, #cover_art h1 a:visited, #cover_art h1 a:active { color: #888; }
#cover_art h1 a:hover { color: #bbb; }

#first_news h1 a:link, #first_news h1 a:visited, #first_news h1 a:active { color: #81cc38; }
#first_news h1 a:hover { color: #cefe9e; }

#news_list h1 a:link, #news_list h1 a:visited, #news_list h1 a:active { color: #ccc; }
#news_list h1 a:hover { color: #fff; }


/* IDS --------------------------- */
#column_1 {
	padding-top: 0;
}


/* COVER ART --------------------------- */
#cover_art {
	margin-bottom: 21px; padding: 22px 7px 18px 7px;
	background: #181817 url(../i/shape.gif) no-repeat top center;
}
#cover_art .pic { margin-bottom: 15px; }
#cover_art h1 { margin: 2px 0 0 2px; float: left; font-size: 16px; color: #888; }
#cover_art .rss { margin: 1px 1px 0 0; text-align: right; }


/* NEWS --------------------------- */
#news {
	margin-bottom: 27px;
}
#news h1 { margin-bottom: 3px; padding: 0 3px; font-size: 24px; }
#news h1 img { padding: 0 3px 0 1px; position: relative; top: 1px; }
#news h1 .date_block { position: relative; top: 1px; font: normal 30px Trebuchet, Arial, Helvetica, sans-serif; color: #fff; }


/* NEWS LIST --------------------------- */
#news_list h1 {
	margin-bottom: 9px; padding-bottom: 6px;
	border-bottom: 1px dashed #323231; 
	font-size: 18px;
}
#news_list h1 .date_block {
	width: 26px; height: 14px;
	float: left;
	position: relative;
	top: 3px;
	background: #81cc38;
	font: bold 11px Trebuchet, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #161615;
}
#news_list h1 .date_num { padding: 0 4px 0 3px; font: bold 16px Trebuchet, Arial, Helvetica, sans-serif; color: #fff; }
#news_list .button { margin: 8px 0 0 2px; float: left; }
#news_list .rss { margin-right: 8px; padding-top: 5px; text-align: right; }
