@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Jeremih DISCOGRAPHY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		j_discography.css
	Date:			May 26, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	alternate Background Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	body {
		background:#f2f6f0 url(../../images/bg_bodyChair.jpg) center 0 no-repeat;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul li.discography a {
		background-position:-672px bottom;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	ContentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace {
		margin:50px 0 65px 0;
	}
	#mainCol {
		padding:105px 0 0 0;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Top Content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#topContent {
		margin:45px 0 65px 0;
		background:url(../../images/bg_topContent.png) 335px 0 repeat-y;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#mainCol h2 {
		margin:0 0 35px 0;
		width:183px; height:31px;
		background:url(../../images/h2_disco.png) 0 0 no-repeat;
	}
	#mainCol h2#h2_thankYou {
		width:163px; height:31px;
		background:url(../../images/h2_thankYou.png) no-repeat;
		float:left;
	}
	#mainCol a.btn_back_link {
		margin:5px 0 0 30px;
		width:165px; height:20px;
		display:block;
		background:url(../../images/btn_backToDisco.png) top center no-repeat;
		float:left;
	}
		#mainCol a.btn_back_link:hover {
			background-position:bottom;
		}
	#mainCol ul {
		list-style:none;
	}
		#mainCol ul li {
			margin:0 5px 40px 0; padding:15px 0 0 0;
			float:left;
			display:inline;
		}
			#mainCol ul li.parentalAdvisory {
				background:url(../../images/parental_advisory_text.png) 4px 0 no-repeat;
			}
		#mainCol ul li .coverHolder {
			padding:13px 0 0 26px;
			width:158px; height:162px;
			background:url(../../images/bg_coverHolder.png) top center no-repeat;
		}
		#mainCol ul li .title {
			width:200px;
			display:block;
			font:italic 13px Arial, Helvetica, sans-serif;
			color:#ff0042;
		}
		#mainCol ul li .date {
			width:200px;
			display:block;
			font:italic 11px Arial, Helvetica, sans-serif;
			color:#000;
		}
		#mainCol ul li .btnHolder {
			margin:10px 0 0 0;
			width:75px;
		}
			#mainCol ul li .btnHolder a.btn_Amazon {
				width:34px; height:26px;
				background:url(../../images/btn_amazon.png) top center no-repeat;
				display:block;
				float:left;
			}
				#mainCol ul li .btnHolder a.btn_Amazon:hover {
					background-position:bottom;
				}
			#mainCol ul li .btnHolder a.btn_iTunes {
				width:30px; height:26px;
				background:url(../../images/btn_itunes.png) top center no-repeat;
				display:block;
				float:right;
			}
				#mainCol ul li .btnHolder a.btn_iTunes:hover {
					background-position:bottom;
				}
			