/*	-------------------------------------------------------------
	CSS - TUNES : 	Laura Bell Bundy Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		lbb_tunes.css
	Date:			Dec 8, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navTunes a {
		background-position:-181px -213px !important;
	}	

/*	--------------------------------------------------------------------------------------------------------------------------
	#discography Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#discography {
		
	}
		#discography a {
			cursor:default;
			color:#980d08;
		}
		#discography ul {
			padding:32px 0 0 27px;
		}
		
			#discography ul li.album {
				width:818px;
				margin:0 0 18px 0; padding:0 0 18px 0;
				background:url(../../images/bg_dottedBorder.png) left bottom repeat-x;
			}
				#discography ul li.album .coverInfo {
					width:303px;
					float:left;
				}
					#discography ul li.album .coverInfo .cover {
						width:254px;
						margin:0 0 10px 0;
					}
						#discography ul li.album .coverInfo .cover img {
							display:block;
						}
					#discography ul li.album .coverInfo h3 {
						font:bold 1.063em Tahoma, Arial, Helvetica, sans-serif;
					}
					#discography ul li.album .coverInfo .date {
						font:normal .688em Arial, Helvetica, sans-serif;
					}
					#discography ul li.album .coverInfo .buyLinks {
						margin:16px 0 0 0;
					}
						#discography ul li.album .coverInfo .buyLinks a.btn_amazon {
							width:88px; height:25px;
							display:block;
						}
						#discography ul li.album .coverInfo .buyLinks a.btn_itunes {
							width:88px; height:25px;
							display:block;
						}
						#discography ul li.album .coverInfo .buyLinks a.btn_direct {
							width:97px; height:25px;
							margin:0 0 0 0;
							display:block;
						}
			#discography ul li.album .tracks {
				width:500px;
				padding:8px 0 0 0;
				float:left;
			}
				#discography ul li.album .tracks h4 {
					font:bold .875em Tahoma, Arial, Helvetica, sans-serif;
				}
				#discography ul li.album .tracks ul {
					padding:19px 0 0 ;
				}
					#discography ul li.album .tracks ul li {
						margin:0 0 9px 0;
						font:bold .75em Tahoma, Arial, Helvetica, sans-serif;
					}
					
	/* single */
	#discography .album {
		width:818px;
		margin:0 0 0 0; padding:32px 0 18px 27px;
	}
		#discography .album .coverInfo {
			width:295px;
			float:left;
		}
			#discography .album .coverInfo .cover {
				width:254px;
				margin:0 0 10px 0;
			}
				#discography .album .coverInfo .cover img {
					margin:0 auto;
					display:block;
				}
			#discography .album .coverInfo h3 {
				font:bold 1.063em Tahoma, Arial, Helvetica, sans-serif;
			}
			#discography .album .coverInfo .date {
				font:normal .688em Arial, Helvetica, sans-serif;
			}
			#discography .album .coverInfo .buyLinks {
				margin:16px 0 0 0;
			}
				#discography .album .coverInfo .buyLinks a.btn_amazon {
					width:88px; height:25px;
					margin:0 5px 0 0;
					display:block;
				}
				#discography .album .coverInfo .buyLinks a.btn_itunes {
					width:88px; height:25px;
					margin:0 5px 0 0;
					display:block;
				}
				#discography .album .coverInfo .buyLinks a.btn_direct {
					width:97px; height:25px;
					display:block;
				}
		#discography .tracks {
			width:520px;
			padding:8px 0 0 0;
			float:left;
			position:relative;
		}
			#discography .tracks #mp3Player {
				width:23px; height:22px;
				position:absolute;
				top:30px; left:-30px;
			}