/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
  background-color:#000000;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: white;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #1a1a1a;
}

a:link, a:visited {
	color: #040fff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

html {
	
}

div#wrapper {
	width:100%;
}

div#container {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	
}

div#content_container {
	float:left;
	margin-left: 8px;
}

div#left_container {
	width:325px;
	overflow: visible;
	position: absolute;
	display: inline;
}

div#main_container {
	
	width:665px;
	overflow: hidden;
	padding-left: 320px;
}

div#header {
	height: 189px;
	position: relative;
	background-image: url(images/header.png);
	width: 987px;
}

/* Header */
div#header .menu {
	position: absolute;
	top: 160px;
	left: 240px;
	
	padding: 0px;
	margin: 0px;
}
div#header .menu ul {
	padding: 0px;
	margin: 0px;
	color: grey;
}
div#header .menu, div#header .menu li {
	display: inline;
	
}

div#header .menu, div#header .menu li a {
	
}

div#header .menu a {
	
	margin: 0px 16px 0px 0px;
	display: block;
	float: left;
	height: 9px;
	color: grey;
}

div#header .menu a:hover {
	text-decoration:none;
	color: grey;
}

div#header .menu a span {
	visibility:hidden;
}


/* Sponsors ******************************************************/
#sponsors a, a#header_logo {
	display:block;
	color: white;
	position:absolute;
	overflow:hidden;
	top: 20px;
	height: 55px;
}



/* Nav ***********************************************************/
#nav{
	padding: 150px 0 0 220px;
}

#nav ul{
	margin: 0 0 0 0;
	padding: 0;
}

#nav ul li{
	display: inline;
	padding: 0 20px 0 0;
}

#nav a:link{
	color: white;
	text-decoration: none;
}
#nav a:visited{
	color: white;
	text-decoration: none;
}
#nav a:hover{
	color: red;
	text-decoration: none;
}
/* Temlpate right panel **************************************************************/

#main_body {
	background: transparent url(images/template_right_panel_bg_mid.png) repeat-y;
	min-height:782px;
	padding: 0px 30px 0px 30px;
	
  	margin: 0px;
  	padding-bottom: 1px;
  	/* IE HACK */
	height:auto !important;
  	height:782px
  	/* END IE HACK */
}



#main_content_top {
	padding-top: 15px;
	margin-left: -5px;
}

#main_body_content {
	width: 580px;
	overflow: hidden;
}

#main_head {
	background: transparent url(images/template_right_panel_bg_top.png) no-repeat left top;
	height:38px;
	margin-top: -18px;
}

#main_footer {
	background: transparent url(images/template_right_panel_bg_bot.png) no-repeat;
	height: 100px;
}


/* Template left panel ************************************************************/


#left_top {
	background: transparent url(images/template_left_panel_bg_top.png) no-repeat;
	height:14px;
	overflow: hidden;
}
#left_body {
	background: transparent url(images/template_left_panel_bg_mid.png) repeat-y;
	
	
}	
#left_head {
	background: transparent url(images/template_left_panel_bg_head.png) no-repeat left top;
	min-height:291px;
	/* IE HACK */
	height:auto !important;
  	height:291px;
  	/* END IE HACK */
	padding: 1px;
}
#left_foot {
	background: transparent url(images/template_left_panel_bg_foot.png) no-repeat left bottom;
	min-height:462px;
	/* IE HACK */
	height:auto !important;
  	height:462px;
  	/* END IE HACK */
}
#left_bot {
	background: transparent url(images/template_left_panel_bg_bot.png) no-repeat;
	height:44px;
}


/* Footer *************************************************************************/

#footer {
	background: transparent url(images/template_footer_grass.jpg) no-repeat center top;
	height: 262px;
	clear:both;
}


#pageFooter {
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	height: 45px;
	background: transparent url(images/footer_bg.gif) no-repeat left top;
	color: #4F4F4F;
	position: relative;
	font-size: 10px;
}

#pageFooter div {
	padding: 15px 30px 15px 30px;
}

#pageFooter #footerLinks {
	position: absolute;
	right: 0px;
	top: 0px;
}

#pageFooter a {
	color: #4F4F4F;
	text-decoration: none;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}



/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}


.chronoform {
	display: none;
}

.article_separator {
	display: block;
	width: 581px;
	height: 2px;
	background: url(images/articleDiv.gif) no-repeat scroll left top;
	margin: 20px 0px;
}

table.blog {
	margin-top: 10px;
	padding-top: 30px;
	background: url(images/hr.jpg) no-repeat;
}

table.contentpaneopen {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.contentpaneopen td {
	padding: 0px;
	margin: 0px;
}

.contentheading,
div.componentheading {
	font-weight: bold;
	line-height: 1.7em;
	font-size: 24px;
}
.contentpagetitle {
	display: block;
	padding: 4px 0px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.contentpagetitle:hover {
	text-decoration: underline;
}

.createdate {
	font-weight: bold;
	font-size: 11px;
	padding: 4px 0px;
}

a.readon, a.readon:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #fc1a1b;
}
a.readon:hover {
	text-decoration: none;
}

.blog_more div {
	width: 166px;
	height: 17px;
	background: transparent url(images/other_headlines.png) no-repeat;
	margin-bottom: 10px;
}
.blog_more div strong {
	display: none;
}

.blog_more ul, .blog_more ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	text-indent: 20px;
	padding-left: 12px;*/
	text-indent: 0px;
}
.blog_more ul li {
	/*margin-left: 12px;
	text-indent: 5px;*/
	padding-left: 6px;
	background: transparent url(images/bullet.gif) 0px 8px no-repeat;
}
.blog_more ul a, .blog_more ul a:visited, .blog_more ul a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.blog_more ul a:hover {
	text-decoration: underline;
}

#ourTeam_contact {
	background: transparent url(images/our_team_contact_team_bg.jpg) no-repeat;
	width: 287px;
	height:169px;
}

#ourTeam_contact .contactForm {
	padding: 50px 25px 12px 12px;
	color: #A3A3A3;
}

#ourTeam_contact .contactForm .textInput input, #ourTeam_contact .contactForm .textInput textarea {
	border: 0px;
	width: 197px;
	margin-bottom: 2px;
}

#ourTeam_contact .contactForm .sendMessage {
	text-align: right;
}

#ourTeam_contact .contactForm .sendMessage input {
	background: transparent url(images/button_send_message.gif) no-repeat;
	padding-top: 50px;
	overflow: hidden;
	width: 105px;
	height:18px;
	border:0px;
	cursor: pointer;
}

/* Contact form */
.contactPageForm {
	background-color: #666666;
	margin-top: 10px;
}

.contactPageForm .contactForm {
	margin: 10px;
}

.contactPageForm .contactForm .textInput input, .contactPageForm .contactForm .textInput textarea {
	border: 0px;
	margin: 5px;
}

.contactPageForm .contactForm .sendMessage {
	text-align: right;
}

.contactPageForm .contactForm .sendMessage input {

background: transparent url(images/button_contact_send.gif) no-repeat;
	padding-top: 50px;
	overflow: hidden;
	width: 72px;
	height:25px;
	border:0px;
	cursor: pointer;
}

/* News Archive */
ul#archive-list {
	padding: 0px;
	margin: 0px;
}

ul#archive-list li .contentheading {
	margin-bottom: 0px;
	margin-top: 0px;
}

ul#archive-list li h5.metadata {
	display: none;
	height: 0px;
}

ul#archive-list li {
	padding: 0px;
	padding-bottom: 20px;
	margin: 0px;
	margin-bottom: 10px;
	background: url(images/articleDiv.gif) no-repeat scroll left bottom;
}



/* Fixtures */

div#fixtures_results_draw {
	width: 580px;
}

table#fixtures_results_draw {
	width: 580px;
	font-size: 10px;
	float: left;
}

table#fixturs_results_game_stats td.*, #fixtures_results_points_table td, #fixtures_results_season_overview td {
	padding: 8px;
	white-space: nowrap;
}
#fixtures_results_draw td.location {
	white-space: normal;
	width: 30px;
}

#fixtures_results_draw td.title, #fixtures_results_points_table td.title, #fixtures_results_season_overview td.title {
	padding: 0px;
	background: #151515 url(images/header_bg.jpg) repeat-x left center;
}

#fixtures_results_draw a {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}

#fixtures_results_draw .result a {
	background: transparent url(images/icon_arrow_yellow.gif) no-repeat left center;
	padding-left: 20px;
	
}



#fixtures_results_draw .alt,
#fixtures_results_points_table .alt,
#fixtures_results_season_overview .alt,
table#fixtures_results_game_stats .alt {
	background-color: #d7d7d7;
}

#fixtures_results_draw .heading td {

	background-color: #febe26;
	font-size: 11px;
	font-weight: bold;

}

#fixtures_results_game_summary {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}

#fixtures_results_game_summary h4 {
	font-size: 14px;
	margin: 0px 0px 4px 0px;
}

#fixtures_results_game_summary h1 {
	font-size: 42px;
	line-height: 42px;
	margin: 0px 0px 8px 0px;
}

#fixture_results_stats_widget {
	float: right;
	margin-bottom: 20px;
}


/* Fixture stats */

div#fixtures_results_game_stats {
	width: 580px;
	float: left;
}

div#fixtures_results_game_stats, #fixtures_results_points_table, #fixtures_results_season_overview {
	width: 580px;
	margin-bottom: 20px;
	font-weight: bold;
}

table#fixtures_results_game_stats {
	width:580px;
}

#fixtures_results_game_stats .heading td, #fixtures_results_points_table .heading td, #fixtures_results_season_overview .heading td {
	background-color: #febe26;
}

#fixtures_results_game_stats .totals, #fixtures_results_points_table .totals {
	font-size: 20px;
	width: 572px;
	height: 52px;
	color: #FFCC33;
	background: transparent url(images/header_bg.jpg) repeat-x left center;
}

#fixtures_results_game_stats .totals .first, #fixtures_results_points_table .totals .first {
	color: #fff;
}

div#fixtures_results_game_milestones {
	width: 580px;
	float: left;
	margin-bottom: 20px;
}


/* Fixture points */
table#fixtures_results_points_table td,
table#fixtures_results_season_overview td,
table#fixtures_results_draw td,
table#fixtures_results_game_stats td {
	padding:5px;
}

table#fixtures_results_points_table td.colSmall,
table#fixtures_results_season_overview td.colSmall {
	width:40px;
	text-align:center;
}

table#fixtures_results_draw td.round {
	width:70px;
}

table#fixtures_results_draw td.date {
	width:100px;
}

table#fixtures_results_draw td.opposition {
	width:120px;
}

table#fixtures_results_draw td.location {
	width:130px;
}
	
/* more */

#home_top {
	height: 370px;
	position: relative;
	margin-left: 20px;
}

#home_bottom {
	height: 530px;
	position: relative;
	margin-left: 20px;
}

#main_photo_image {
	background: transparent url(images/main_photo_bg.png) no-repeat;
	width: 625px;
	height: 357px;
	padding: 20px 0 0 18px;
}

#main_photo_image img {
	margin: 20px 0px 0px 18px;
}

#slide{
	margin: 20px 0px 0px 18px;
}

#home_stats_panel {
	background: transparent url(images/stats_panel_bg.png) no-repeat;
	width: 325px;
	height: 356px;
	position:absolute;
	left: 632px;
	top: 0px;
}

.home_panel {
	background: #0a0909 url(images/panel_bg_header.gif) repeat-x left top;
	border: 1px solid #181818;
	padding: 0px;
	overflow: hidden;
}

#home_subscribe {
	width: 308px;
	height: 90px;
	position:absolute;
	left: 0px;
	top: 0px;
	padding: 5px 0 0 5px;
}

#home_news #latestNewsTitle {
	padding: 15px;
}

#home_news {
	width: 313px;
	height: 407px;
	position:absolute;
	left: 0x;
	top: 99px;
}

#home_news ul {
	list-style:none;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}

#home_news li {
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #141212;
}

#home_news span {
	padding: 0px 0px 4px 0px;
}

#home_news .title {
	font-size: 19px;
	color:#fff;
	font-weight: bold;
	display: block;
	line-height: 20px;
}

#home_news .title a {
	color:#fff;
}

#home_news .created {
	color: #4F4F4F;
	font-size: 11px;
	display: block;
}

#home_news .introtext {
	display: none;
}

#home_news .readon {
	color: #fc1a1b;
	line-height: 16px;
	background: transparent url(images/link_icon.gif) no-repeat right center;
	padding-right: 24px;
}

#home_news .readon a:visited {
	color: #fc1a1b;
	line-height: 16px;
	background: transparent url(images/link_icon.gif) no-repeat right center;
	padding-right: 24px;
}

#home_ticket {
	width: 313px;
	height: 95px;
	position:absolute;
	left: 317px;
	top: 0px;
}
#home_profile {
	width: 313px;
	height: 96px;
	position:absolute;
	left: 317px;
	top: 99px;
}
#home_links {
	width: 313px;
	height: 306px;
	position:absolute;
	left: 317px;
	top: 200px;
	text-align: center;
}
#home_banner {

	background: #0a0909 url(images/banner_panel_bg.jpg) no-repeat; 	
	width: 313px;
	height: 506px;
	position:absolute;
	left: 634px;
	top: 0px;
}

	
	
