@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('type/League_Gothic-webfont.eot');
    src: url('type/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/League_Gothic-webfont.woff') format('woff'),
         url('type/League_Gothic-webfont.ttf') format('truetype'),
         url('type/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { 
	background:#000;
	font:normal 100% "Gill Sans", sans-serif;
	}
	
a { 
	color:#00589D;
	}

#container { 
	max-width: 71em;
	margin:0px auto;
	background:#fff;
	}

#logo {
	width:170px;
	height:170px;
	background:#e5e6e7;
	float:left;
	border-right: 30px solid #03447f;
	margin-right: 1.875em;
	}
	
#logo img {
	max-width:62%;
	display:block;
	margin:auto;
	padding:.75em 0;
	}
	
	
#titlecard {
	margin:auto 0px;
	background:#05589c;
	min-height:130px;
	color:#fff;
	padding-top:40px;
	}
	
#titlecard h1 {
	font: 3.75em 'LeagueGothicRegular', sans-serif; /* 60px / 16px */
	letter-spacing: .03em;
	margin:0 0 0 .5em;
	padding:0;
	}
	
#titlecard p { 
	font: normal 1.25em 'Georgia', serif; /* 20px / 16px */
	font-style:italic;
	margin:0 0 0 1.5em;
	padding:0;
	}

#content {
	display:block;
	padding:30px 34px;
	}

#content h2 {
	font: 1.7em 'LeagueGothicRegular', sans-serif; /* 24px / 16px */
	text-transform:uppercase;
	color:#004480;
	margin-bottom:.5em;
	}
	
.h2-date { 
	font: .75em 'LeagueGothicRegular', sans-serif; /* 18px / 24px */
	display:block;
	}
	
#content h3 {
	font: 1.3em 'LeagueGothicRegular', sans-serif; /* 18px / 16px */
	text-transform:uppercase;
	color:#004480;
	margin-bottom:.75em;
	}
	
#content p, #content li, #content dt, #content dd {
        font-size: .9em;
	margin-bottom:1em;
	}
	
#content li { 
	list-style-type:disc;
	margin:0 0 .75em 4em;
	}
	
#content table {
	font-size:.8125em; /* 13px / 16px */
	background:#f1f1f1;
	margin:2em 0;
	}

#content table td {
	border:1px solid #000;
	padding:1em;
	}
	
#content caption {
	border:1px solid #000;
	border-bottom:none;
	background:#e5e6e7;
	padding:.5em;
	font: 1.4em 'LeagueGothicRegular', sans-serif; 
	text-transform:uppercase;
	}
	
#content table strong.upped {
	font: 1.4em 'LeagueGothicRegular', sans-serif; 
	text-transform:uppercase;
	}

#live, #microblog,
#sponsors {
	width:200px;
	max-width: 80%;
	float:right;
	border:4px solid #e5e6e7;
	padding:20px;
	margin-left:20px;
	margin-bottom:20px;
	clear: right;
	text-align: center;
	}

#microblog > *:last-child {
	margin-bottom: 0;
	}

#microblog img {
	margin-right: 0.3em;
	vertical-align: middle;
	}
	
#sponsors img {
	display:block;
	margin:0 auto;
	max-width: 100%;
	}
	
	
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

@page {
	margin: 1.5cm 1cm 1cm 1cm;
}

@media print {

	body {
		background: white;
	}
	#content {
		padding-right: 0;
		padding-left: 0;
		border-break: none;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.section {
		margin-left: 33.33%;
	}
	#microblog,
	#sponsors {
		float: left;
		clear: both;
		margin-left: -50%;
		border: none;
		box-sizing: border-box;
		width: 50.1%;	/* .1 is work-around for bug in Prince 8.0 */
	}
	#content table {
		margin-left: -50%;
		width: 150%;
	}
	#content table td {
		padding: 0.5em;
	}

}

