@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Brian Blade : Discography
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bb_discography.css
	Date:			Apr 25, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main {
		background:url(../../images/discography_bg.jpg) top center no-repeat;
	}
	ul#nav {
		background:url(../../images/navDiscography.jpg) 365px 79px no-repeat;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	#mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:484px; height:571px;
		margin:0 0 0 63px;
		font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height:15px;
		color:#40392d;
	}
		#mainCol h1#h1_discography {
			width:138px; height:66px;
			margin:0 0 18px 0;
			background:url(../../images/h1_discography.png) 0 0 no-repeat;
		}
		#mainCol .post {
			color:#868179;
		}
		#mainCol .entry {
			width:240px; height:170px;
			float:left;
		}
			
			#mainCol .entry .album {
				width:115px; height:108px;
				display:block;
				float:left;
			}
				#mainCol .entry .album a img {
					border:0
				}
			#mainCol .entry .info {
				width:120px;
				float:left;
			}
			#mainCol .entry h2 {
				margin:12px 0 0 0;
				font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;;
				color:#bc230a;
			}
				#mainCol .entry h2 a:link, #mainCol .entry h2 a:active, #mainCol .entry h2 a:visited {
					color:#bc230a;
					text-decoration:none;
				}
					#mainCol .entry h2 a:hover {
						color:#e23515;
					}
			#mainCol .entry .date {
				margin:0 0 7px 0;
				font-weight:bold;
				display:block;
			}
			#mainCol .entry a.btnAmazon:link, #mainCol .entry a.btnAmazon:active, #mainCol .entry a.btnAmazon:visited {
				width:40px; height:15px;
				margin:0 5px 0 0; padding:16px 0 0 0;
				display:block;
				float:left;
				text-align:center;
				font:normal 9px Verdana, Arial, Helvetica, sans-serif;
				text-decoration:none;
				color:#55261d;
				background:url(../../images/icon_amazon.jpg) center top no-repeat;
			}
				#mainCol .entry a.btnAmazon:hover {
					color:#bc230a;
				}
			#mainCol .entry a.btnItunes:link, #mainCol .entry a.btnItunes:active, #mainCol .entry a.btnItunes:visited {
				width:40px; height:15px;
				padding:16px 0 0 0;
				display:block;
				float:left;
				text-align:center;
				font:normal 9px Verdana, Arial, Helvetica, sans-serif;
				text-decoration:none;
				color:#55261d;
				background:url(../../images/icon_itunes.jpg) center top no-repeat;
			}
				#mainCol .entry a.btnItunes:hover {
					color:#bc230a;
				}
				
		#mainCol #paginator {
			width:470px; height:22px;
			padding:8px 10px 0 10px;
			background:url(../../images/contentFooter.png) 0 0 no-repeat;
		}
			#paginator .prev {
				width:100px;
				float:left;
			}
				#paginator .prev a:link, #paginator .prev a:active, #paginator .prev a:visited {
					width:91px;
					padding:0 0 0 9px;
					display:block;
					font:bold 11px Georgia, "Times New Roman", Times, serif;
					color:#fff;
					text-decoration:none;
					background:url(../../images/paginator_prev.png) 0 3px no-repeat;
				}
					#paginator .prev a:hover {
						color:#bc230a;
						background-position:0 -17px;
					}
			#paginator .next {
				width:100px;
				float:right;
			}
				#paginator .next a:link, #paginator .next a:active, #paginator .next a:visited {
					width:91px;
					padding:0 9px 0 0;
					display:block;
					font:bold 11px Georgia, "Times New Roman", Times, serif;
					color:#fff;
					text-decoration:none;
					background:url(../../images/paginator_next.png) right 3px no-repeat;
					text-align:right;
				}
					#paginator .next a:hover {
						color:#bc230a;
						background-position:right -17px;
					}
			#paginator .pages {
				width:240px;
				float:left;
				text-align:center;
				font-size:10px;
				color:#fff;
				font-weight:bold;
			}
				#paginator .pages a:link, #paginator .pages a:active, #paginator .pages a:visited {
					color:#c5d6e0;
					padding:0 3px;
				}
					#paginator .pages a:hover {
						color:#bc230a;
					}
				#paginator .pages .listing {
					color:#f5e6c7;
				}
				
		#mainCol .footer {
			width:480px; height:22px;
			padding:8px 0 0 10px;
			background:url(../../images/contentFooter.png) 0 0 no-repeat;
		}
			#mainCol .footer a:link, #mainCol .footer a:active, #mainCol .footer a:visited {
				font:bold 11px Georgia, "Times New Roman", Times, serif;
				color:#fff;
				text-decoration:none;
			}
				#mainCol .footer a:hover {
					color:#bc230a;
				}

/*	--------------------------------------------------------------------------------------------------------------------------
	#album Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#album {
	
	}
		#album #art {
			width:180px;
			float:left;
			color:#868179;
			font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
			line-height:14px;
		}
			#art h2 {
				font-size:13px;
				margin:14px 0 0 8px;
				color:#29241b;
			}
			#art p {
				margin:0 0 0 8px;
			}
		#album #trackList {
			width:304px;
			float:left;
		}
			#trackList tr#header {
				background:url(../../images/hr.png) 0 bottom no-repeat;
			}
			#trackList h3 {
				padding:0 0 6px 0;
				color:#010101;
				font-size:14px;
			}
			#trackList tr {
				background:url(../../images/disco_divider.png) 0 bottom no-repeat;
			}
				#trackList tr div {
					padding:2px 0 1px 0;
				}
			#trackList .track {
				text-align:left;
				width:250px;
				color:#868179;
			}
				#trackList .track h4 {
					color:#40392d;
					font-size:12px;
					display:inline;
				}
			#trackList .buyLinks {
				text-align:left;
			}