/* Clear floated divs */
.clearme:after,
#secondary-content .line-up-during li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearme,
.line-up-during li {height: 1%;}
/* End hide from IE-mac */


/* Make each page minimum height of 500px */
.one-column #primary-content,
.two-column-layout1 #primary-content,
.two-column-layout1 #secondary-content,
.two-column-layout2 #primary-content,
.two-column-layout2 #secondary-content,
.two-column-layout3 #primary-content,
.two-column-layout3 #secondary-content,
.three-column #primary-content,				
.three-column #secondary-content,
.three-column #tertiary-content {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}
	
/* Fix Primary Navigation width in IE */
#primary-navigation li a {
	width: auto !important;
	width: 125px;
	}
	
#primary-content .whats-on li,
#primary-content .vevent {	
	min-height: 3.5em;
	height: auto !important;
	height: 4em;
	}	
	

/* Safari Hack for footer margins */
body:last-child:not(:root:root) table tr .bbcpageToplefttd {
	height: 10px !important;
margin: 0;
padding: 0;
	}	
	
	
/* Safari Hack for footer margins */
body:last-child:not(:root:root) #content {
	margin-top: -18px;
	}