@font-face {
	font-family: "FoundrySterling";	
	src: url(fonts/Foustmd_.ttf);
}
@font-face {
	font-family: "FoundrySterling";	
	src: url(fonts/Foustbd_.ttf);
	font-weight: bold;
}
body {
	background: #eee url(images/bg.jpg) no-repeat top center;
	font-family: "FoundrySterling", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 90px;
}
a {
	color: #0d0d43;	
}
a:hover {
	text-decoration: none;	
}
h1, h2, h3 {
	margin: 0 0 10px 0;	
}
#wrapper {
	width: 926px;
	margin: 0 auto;
}
#wrapper > .left {
	width: 205px;
	position: absolute;
}
#wrapper > .right {
	width: 720px;
	margin-left: 205px;
}
h1#logo {
	margin: 0;
}
h1#logo a {
	display: block;
	text-indent: -2000em;
	height: 75px;
}
.left #menu, .left #fixtures ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left #menu {
	background: #002046;
	margin-bottom: 1px;
}
.left #menu li a {
	display: block;
	padding: 10px 15px;
	color: #e0e4e6;
	border-bottom: 1px solid #143153;
	text-decoration: none;
}
.left #menu a:hover{
	background: #596e87;	
}
.left #menu .selected {
	background: white;
}
.left #menu .selected > a {
	color: #002046;	
}
.left #menu .selected a:hover {
	color: #e0e4e6;	
}
.left #menu .currentpage a:hover {
	color: #002046;
}
.left #submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #2b4666;
}
.left #submenu li a {
	padding-left: 25px;	
}
.left #submenu .selected {
	background: #596e87;
}
.left #submenu .selected a {
	color: white;	
}
.left #submenu .selected a:hover {
	color: white;	
}
.left #menu .currentpage > a {
	background: url(images/bullet.png) no-repeat -8px 50%;
}
.left #fixtures {
	background: #e0e4e6 url(images/fixturesbg.jpg) repeat-y top right;
	color: #0d0d43;
	padding: 15px 0 15px 15px;
}
.left #fixtures lh {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}
.left #fixtures li {
	padding-bottom: 15px;
}
.viewall {
	background: url(images/arrowblue.gif) no-repeat right center;
	padding-right: 15px;
}
#fixtures .info, .teamsfixtures .info, .teamsresults .info {
	float: left;
}
#fixtures .info {
	width: 120px;	
}
.teamsfixtures .info, .teamsresults .info {
	width: 270px;
}
.teamsfixtures, .teamsresults {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 330px;
	float: left;
}
.teamsfixtures li, .teamsresults li {
	width: 95%;
}
.fixture {
	border-top: 1px solid #eee;	
}
.fixture a.fixturelink {
	display: block;
	text-decoration: none;	
	padding: 5px 0;
}
.fixture a.fixturelink:hover {
	background-color: #eee; 	
}
.empty {
	font-style: italic;
	color: #666;	
}
.fixresheading {
	border-top: 1px solid #ccc;	
	margin-top: 10px;
	padding-top: 10px;
}
.datebox {
	display: block;
	width: 30px;
	border: 1px solid #002147;
	background: #fff;
	float: left;
	margin: 0 10px 0 0;
	clear: both;
}
.datebox .day, .datebox .month {
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.datebox .month {
	background: #002147;
	color: #fff;
	padding: 2px 0;
	font-size: 10px;
	line-height: 10px;
}
.datebox .day {
	font-size: 18px;
	color: #002147;
}
.left #sponsors {
	background: url(images/sponsorsbg.jpg);
	height: 100px;
}
#wrapper > .right {
	border: 1px solid #d9d9d9;
	background: #fff;
}
.right .tagline {
	height: 49px;
	margin: 0;
	padding: 25px 0 0 25px;
	background: url('images/logo_neptune_tagline.jpg') bottom right no-repeat;
}
.right .tagline a.sponsorlink {
	display: block;
	float: right;
	width: 300px;
	height: 50px;
	margin-top: -15px;	
}
.right #feature {
	background: url('http://farm4.static.flickr.com/3154/2558482920_eff0e0c5fe_b.jpg') no-repeat -200px 0;
	height: 350px;
}
.right #featureInternal {
	background: #CCC url('images/Oxford-MCCU-Section-Banner-.jpg');
	height: 150px;
}
#content {
	line-height: 19px;
	padding: 25px;
	width: 670px;
	min-height: 800px;
}
* html #content {
	height: 800px;	
}
#content p {
	margin: 0 0 15px 0;	
}
#content img {
	max-width:670px;	
}
#content .left, #content .right {
	width: 46%;
	float: left;
}
#content .left {
	padding-right: 25px;	
}
#content .right {
	border-left: 1px solid #ccc;	
	padding-left: 25px;
}
.newsitem {
	border-bottom: 1px solid #ddd;	
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.newsimg img {
	width: 100px !important;
	height: inherit !important;	
	border: 1px solid #CCC;
}
.newsimg {
	float: left;
	margin-right: 15px;	
	margin-top: 5px;
}
#page_news .newsitem {
	width: 70%;
}
.newsitemLast {
	border: 0;	
}
.newsitem p {
	margin: 0;	
}
.newsitem .title {
	margin-bottom: 5px;	
}
.newsitem a.continue {
	color: #666;
	display: block;
	text-align: right;
	background: url(images/arrowgrey.gif) no-repeat right center;
	padding: 0 15px 0 0;
}
#footer {
	margin: 0 25px 25px 25px;
	padding-top: 25px;
	color: #999;
	border-top: 1px solid #ccc;
}
#footer img {
	margin-bottom: 10px;
	display: block;	
}
#footer a {
	color: #999;	
}
body#splash {
	font-family: "FoundrySterling", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #eee url(images/splash_bg.jpg) no-repeat 50% 150px;
}
#splashwrapper {
	background-color: white;
	border: 1px solid #d9d9d9;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	text-align: center;	
	padding: 20px;
	height: 300px;
	margin-top: -150px;
}
#splashwrapper h1, #splashwrapper h2 {
	font-size: 18px;	
}
#splashwrapper .logos {
	margin: 40px 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */
