/* DISTANT RELATIVES */
/* Section Stylesheet: Home
--------------------------------------------------------------------------- */

	
	@import url('widget-editorial.css');
	@import url('widget-media.css');

	
	body.section-home h2 {
	
	display: none;
	
	}
	
	#page-index #header {
	
	margin: 250px 0 0 0;
	
	}
	
	#page-index #footer {
	
	margin-top: 65px;

	}
	
	
/* NEWS
--------------------------------------------------------------------------- */


	#page-index .widget-editorial h3 {
	
	width: 16px;
	height: 69px;
	text-indent: -5000px;
	display: block;
	background: url(../images/header/h3-news.png) no-repeat;
	margin-right: 20px;
	float: left;
	
	}
	
	#page-index .widget-editorial {
	
	position: absolute;
	left: 520px;
	top: 63px;
	width: 455px;
	
	}
	
	#page-index .widget-editorial ul {
	
	float: left;
	width: 417px;
	
	}
	
	
/* FEATURES
--------------------------------------------------------------------------- */


	div.feature {
	
	display: none;
	opacity: 0;
	position: relative;
	float: left;
	margin: 30px 0 11px -600px;
	padding: 15px 15px 27px 15px;
	background: url(../images/layout/bg-widget.png) repeat;
	
	}
	
	div.feature {
	
	margin-bottom: 0 !important;
	
	}
	
	div.feature ul.actions {
	
	position: absolute;
	z-index: 100;
	bottom: 10px;
	left: 15px;
	width: 300px;
	height: 22px;
	
	}
	
	div.feature div.details,
	div.feature ul.controls {
	
	display: none;
	
	}
	
	div.feature ul.actions li,
	div.feature ul.actions li a {
	
	float: left;
	
	}
	
	div.feature ul.actions a.action {
	
	display: block;
	padding-top: 6px;
	padding-bottom: 5px;
	
	}
	
	div.feature ul.actions a.close {
	
	background-color: #b08b0c;
	padding-right: 8px;
	
	}
	
	div#download.feature {
	
	width: 300px;
	height: 270px;
	
	}
	

/* RADIO PAGE / PLAYER
--------------------------------------------------------------------------- */


	body#page-radio {
	
	background: #fac612;
	
	}
	
	



