
/* 
BBC Scotland Robert Burns Site 2008
CSS By Cris Walsh
*/


 /* Remove unwanted elements  */
#blq-local-nav			{display: none;}
#secondary-content		{display:none;}
#banner					{background:none;}



 /* Ensure the content spans the full width */
#blq-content {
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
}


#works_phase1 #primary-content,
#works #primary-content, 
#burnsnight #primary-content, 
#biography #primary-content,
#error #primary-content {
	float:none;
	margin-top:20px;
	width:100%;
}


 /* Improve colour contrast */
body #blq-main {color:#000;}
a:link, a:visited {color: #781351}



/* Improve Banner */
#banner   {
	border-bottom:1px solid #000;
	height:50px;
}


#banner h1
{
	/* center h1 */
	width:200px;
	margin:15px auto;
}


#banner h1 a { 
	/* reset position relative */
	position:static;
	color:#000;
	font-size:2.1em;
	font-weight:normal;
	text-decoration:none;
}

#banner h1 a span{display: inline;}