@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			Artist Website - MUSIC
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		artist_music.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .music a {
		background-position:-177px -66px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#music Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#music{
		width:546px;
		background:url(../../images/bg_topCap.png) 0 0 no-repeat;
	}
		#music .header {
			height:31px;
			padding:15px 0 0 0;
		}
		#music .musicBottom {
			width:546px;
			padding:0 0 30px 0;
			background:url(../../images/bg_bottomCap.png) bottom left no-repeat;
		}
		#music .musicContent {
			width:546px;
			padding:0 0 20px 0;
			background:url(../../images/bg_colContent.png) 0 0 repeat-y;
		}
		#music h1#h1_discography {
			height:23px;
			margin:0 0 0 36px;
			background:url(../../images/h1_discography.png) 0 0 no-repeat;
		}
			#music .entry {
				margin:0 0 30px 0; padding:19px 0 10px 41px;
			}
				#music .entry h1 {
					margin:0 0 21px 0;
					font:bold 24px Arial, Helvetica, sans-serif;
					color:#9e4423;
				}
				#music .entry h2 {
					margin:0 0 4px 0;
					font:normal 14px Arial, Helvetica, sans-serif;
					color:#666666;
				}
				#music .entry .album {
					float:left;
				}
					#music .entry .album img {
						margin:0 0 19px 0; padding:3px;
						border:solid 1px #cda99c;
					}
					#music .entry .album .btnHolder {
						width:144px;
					}
						#music .entry .album .btnHolder a.amazon {
							width:61px; height:21px;
							margin:0 7px 5px 0;
							background:url(../../images/btn_amazon.png) 0 0 no-repeat;
							display:block;
							float:left;
						}
							#music .entry .album .btnHolder a.amazon:hover {
								background-position:0 -21px;
							}
						#music .entry .album .btnHolder a.itunes {
							width:76px; height:21px;
							background:url(../../images/btn_itunes.png) 0 0 no-repeat;
							display:block;
							float:left;
						}
							#music .entry .album .btnHolder a.itunes:hover {
								background-position:0 -21px;
							}
						#music .entry .album .btnHolder a.bn {
							width:93px; height:21px;
							background:url(../../images/btn_barnesAndNoble.png) 0 0 no-repeat;
							display:block;
							float:left;
						}
							#music .entry .album .btnHolder a.bn:hover {
								background-position:0 -21px;
							}
				#music .entry .songs {
					width:245px;
					float:right;
				}
					#music .entry .songs .tracklistCol {
						width:195px;
					}
					#music .entry .songs .buyCol {
						width:48px;
					}
					#music .entry .songs th {
						height:24px;
						font-weight:bold;
						color:#859aa4;
						vertical-align:top;
						text-align:left;
					}
						#music .entry .entry .songs th.thTracklist {
						
						}
						#music .entry .songs th.thTime {
						
						}
						#music .entry .songs th.thBuy {
							
						}
					#music .entry .songs tr td {
						padding:0 0 10px 0;
						vertical-align:top;
					}
						#music .entry .songs td.track {
						}
							#music .entry .songs td.track a {
								color:#666;
							}
								#music .entry .songs td.track a:hover {
									color:#478fb3;
								}
						#music .entry .songs td.buy {
						
						}
							#music .entry .songs td.buy a.amazon {
								width:15px; height:14px;
								margin:0 5px 0 0;
								background:url(../../images/amazon_sm.jpg) 0 0 no-repeat;
								display:none;
								float:left;
							}
							#music .entry .songs td.buy a.itunes {
								width:15px; height:15px;
								background:url(../../images/itunes_sm.jpg) 0 0 no-repeat;
								display:none;
								float:left;
							}
						#music .entry .songs td .number {
							margin:0 2px 0 0;
							color:#859aa4;
						}
