@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:-410px -20px;
	}
		#mainNav .music a:hover {
			background-position:-410px -20px;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	#music Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#music{
		position:relative;
	}
		h1#h1_discography {
			height:23px;
			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;
			}
				#music .entry h1 {
					margin:0 0 21px 0;
					font:normal 18px Georgia, "Times New Roman", Times, serif;
					color:#ff0080;
				}
					#music .entry h1 a {
						cursor:default;
					}
				#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 a img {
						cursor:default;
					}
						#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;
							display:none;
						}
							#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 {
						padding:0 0 10px 0;
						vertical-align:top;
					}
						#music .entry .songs td.track {
							padding:0 10px 10px 0;
							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;
								display:none;
							}
							#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:#db3a8b;
						}
						#music .entry .songs td.lyrics {
							width:55px;
						}
							#music .entry .songs td.lyrics a {
								padding:0 0 0 11px;
								background:url(../../images/btn_lyrics.png) 0 3px no-repeat;
								font:normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
							}
								#music .entry .songs td.lyrics a:hover {
									background-position:0 -28px;
									color:#d9185d;
								}

/*	--------------------------------------------------------------------------------------------------------------------------
	#lyrics Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#lyrics {
	
	}
		#lyrics a.btn_backTo {
			background:url(../../images/backArrow.png) 0 5px no-repeat;
			padding:0 0 0 11px;
			font-weight:bold;
			font-size:10px;
			color:#444b4e;
		}
			#lyrics a.btn_backTo .pink {
				color:#ff0080;
			}
			#lyrics a.btn_backTo:hover {
				color:#ff0080;
			}
		#lyrics .content {
			margin:7px 0 0 0; padding:0 0 67px 0;
			background:#cac4c7 url(../../images/bg_lyricsBottom.jpg) 0 bottom no-repeat;
		}
		#lyrics .top {
			background:url(../../images/bg_lyricsTop.jpg) 0 top no-repeat;
		}
			#lyrics .content .header {
				padding:25px 20px 37px 20px;
			}
				#lyrics .content .header img {
					display:block;
					float:left;
				}
				#lyrics .content .header .info {
					width:338px;
					float:right;
				}
					#lyrics .content .header .info h3 {
						padding:7px 0 0 0;
						font:normal 18px Georgia, "Times New Roman", Times, serif;
						color:#ff0080;
					}
					#lyrics .content .header .info .stepped {
						padding:17px 0 0 0;
					}
						#lyrics .content .header .info .stepped a {
							width:73px; height:18px;
							font:bold 11px Arial, Helvetica, sans-serif;
							color:#fff;
							text-transform:uppercase;
							display:inline-block;
							float:left;
						}
						#lyrics .content .header .info .stepped a.disable {
							background:#808080 !important;
							cursor:default;
						}
						#lyrics .content .header .info .stepped a.btn_prev {
							margin:0 7px 0 0; padding:4px 0 0 18px;
							background:#ff0080 url(../../images/arrow_prev.png) 10px 7px no-repeat;
						}
						#lyrics .content .header .info .stepped a.btn_next {
							padding:4px 18px 0 0;
							background:#ff0080 url(../../images/arrow_next.png) 77px 7px no-repeat;
							text-align:right;
						}
							#lyrics .content .header .info .stepped a.btn_prev:hover {
								background:#d9185d url(../../images/arrow_prev.png) 10px 7px no-repeat;
							}
							#lyrics .content .header .info .stepped a.btn_next:hover {
								background:#d9185d url(../../images/arrow_next.png) 77px 7px no-repeat;
							}
			#lyrics .content .tracks {
				padding:0 20px;
			}
				#lyrics .content .tracks h1#h1_lyrics {
					width:75px; height:23px;
					margin:0 0 3px 0;
					background:url(../../images/h1_lyrics.png) no-repeat;
				}
				#lyrics .content .tracks .hr {
					border-bottom:solid 1px #dad5d7;
					height:1px;
					background:#a19a9e;
				}
					#lyrics .content .tracks .hr hr {
						display:none;
					}
				#lyrics .content .songList {
					padding:20px 0 0 0;
				}
					#lyrics .content .songList p {
						margin:0 0 40px 0;
						font:italic 14px Arial, Helvetica, sans-serif;
						color:#3c3b3b;
						line-height:20px;
					}

/*	--------------------------------------------------------------------------------------------------------------------------
	.link Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#music a.itunesL {
		width:15px; height:15px;
		background:url(../../images/itunes_sm.jpg) 0 0 no-repeat;
		display:block;
		left:414px;
		position:absolute;
	}
	#music a.link1 {
		top:123px;
	}
	#music a.link2 {
		top:147px;
	}
	#music a.link3 {
		top:172px;
	}
	#music a.link4 {
		top:197px;
	}
	#music a.link5 {
		top:221px;
	}
	#music a.link6 {
		top:245px;
	}
	#music a.link7 {
		top:288px;
	}
	#music a.link8 {
		top:313px;
	}
	#music a.link9 {
		top:336px;
	}
	#music a.link10 {
		top:361px;
	}
	#music a.link11 {
		top:385px;
	}
	#music a.link12 {
		top:410px;
	}
	#music a.link13 {
		top:436px;
	}
	#music a.link14 {
		top:588px;
	}
	#music a.link15 {
		top:0;
	}