
/*
*	gospel.css
*	should override all previous stylesheets
*	specific to the "Gospel" section of premierradio.org.uk
*	
*	Roald Sinissaar, roald.sinissaar@premier.org.uk
*	23/01/2010
*/


body.radio #nav-group-container .radio {
	background-image: url('../img/radio/premiergospel_tab.jpg');
}

	#nav-group-container .radio a {
		color: #d2d7f2;
	}

body.radio #header {
	background-image: url('../img/radio/premiergospel_header.jpg');
}

	#header h2 {
		/* unless we can find a way to replace the default logo */
		display: none;
	}

	#header p {
		/* hides the button for now, until it can be gospel-specific and link back to premierradio */
		display: none;
	}
