/* JANET JACKSON */
/* Section Stylesheet: Music
----------------------------------------------------------------------------- */


/* STRUCTURAL CONTAINERS
----------------------------------------------------------------------------- */


	#page {
	
	min-height: 400px;
	
	}

	#header {
	
	height: 150px;
	
	}
	
	#content {
	
	position: static;
	
	}


/* BROWSE PAGE
----------------------------------------------------------------------------- */


	#page-music {
	
	background: #f9f9f3 url(../images/section-music/bg-discography.jpg) no-repeat top center;
	
	}
	
	#page-music #discography {
	
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
	}

		
/* RELEASE PAGE
----------------------------------------------------------------------------- */


	#page-release #page {
	
	height: 1000px;
	
	}

	#page-release #mediaplayer {

	width: 100%;
	height: 1000px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
	}
		

/* RELEASE PAGE SKINS
----------------------------------------------------------------------------- */


/* Backgrounds */


	body.allforyou { background: #eee4e2 url(../images/section-music/bg-allforyou.jpg) no-repeat; }
	body.control { background: #2537aa url(../images/section-music/bg-control.jpg) no-repeat; }
	body.damitajo { background: #f2ebd9 url(../images/section-music/bg-damitajo.jpg) no-repeat; }
	body.design { background: #000000 url(../images/section-music/bg-designofadecade.jpg) no-repeat; }
	body.discipline { background: #000 url(../images/section-music/bg-discipline.jpg) no-repeat; }
	body.dreamstreet { background: #ce9cd0 url(../images/section-music/bg-dreamstreet.jpg) no-repeat; }
	body.janet { background: #8e8680 url(../images/section-music/bg-janet.jpg) no-repeat; }
	body.janetjackson { background: #00b0fd url(../images/section-music/bg-janetjackson.jpg) no-repeat; }
	body.rhythmnation { background: #000000 url(../images/section-music/bg-rhythmnation.jpg) no-repeat; }
	body.thevelvetrope { background: #7a0000 url(../images/section-music/bg-thevelvetrope.jpg) no-repeat; }
	body.twentyyo { background: #e8c492 url(../images/section-music/bg-20yo.jpg) no-repeat; }
	body.numberones { background: #1e1d22 url(../images/section-music/bg-numberones.jpg) no-repeat; }
	

/* Font Colors */

	body.discipline #tracks table, body.discipline h3 { color: #fff; }
	body.twentyyo #tracks table, body.twentyyo h3 { color: #3f1f13; }
	body.numberones #tracks table, body.discipline h3 { color: #fff; }


/* Logo */

	body.control #header h1 a,
	body.design #header h1 a,
	body.discipline #header h1 a,
	body.dreamstreet #header h1 a,
	body.janet #header h1 a,
	body.janetjackson #header h1 a,
	body.rhythmnation #header h1 a,
	body.thevelvetrope #header h1 a {
	
	background: url(../images/skin-janetjackson/header/h1-logo-white.png) no-repeat;
	
	}
	
	body.allforyou #header h1 a,
	body.twentyyo #header h1 a,
	body.damitajo #header h1 a { 
	
	background: url(../images/skin-janetjackson/header/h1-logo-small.png) no-repeat;

	}

	body.numberones #header h1 a { 
	
	background: url(../images/skin-janetjackson/header/h1-logo-pink.png) no-repeat;

	}
	
	
/* Buy Now Actions */

	body.discipline div.retailers dd a { background: url(../images/actions/a-buy-20yo.png) no-repeat; }
	body.twentyyo div.retailers dd a { background: url(../images/actions/a-buy-20yo.png) no-repeat; }
	
	
/* Watch Now Actions */

	body.discipline #tracks a.watch { background: url(../images/actions/a-watch-discipline.png) no-repeat; }
	body.twentyyo #tracks a.watch { background: url(../images/actions/a-watch-twentyyo.png) no-repeat; }

	
