@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - DISCOGRAPHY : 	The Bravery Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		tb_discography.css
	Date:			Sept 08, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navDisco a {
		background-position: -64px -30px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#discography Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#discography {
		
	}
		#discography .header {
			margin:0 0 27px 0;
			background:url(../../images/header_borderBottom.png) left bottom no-repeat;
		}
			#discography .header h1 {
				width:242px; height:33px;
				padding:0 0 5px 0;
				background:url(../../images/h1_discography.png) 0 0 no-repeat;
			}
			#discography a.btn_back {
				padding:0 0 0 8px; margin:0 0 6px 0;
				background:#000 url(../../images/arrow_left.png) 0 4px no-repeat;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#D0D706;
				text-transform:uppercase;
				float:right;
			}
				#discography a.btn_back:hover {
					background-position:0 -17px;
					color:#fff;
				}
			#discography .prevNext a.next {
				padding:0 0 0 12px;
				float:right;
			}
			#discography .prevNext a.prev {
				float:right;
			}
			#discography .prevNext {
				width:80px;
				padding:0 0 10px 0;
				float:right;
			}	
			#discography .prevNext .disabled_next {
				padding:0 0 0 10px;
				background:#000;
				float:right;
			}
			#discography .prevNext .disabled_prev {
				backgorund:#000;
				float:right;
			}
		#discography ul {
			
		}
			#discography ul li {
				padding:0 0 42px 0;	
			}
				#discography ul li .albumCover {
					width:200px; height:200px;
					margin:0 17px 0 0;
					display:inline-block;
					float:left;
				}
				#discography ul li .info {
					width:240px;
					font:bold 13px Arial, Helvetica, sans-serif;
					color:#fff;
					float:left;
				}
					#discography ul li .info h2 {
						font:bold 18px Arial, Helvetica, sans-serif;
					}
					#discography ul li .info .date {
						font:normal 12px Arial, Helvetica, sans-serif;
						color:#fff;
					}
					#discography ul li .info .buyLinks {
						width:86px;
						padding:20px 0 0 0;
					}
						#discography a.amazon {
							width:86px; height:21px;
							margin:0 0 7px 0;
							background:url(../../images/btn_amazon.png) 0 0 no-repeat;
							display:inline-block;
						}
							#discography a.amazon:hover {
								background-position:0 -21px;
							}
						#discography a.itunes {
							width:86px; height:21px;
							background:url(../../images/btn_itunes.png) 0 0 no-repeat;
							display:inline-block;
						}
							#discography a.itunes:hover {
								background-position:0 -21px;
							}

/*	--------------------------------------------------------------------------------------------------------------------------
	#discography Single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#discography #album {
		
	}
		#discography #album .albumCover {
			margin:0 0 25px 0;
		}
		#discography #album .info {
			font:bold 13px Arial, Helvetica, sans-serif;
			color:#fff;
		}
			#discography #album .info h2 {
				font:bold 25px Arial, Helvetica, sans-serif;
				color:#f9ff42;
			}
			#discography #album .info .date {
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#fff;
			}
			#discography #album .info .buyLinks {
				padding:15px 0 0 0;
			}
				#discography #album .info .buyLinks a.amazon {
					margin:0;
				}
				#discography #album .info .buyLinks .links {
					
				}

/*	--------------------------------------------------------------------------------------------------------------------------
	#mp_mini Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mp_mini {
		margin:30px 0;
		width:268px; height:102px;
	}
		#mp_mini #ap_mini p {
			padding:35px 0 0 20px;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	.trackList Single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	