/*	-------------------------------------------------------------
	CSS - MUSIC : 	THE BAND PERRY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		music.css
	Date:			November 11, 2009
	Author:			UMRG New Media
	-------------------------------------------------------------	*/
	
	/*	-----------------------------------------------------------
		NAV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li#music a {
		background-position:-172px -22px;
	}
	
	/*	-----------------------------------------------------------
		LEFT COL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	/*HEADER*/
	
	#leftCol .header h2 {
		background:url(../../images/h2_Music2.png) no-repeat top center;
	}
	
	/*	-----------------------------------------------------------
		RIGHTCOL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#rightCol {
		width:600px; height:1000px;
		padding:25px 0;
	}
		/*
		#rightCol .comingSoon {
			width:250px;
			margin:0 auto;
			font-size:100%;
			line-height:18px;
			text-align:center;
		}
		*/
	
	/*	-----------------------------------------------------------
		DISCOGRAPHY SECTION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#discog {
		width:500px;
		margin:20px auto;
	}
		ul#discog li.release {
			margin:20px 25px;
			display:inline;
			float:left;
		}
			ul#discog li.release .info h3 {
				margin:3px 0;
			}
