/********************************************************
* Music | IE HACKS
********************************************************/
* html .releases_item {
	margin: 3px 0 0 3px;
}
/********************************************************
* Music | Feature
********************************************************/
#feature_frame {
	background: url(../_img/music/build/feature_frame.gif) no-repeat;
	width: 605px;
	height: 210px;
}
#feature_frame img {
	margin: 18px 0 0 3px;
}
#feature_meta {
	width: 595px;
	height: 25px;
	margin: 0 0 0 5px;
}
#feature_meta .feature_title {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #014336;
	float: left;
}
#feature_meta .feature_links {
	float: right;
}
#feature_meta .feature_links a {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 2px;
	text-decoration: underline;
	color: #16bfd8;
	margin: 0 0 0 10px;
}
#feature_meta a:hover {
	background-color: #fff600;
	color: #000;
}
/********************************************************
* Music | Staff Releases
********************************************************/
.releases_item {
	text-decoration: none;
	cursor: pointer;
}
.photos h2 span.view {
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666;
}
.photos h2 span.view a {
	color: #666;
	text-decoration: none;
}
.releases_item a {
	margin: 5px 0 0 5px;
	float: left;
	width: 290px;
	height: 95px;
	display: block;
	text-decoration: none;
}
.releases_item a:hover {
	background: url(../_img/build/rough_back.gif);
}
.releases_item img {
	background: url(../_img/music/build/cd_imgbg.gif) center no-repeat;
	padding: 3px;
	float: left;
	margin: 4px -80px 0 4px;
}
.releases_item .title {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	padding: 2px;
	cursor: pointer;
	display: block;
	margin: 5px 0 0 95px;
}
.releases_item strong {
	background: #fff600;
	padding: 1px;
}
.releases_item em {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.releases_item .desc {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color: #333;
	cursor: pointer;
	margin: 5px 0 0 95px;
	display:block;
	width: 190px;
	height: 45px;
}
.releases_item .desc em {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #16bfd8;
	font-style: italic;
	background-color: transparent;

}

/********************************************************
* Music | 3 columns
********************************************************/
.column_frame {
	float: left;
	width: 190px;
	margin: 0 11px 0 0;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.column_frame h2 span.view {
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666;
}
.column_frame h2 span.view a {
	color: #666;
	text-decoration: none;
}
.column_row {
	margin: 0;
	width: 180px;
	height: auto;
	overflow:hidden;
	padding: 4px 0px 4px 10px;
}
.column_row a {
	text-decoration: none;
}
.column_row img {
	float: left;
	margin-right: 10px;
}
.column_row .title {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	/*float: left;*/
	line-height: 13px;
	cursor: pointer;
}
.column_row strong {
	background: #fff600;
	padding: 1px;
}
.column_row em {
	font-size: 10px;
	font-style: italic;
}
.column_row .date {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #777;
	text-decoration: none;
	/*float: left;*/
	display:block;
	line-height: 13px;
	cursor: pointer;
}
/********************************************************
* Music | Events
********************************************************/
#events {
	margin: 0;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#events h2 {
	margin-top: 12px;
}
#events h2 span.view {
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666;
}
#events h2 span.view a {
	color: #666;
	text-decoration: none;
}
.event_item {
	margin: 5px 0 12px 0;
}
.event_item .title {
	margin: 0 0 0 7px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	line-height: 16px;
}
.event_item strong {
	background: #fff600;
	padding: 1px;
}
.event_item .sub {
	margin: 0 0 0 14px;
	font: bold italic 10px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.event_item .sub a {
	color: #16bfd8;
	padding: 1px;
}
.event_item .sub a:hover {
	background: #fff600;
	color: #000;
}
.event_item .desc {
	margin: 0 0 0 14px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #646464;
	text-decoration: none;
}
/********************************************************
* Music | News
********************************************************/
#news {
	margin: 0;
	position: relative;
}
#news h2 span.view {
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666;
}
#news h2 span.view a {
	color: #666;
	text-decoration: none;
}
.news_item {
	margin: 5px 0 28px 0;
}
.news_item .title {
	margin: 0 0 0 7px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #646464;
	text-decoration: none;
}	
.news_item .desc {
	margin: 0 0 7px 14px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-decoration: none;
}
.news_item .desc a{
	color: #16bfd8;
	padding: 1px;
}
.news_item .desc a:hover{
	background: #fff600;
	color: #000;
}
.news_item .details {
	margin: 0 0 0 7px;
	font: bold italic 10px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.news_item .details a {
	color: #16bfd8;
	padding: 1px;
}
.news_item .details a:hover {
	background: #fff600;
	color: #000;
}