@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			Nellie McKay Website - MUSIC
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		nm_music.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .discography a {
		background-position:-697px -27px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#music Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#music{
	
	}
		#music h1#h1_discography {
			height:29px;
			margin:0 0 14px 0;
			background:url(../../images/h1_discography.png) 0 0 no-repeat;
		}
			#music .entry {
				margin:0 0 30px 0; padding:19px 0 10px 21px;
				background:#faeb9d;
			}
				#music .entry h1 {
					margin:0 0 21px 0;
					font:normal 18px Georgia, "Times New Roman", Times, serif;
					color:#d9185d;
				}
				#music .entry h2 {
					margin:0 0 4px 0;
					font:normal 15px Georgia, "Times New Roman", Times, serif;
					color:#282828;
				}
				#music .entry .album {
					float:left;
				}
					#music .entry .album img {
						margin:0 0 19px 0;
					}
					#music .entry .album .btnHolder {
						width:122px;
					}
						#music .entry .album .btnHolder a.amazon {
							width:51px; height:18px;
							margin:0 1px 1px 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 -18px;
							}
						#music .entry .album .btnHolder a.itunes {
							width:66px; height:18px;
							background:url(../../images/btn_itunes.png) 0 0 no-repeat;
							display:block;
							float:left;
						}
							#music .entry .album .btnHolder a.itunes:hover {
								background-position:0 -18px;
							}
				#music .entry .songs {
					width:245px;
					float:right;
				}
					#music .entry .songs .tracklistCol {
						width:160px;
					}
					#music .entry .songs .timeCol {
						width:37px;
					}
					#music .entry .songs .buyCol {
						width:48px;
					}
					#music .entry .songs th {
						height:24px;
						font-weight:bold;
						color:#282828;
						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 {
						height:25px;
						vertical-align:top;
					}
						#music .entry .songs td.track {
							font:normal 12px Georgia, "Times New Roman", Times, serif;
						}
						#music .entry .songs td.time {
							font:normal 11px Arial, Helvetica, sans-serif;
							color:#444d4e;
						}
						#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:block;
								float:left;
							}
							#music .entry .songs td.buy a.itunes {
								width:15px; height:15px;
								background:url(../../images/itunes_sm.jpg) 0 0 no-repeat;
								display:block;
								float:left;
							}
						#music .entry .songs td .number {
							margin:0 2px 0 0;
							color:#ef74a0;
						}	
			
			
			
		