/* Home Page top half CSS declarations */


/* begin right column */
div.rightcolumn > div#titlebox > div > div#hd-title { /* only let non IE 5.0-6.0 browsers see */
/*	background-image: url(/style/common/images/hd_myradio.png);
	background-repeat: no-repeat;*/
}
div#subnav-title {
	background: url(/style/common/bgschemes/1/subnav_myradio.gif) no-repeat;
}

div#subhead-featuredsongs {
	width: 548px;
	height: 30px;
	background: url(/style/common/bgschemes/1/subhd_featuredsongs.gif) no-repeat;
}
div#subhead-featuredsongs h1 {
	text-indent: -9999px;
	margin: 0;
	display: inline;
	float: left;
}
div#subhead-featuredsongs img {
	display: inline;
	float: right;
}
div#subhead-mostplayedsongs {
	width: 548px;
	height: 30px;
	background: url(/style/common/bgschemes/1/subhd_mostplayedsongs.gif) no-repeat;
}
div#subhead-mostplayedsongs h1 {
	text-indent: -9999px;
	margin: 0;
	display: inline;
	float: left;
}
div#subhead-mostplayedsongs img {
	display: inline;
	float: right;
}
div#subhead-browse {
	width: 548px;
	height: 30px;
	background: url(/style/common/bgschemes/1/subhd_browse.gif) no-repeat;
}
div#subhead-browse h1 {
	text-indent: -9999px;
	margin: 0;
	display: inline;
	float: left;
}
div#subhead-browse img {
	display: inline;
	float: right;
}
div#subhead-atlanticmixes {
	width: 548px;
	height: 30px;
	background: url(/style/common/bgschemes/1/subhd_atlanticmixes.gif) no-repeat;
}
div#subhead-atlanticmixes h1 {
	text-indent: -9999px;
	margin: 0;
	display: inline;
	float: left;
}
div#subhead-atlanticmixes img {
	display: inline;
	float: right;
}
div#subhead-songs {
	width: 548px;
	height: 30px;
	background: url(/style/common/bgschemes/1/subhd_songs.gif) no-repeat;
}
div#subhead-songs h1 {
	text-indent: -9999px;
	margin: 0;
	display: inline;
	float: left;
}
div#subhead-songs img {
	display: inline;
	float: right;
}



div#browse-artistlist {
	float: left;
	width: 263px;
	margin-right: 22px;
	margin-top: 10px;
}
div#browse-albumlist {
	float: left;
	width: 263px;
	margin-top: 10px;
}
div#browse-artistlist select, div#browse-albumlist select {
	width: 263px;
	overflow: hidden;
}


div.song {
	width: 131px;
	position: relative;
	float: left;
	margin-right: 8px;
	padding-top: 10px;
	overflow: hidden;
}
div.song h2 {
	font-size: 10px;
	display: block;
	padding: 5px 0px 0px;
	margin: 0;
}
div.song p {
	margin: 2px;
	font-size: 10px;
}
div.song p.artist {
	color: #999;
}



div.mostplayed {
	padding: 5px 0px;
	height: 16px;
	border-top: 1px solid #333;
}
div.mostplayed div.songline {
	position: relative;
	float: left;
	width: 410px; /* making it 3px shorter to fool IE */
	/*padding-bottom: 10px;
	border: 1px solid yellow;*/
}
div.mostplayed div.song-buttons {
	margin-top: 0px;
}
div.mostplayed div.songmore {
	width: 131px;
	height: 20px;
	position: relative;
	float: left;
	/*margin-top: 3px;
	border: 1px solid green;*/
}

/* Atlantic Mixes */
div.album {
	clear: both;
	margin-top: 10px;
}
div.album img {
	float: left;
	margin-right: 20px;
}
div.album h3 {
	padding-top: 30px;
	text-transform: uppercase;
}


a.launch_player {
	margin-top: 26px;
	margin-right: 10px;
	display: inline;
	float: right;
}
a:hover.launch_player {
	text-decoration: underline;
}


/* end right column */
/* end top half */
