@charset "utf-8";
/* CSS Document
 *
 * name: Song.css, 
 * (C) 2009 Supernatant, LLC>
 */

/******************************************************************************
 *
 * LISTEN BANNER
 *
 *****************************************************************************/

#ListenBanner, #HalfBanner {
	/* Size and Position */
	min-height: 80px;
	margin-bottom: 20px;
	padding: 10px;
	position: relative;

	/* Design */
	background-color: #FF6600;

	/* Text */
	color: #FFFFFF;
}

#ListenBanner {
	/* Design */
	background-image: url(/images/player_icons/listenNow.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#ListenBanner h6, #HalfBanner h6 {
	margin-bottom: 10px;

	/* Text */
	color: #FFFFFF;
	font-size: 15px;
	font-style: italic;
}

#ListenBanner a:link, #ListenBanner a:visited, 
#HalfBanner a:link, #HalfBanner a:visited, 
#MiniBanner a:link, #MiniBanner a:visited {
	border-bottom: 1px solid #FFFFFF;

	/* Text */
	color: #FFFFFF;
	text-decoration: none;
}

#ListenBanner a:hover, #ListenBanner a:active,
#HalfBanner a:hover, #HalfBanner a:active {
	border-bottom: none;

	/* Text */
	color: #333333;
}

#MiniBanner a:hover, #MiniBanner a:active {
	border-bottom: none;

	/* Text */
	color: #FF6600;
}


/******************************************************************************
 *
 * LISTEN NOW
 *
 *****************************************************************************/

#ListenNow {
	position: absolute;
	top: 10px;
	left: 10px;
}

#ListenAction, #HelpAction {
	margin: 5px 15px 0 0;
	float: left;
	background-color: #000000;
}

#ListenAction a, #HelpAction a {
	display: block;
	width: 37px;
	height: 37px;
}

#ListenAction a:link, #ListenAction a:visited {
	background: url("/images/player_icons/listen.png");
	border-bottom: none;
}

#ListenAction a:hover, #ListenAction a:active {
	background: url("/images/player_icons/listen_hover.png");
}

#HelpAction a:link, #HelpAction a:visited {
	background: url("/images/player_icons/help.png");
	border-bottom: none;
}

#HelpAction a:hover, #HelpAction a:active {
	background: url("/images/player_icons/help_hover.png");
}


/******************************************************************************
 *
 * NOW PLAYING
 *
 *****************************************************************************/

#NowPlaying {
	padding: 0 100px 0 150px;
}

#HalfBanner #NowPlaying {
	padding: 0px;
	padding-right: 100px;
}

#NowPlaying a, #NowPlaying p {
	margin: 0; /* overwrite 'p' */

	/* Text */
	color: #FFFFFF;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}

#NowPlaying img, .JustHeard img {
	/* Size and Position */
	margin: 10px;
	margin-top: 0;
	float: left;
}

.JustHeard {
	/* Size and Position */
	min-height: 50px;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

.JustHeard a, .JustHeard p {
	margin: 0; /* overwrite 'p' */

	/* Text */
	line-height: 18px;
	font-size: 14px;
}

.song {
	/* Text */
	font-style: italic;
}


/******************************************************************************
 *
 * BUY FROM
 *
 *****************************************************************************/

.BuyFrom {
	position: absolute;
	top: 10px;
	right: 10px;

	/* Text */
	text-align: right;
}

.BuyFrom a {
	font-size: 10pt;
	line-height: 18px;
}


/******************************************************************************
 *
 * MINI-BANNER
 *
 *****************************************************************************/

#MiniBanner {
	/* Size and Position */
	margin: -10px -10px 20px -10px;
	padding: 5px;

	background-image: url(../../../images/background/miniBanner.png);
	background-position: top center;
	background-repeat: no-repeat;

	/* Text */
	color: #FFFFFF;
	line-height: 16px;

}

.miniHeader {
	margin: 0 20px;

	/* Text */
	font-weight: bold;
	font-size: 10pt;
}

#MiniBanner a {
	/* Text */
	font-size: 10pt;
}