@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MEHTODMAN AND REDMAN DISCOGRAPHY SINGLE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mm_disco_single.css
	Date:			May 4, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navDiscography {
		background-position: -401px bottom;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	hr Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.hr {
		width:328px; height:3px;
		background:url(../../images/hr.png) top left no-repeat;
	}
		.hr hr { 
			display:none;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol .header h2 {
		width:147px; height:29px;
		background:url(../../images/h2_disco.png) top left no-repeat;
	}
		#mainCol .header a.btnBackToDisco {
			margin:5px 30px 0 0;
			width:174px; height:19px;
			display:inline-block;
			float:right;
			background:url(../../images/btn_backToDisco.png) top left no-repeat;
		}
			#mainCol .header a.btnBackToDisco:hover {
				background-position:bottom;
			}
		
		/* Album */
		#mainCol .album {
			padding:14px 0 60px 38px;
		}
			#mainCol .album .leftCol {
				margin:0 20px 0 0;
				width:204px;
				display:inline;
				float:left;
				text-align:center;
			}
				#mainCol .album .leftCol img.fullsize {
					border:2px solid #000;
				}
				#mainCol .album .leftCol h3 {
					margin:10px 0 0 0;
					font:normal 13px Arial, Helvetica, sans-serif;
					color:#b2955b;
				}
				#mainCol .album .leftCol p.release {
					margin:5px 0 19px 0;
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#534f46;
				}
			#mainCol .album .rightCol {
				width:328px;
				float:left;
			}
				#mainCol .album .rightCol h4 {
					margin:0 0 7px 0;
					width:105px; height:17px;
					background:url(../../images/h4_trackListing.png) top left no-repeat;
				}
				#mainCol .album .rightCol ol {
					margin:16px 0 0 0;
					list-style:none;
				}
					#mainCol .album .rightCol ol li {
						padding:7px 0 7px 0;
						width:328px;
						font:normal 12px Verdana, Arial, Helvetica, sans-serif;
						color:#aeaaa1;
						background:url(../../images/disco_divider.png) bottom left no-repeat;
					}
						#mainCol .album .rightCol ol li a {
							margin:0 0 0 16px;
							font:bold 10px Verdana, Arial, Helvetica, sans-serif;
							color:#9c8d6c;
						}
							#mainCol .album .rightCol ol li a:hover {
								color:#f5dead;
							}
			


