/* CSS Document */

body{
	font-size:0.75em;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	/*background:#C1C1C1;
	background:#D8D8D8;*/
	background:#666666;
}

a{
	color:#ED1B24;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;	
}

h1, h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;	
	padding:0;
	margin:0;
}

h2{
	color:#FFFFFF;
}

h3, h4{
	padding:0;
	margin:0;	
}

h2.heading{
	font-family:"Times New Roman", Times, serif;
	color:#ED1B24;
	font-size:40px;
	font-weight:normal;
}

h3.sub-heading{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:34px;
	padding:0 0 20px 0;
	font-weight:normal;
}

h4{
	color:#666666;
	font-size:1em;
}

h4.news-date{
	padding:10px 0 0 0;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:20px;
	font-weight:normal;
}

h4.news-headline{
	font-family:"Times New Roman", Times, serif;
	font-size:34px;
	font-weight:normal;
	padding:2px 0 10px 0;
}

ul{
	padding:0;
	margin:0;
}

ul li{
	list-style:none;
}

p{
	color:#666666;
	font-size:1em;
	padding:0 0 12px 0;
	margin:0;
}

img{
	border:none;
}

label{
	color:#666666;	
}

#container{
	margin: 0 auto 0 auto; 
	text-align:left;
	width:960px;
}

/* Header Layout */

#header{
	/* float:left; IE7 Removed to Fix Login Panel Issue*/
	background:#FFFFFF;
	min-height:90px;
	width:960px;
}

* html #header{
	height:90px;
}

#logo{
	float:left;
	padding:10px 0 0 15px;
}

#logo img{
	display:none;
}

h1{
	color:#ED1B24;
	font-size:3.67em;
	padding-top:0px;
	line-height:1.15em;
	text-indent:-999em;
	background:url(../images/logo.gif) top left no-repeat;
	width:462px;
	height:74px;
	display:block;
}

/* Navigation Layout */

#navigation{
	float:left;
	background:url(../images/bg-nav.gif) top left repeat-x;
	height:40px;
	width:960px;
}

#navigation ul{
	float:left;
	padding:0 0 0 15px;
}

#navigation ul li{
	float:left;
	background:url(../images/nav-divider.gif) right 0 no-repeat;
	margin:0 0 0 15px;
}

#navigation ul li.home{
	margin:0;
}

#navigation ul li a{
	text-indent:-999em;
	display:block;
	padding:15px 0 10px 0;
	margin:0 15px 0 0;
	overflow:hidden;
}

#navigation ul li.home a{
	background:url(../images/nav-home.gif) 0 15px no-repeat;
	width:47px;
	height:14px;
	padding:15px 0 10px 0;
}

#navigation ul li.home a:hover,
#navigation ul li.home a.active{
	background:url(../images/nav-home-hover.gif) 0 15px no-repeat;
}

#navigation ul li.news a{
	background:url(../images/nav-news.gif) 0 15px no-repeat;
	width:44px;
	height:14px;
}

#navigation ul li.news a:hover,
#navigation ul li.news a.active{
	background:url(../images/nav-news-hover.gif) 0 15px no-repeat;
}

#navigation ul li.league a{
	background:url(../images/nav-league.gif) 0 14px no-repeat;
	width:108px;
	height:18px;
}

#navigation ul li.league a:hover,
#navigation ul li.league a.active{
	background:url(../images/nav-league-hover.gif) 0 14px no-repeat;
}

#navigation ul li.fixtures a{
	background:url(../images/nav-fixtures.gif) 0 14px no-repeat;
	width:144px;
	height:14px;
}

#navigation ul li.fixtures a:hover,
#navigation ul li.fixtures a.active{
	background:url(../images/nav-fixtures-hover.gif) 0 14px no-repeat;
}

#navigation ul li.scorers a{
	background:url(../images/nav-scorers.gif) 0 14px no-repeat;
	width:58px;
	height:14px;
}

#navigation ul li.scorers a:hover,
#navigation ul li.scorers a.active{
	background:url(../images/nav-scorers-hover.gif) 0 14px no-repeat;
}

#navigation ul li.gallery a{
	background:url(../images/nav-gallery.gif) 0 14px no-repeat;
	width:114px;
	height:18px;
}

#navigation ul li.gallery a:hover,
#navigation ul li.gallery a.active{
	background:url(../images/nav-gallery-hover.gif) 0 14px no-repeat;
}

#navigation ul li.contact a{
	background:url(../images/nav-contact.gif) 0 14px no-repeat;
	width:88px;
	height:14px;
}

#navigation ul li.contact a:hover,
#navigation ul li.contact a.active{
	background:url(../images/nav-contact-hover.gif) 0 14px no-repeat;
}

/* Banner Layout */

#banner{
	float:left;
	width:960px;
	margin:0;
}

#banner embed{
	float:left;
	margin:0;
}

* html #banner{
	float:left;
	margin:-3px 0 0 0;
}

/* Main Content Layout */

#main-content-home{
	float:left;
	background:#2F2F31;
	padding:15px 0 0 0;
	width:960px;
	margin:15px 0 0 0;
}

#main-content{
	float:left;
	/* background:#38383A; */
	/* background:url(../images/bg-nav.gif) #2F2F31 top left repeat-x; */
	background:#2F2F31;
	padding:15px 0 15px 0;
	width:960px;
	margin:15px 0 0 0;
}

/* Content Layout */

div.page-text{
	float:left;
	background:#FFFFFF;
	width:900px;
	margin:0 0 0 15px;
	padding:15px 15px 30px 15px;
	display:inline;
}

div.page-text p{
	font-size:1.08em;
}

div.page-text p.nopadding{
	padding:0;
}

div.wide-content{
	float:left;
	width:575px;
	min-height:200px;
	padding:0 25px 0 0;
}

* html div.wide-content{
	min-height:200px;
}

/* News layout */

div.news-item{
	float:left;
	width:565px;
	border-bottom:1px solid #D8D8D8;
	padding:10px 0 10px 10px;
}

div.right-content{
	float:left;
	width:300px;
}

/* Tout Layout */

div.tout-row{
	float:left;
	padding:0 0 15px 15px;
	width:945px;
	height:200px;
}

div.tout{
	float:left;
	background:#FFFFFF;
	margin:0 15px 0 0;
	width:300px;
	height:200px;
	display:inline;
	position:relative;
}

div.right-content div.tout{
	margin:0 0 20px 0;
}

div.tout.news div.tout-heading{
	margin:0 0 25px 0;
}

div.tout h4{
	color:#666666;
	padding:0 5px 5px 10px;
	font-size:1.17em;
}

div.tout h3{
	color:#666666;
	padding:0 0 5px 10px;
	font-size:1em;
}

div.tout ul{
	padding:0 0 0 10px;
}

div.tout-heading{
	float:left;
	background:url(../images/tout-heading.gif) top left repeat-x;
}

div.tout-heading h2 a{
	text-indent:-999em;
	display:block;
	padding:20px 0 10px 10px;
	width:290px;
	overflow:hidden;
}

*:first-child+html div.tout-heading h2 a{
	padding:20px 0 4px 10px;
}

* html div.tout-heading h2 a{
	padding:20px 0 4px 10px;
}

div.tout-heading h2.news a{
	background:url(../images/tout-news.gif) 10px 25px no-repeat;
}

div.tout-heading h2.league a{
	background:url(../images/tout-league.gif) 10px 25px no-repeat;
}

div.tout-heading h2.fixtures a{
	background:url(../images/tout-fixtures.gif) 10px 25px no-repeat;
}

div.tout-heading h2.scorers a{
	background:url(../images/tout-scorers.gif) 10px 25px no-repeat;
}

div.tout-heading h2.gallery a{
	background:url(../images/tout-gallery.gif) 10px 25px no-repeat;
}

div.tout-heading h2.huddle a{
	background:url(../images/tout-huddle.gif) 10px 25px no-repeat;
}

img.huddle{
	padding:30px 0 0 35px;
}

div.tout img{
	float:left;
}

/* Scorers Table */

table.scorers{
	float:left;
	padding:22px 0 0 5px;
	width:290px;
}

*:first-child+html table.scorers{
	margin:22px 0 0 5px;
}

* html table.scorers{
	margin:22px 0 0 5px;
	display:inline;
}

table.scorers tr th,
table.scorers tr td{
	padding:3px 5px 3px 5px;
	text-align:center;
	color:#666666;
	font-size:1.1em;
}

table.scorers tr th{
	color:#EB3C49;
}

table.scorers tr td.name{
	width:80px;
	text-align:left;
	font-weight:bold;
}

div.wide-content table.scorers{
	padding:0 0 0 5px;
	width:570px;
}

div.wide-content table.scorers tr td.name{
	width:160px;
}

div.wide-content table.scorers td.position{
	padding:0 0 0 5px;
	text-align:left;
	width:50px;
}

/* Fixtures Table */

table.fixtures{
	float:left;
	padding:22px 0 0 5px;
	width:295px;
}

*:first-child+html table.fixtures{
	margin:22px 0 0 5px;
	width:290px;
}

* html table.fixtures{
	margin:22px 0 0 5px;
	display:inline;
}

table.fixtures tr th,
table.fixtures tr td{
	padding:3px 1px 3px 1px;
	text-align:center;
	color:#666666;
	font-size:1.1em;
}

table.fixtures tr th{
	color:#EB3C49;
}

table.fixtures tr td.team{
	width:108px;
	text-align:left;
	font-weight:bold;
	padding:3px 3px 3px 1px;
}

table.fixtures tr td.team-small{
	width:120px;
	text-align:left;
	font-weight:bold;
	padding:3px 3px 3px 1px;
	font-size:0.92em;
}

table.fixtures tr td.result{
	font-weight:bold;
}

div.wide-content table.fixtures{
	padding:0 0 0 5px;
	width:570px;
}

div.wide-content table.fixtures tr td.team{
	width:170px;
}

div.wide-content table.fixtures tr td.date{
	padding:0 0 0 5px;
	text-align:left;
	width:50px;
}

table.fixtures tr.current-fixture td{
	background:#000000;
	background:url(../images/bg-nav.gif) top left repeat-x;
}

table.fixtures tr.current-fixture td{
	color:#FFFFFF;
}

/* League Table */

table.league-table{
	float:left;
	padding:22px 0 0 5px;
	width:295px;
}

*:first-child+html table.league-table{
	margin:22px 0 0 5px;
	width:290px;
}

* html table.league-table{
	margin:22px 0 0 5px;
	width:290px;
	display:inline;
}

table.league-table tr th,
table.league-table tr td{
	padding:3px 1px 3px 1px;
	text-align:center;
	color:#666666;
	font-size:1.1em;
}

table.league-table tr th{
	color:#EB3C49;
	padding:3px 1px 3px 1px;
}

table.league-table tr th.team{
	text-align:left;
	font-weight:bold;
}

table.league-table tr td.team{
	width:170px;
	text-align:left;
	font-weight:bold;
}

table.league-table td.position{
	color:#EB3C49;
}

*:first-child+html table.league-table td.position{
	padding:1px 3px 1px 1px;
}

* html table.league-table td.position{
	padding:1px 3px 1px 1px;
}

table.league-table tr.our-position td{
	background:#000000;
	background:url(../images/bg-nav.gif) top left repeat-x;
}

table.league-table tr.our-position td{
	color:#FFFFFF;
}

div.wide-content table.league-table{
	padding:0 0 0 5px;
	width:570px;
}

div.wide-content table.league-table tr td.team{
	width:170px;
}

div.wide-content table.league-table td.position{
	padding:0 0 0 5px;
	text-align:left;
	width:50px;
}

div.wide-content table.league-table tr.current-fixture td{
	background:#000000;
	background:url(../images/bg-nav.gif) top left repeat-x;
}

div.wide-content table.league-table tr.current-fixture td{
	color:#FFFFFF;
}

/* Image Gallery Layout */

#image-gallery{
	float:left;
	width:575px;
	padding:20px 0 0 0;
}

div.image-gallery-row{
	float:left;
	width:575px;
	margin:0 0 30px 0;
	display:inline;
}

div.image-thumbnail{
	float:left;
	width:170px;
	height:110px;
	margin:0 32px 0 0;
	display:inline;
}

div.image-thumbnail.last{
	margin:0;
}

/* Lightbox Layout */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Footer Layout */

#footer{	
	float:left;
	clear:both;
	background:url(../images/bg-nav.gif) #2F2F31 top left repeat-x;
	height:26px;
	width:930px;
	margin:15px 0 15px 0;
	padding:14px 15px 0 15px;
}

#footer ul li{	
	color:#FFFFFF;
}

#footer ul.copyright{	
	float:left;
}

#footer ul.developer{	
	float:right;
}

#footer ul li a{	
	color:#FFFFFF;
	text-decoration:underline;
}
