@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MUSIC : 	BLACK JOE LEWIS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bjl_music.css
	Date:			October 6, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul#navBar li.music a {
		background-position:-125px -23px;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#music Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#music {
		width:612px;
	}
		#music .albumFeature {
			width:599px;
			margin:0 0 18px 0; padding:16px 0 17px 12px;
			background:url(../../images/bg_content.png) 0 0;
		}
			#music .albumFeature .cover {
				width:248px; height:238px;
				background:url(../../images/bg_featureAlbumCover.png) 0 0 no-repeat;
				display:inline;
				float:left;
			}
		#music .album {
			margin:0 0 18px 0; padding:0 0 25px 0;
			background:url(../../images/bg_musicTour.png) 0 0 repeat-y;
		}
			#music .album .info {
				width:154px;
				padding:27px 8px 0 8px;
				float:left;
			}
				#music .album .info h1 {
					width:36px; height:21px;
					margin:0 0 18px 0;
					background:url(../../images/h1_music.png) 0 0 no-repeat;
				}
				#music .album .info h2 {
					margin:0 0 10px 0;
					font:bold 13px Arial, Helvetica, sans-serif;
					color:#000;
					line-height:16px;
				}
				#music .album .info h3 {
					margin:0 0 11px 0;
					font:bold 12px Arial, Helvetica, sans-serif;
					color:#fff;
					line-height:16px;
				}
				#music .album .info img {
					border:2px solid #fff;
					margin:0 0 10px 0;
				}
				#music .album .info .available {
					margin:0 0 10px 0;
					font:bold 12px Verdana, Arial, Helvetica, sans-serif;
					color:#000;
					display:block;
				}
				#music .album .info .btns {
				
				}
					#music .album .info .btns a.btn_itunes {
						width:75px; height:18px;
						margin:0 0 3px 0;
						background:url(../../images/btn_itunes.png) 0 0 no-repeat;
						display:block;
					}
						#music .album .info .btns a.btn_itunes:hover {
							background-position:0 bottom;
						}
					#music .album .info .btns a.btn_amazonMp3 {
						width:75px; height:18px;
						margin:0 0 3px 0;
						background:url(../../images/btn_amazonMp3.png) 0 0 no-repeat;
						display:block;
					}
						#music .album .info .btns a.btn_amazonMp3:hover {
							background-position:0 bottom;
						}
					#music .album .info .btns a.btn_amazon {
						width:75px; height:18px;
						background:url(../../images/btn_amazon.png) 0 0 no-repeat;
						display:block;
					}
						#music .album .info .btns a.btn_amazon:hover {
							background-position:0 bottom;
						}
			#music .album .tracks {
				width:402px;
				padding:26px 13px 0 13px;
				float:right;
			}
				#music .album .tracks h2 {
					width:106px; height:25px;
					margin:0 0 20px 0;
					background:url(../../images/h2_mobileRingtones.png) 0 0 no-repeat;
				}
					#music .album .tracks col.tracksCol {
						width:175px;
					}
					#music .album .tracks col.mobileCol {
						width:227px;
					}
						#music .album .tracks thead .thTrack {
							padding:0 0 10px 0;
							width:175px;
							font:bold 14px Arial, Helvetica, sans-serif;
							color:#453232;
							text-align:left;
						}
						#music .album .tracks thead .thMobile {
							width:227px;
							font:bold 14px Arial, Helvetica, sans-serif;
							color:#453232;
							text-align:left;
						}
						#music .album .tracks tbody tr td {
							padding:7px 0;
							vertical-align:middle;
						}
							#music .album .tracks tbody tr td.track {
								font:bold 12px Arial, Helvetica, sans-serif;
								color:#000;
							}
							#music .album .tracks tbody tr td.mobile {
								font-weight:bold;
							}
	/*	--------------------------------------------------------------------------------------------------------------------------
	Jukebox Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#jukebox {
		width:351px;
		float:right;
	}
	#playerHolder {
		width:351px; height:121px;
		background:url(../../images/bg_mediaPlayer.png) 74px 2px no-repeat;
		outline:none;
	}
	object {
		outline:none;
	}
	#jukebox table {
		width:316px; height:186px;
		margin:0 0 0 8px;
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#fff;
	}
		#jukebox table td {
			border-bottom:solid 1px #876b40;
			background:url(../../images/bg_juke.png) 0 0 repeat;
		}
			#jukebox table td.song {
				width:276px; 
				padding:1px 0 1px 10px;
			}
			#jukebox table td.buy {
				width:40px;
				padding:1px 4px 1px 0;
			}
	#jukebox a {
		width:47px; height:16px;
		background:url(../../images/btn_buyNowMediaPlayer.png) 0 0 no-repeat;
		display:block;
	}
		#jukebox a:hover {
			background-position:0 -16px;
		}

		