@import url(/css/generic.css);
@import url(/css/xstandard.css);

/*
 * Site Layout Styles
 */

body {
  background: #e6e6e6;
  font-size: 9pt;
  text-align: center;
}
body h1 {
  position: absolute;
  left: -9999px;
}
body h2 {
  font-family: arial;
  color: #6b9c40;
  font-size: 1.5em;
}
body a {
  text-decoration: none;
  color: #6b9c40;
}
body a:hover {
  text-decoration: underline;
}

div#site-container {
  background: #fff;
  text-align: left;
  margin: 0 auto 0 auto;
  padding-bottom:10px;
  width: 1024px;
}
div#site-container p#skip-navigation {
  position: absolute;
  left: -9999px;
}

/*
 * Dynamic buttons
 * <span class="button red"><a href="/" title="Sample button">Sample button</a></span>
 */
span.button {
  background: url(/img/styled-button-a-bg.jpg) top right no-repeat;
  float: left;
  padding-right: 3px;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  height: 23px;
}
span.button a {
  cursor: pointer;
  _width: 0;
  overflow: visible;
  font-weight: bold;
  padding: 3px 5px 0 9px;
  text-align: center;
  border: none;
  font-family: arial;
  font-size: 1em;
  white-space: nowrap;
  margin: 0;
  letter-spacing: 1px;
  height: 20px;
  display: block;
}
span.button.red a {
  color: #fff;
  background: url(/img/styled-button-span-bg.jpg) no-repeat;
}
span.button.red a:hover {
  text-decoration: none;
}


/*
 * Header
 */

div#site-container div#header {
  background: url(/img/header-bg.jpg) top left no-repeat;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 1024px;
  height: 134px;
}

div#header div#logo {
  float: left;
  padding-left: 40px;
}

div#header div#menu-and-search {
  float: right;
  overflow: hidden;
  text-align: right;
  margin: 5px 40px 0 0;
  padding: 0;
}
div#menu-and-search ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

div#menu-and-search form#site-search-form label,
div#menu-and-search ul li {
  float: left;
  margin: 5px 10px 0 10px;
  padding: 0;
}
div#menu-and-search ul li a {
  display: block;
  color: #fff;
}

div#menu-and-search form {
  float: left;
}
div#menu-and-search form p {
  margin: 0;
  padding: 0;
}
div#menu-and-search form#site-search-form label{
  color:#ffffff;
}

div#menu-and-search form#site-search-form input.textbox {
  background: url(/img/input-text-bg.jpg) top left no-repeat;
  border: 1px solid #000;
  width: 120px;
  height: 18px;
}
div#menu-and-search form#site-search-form input#submit-keyword {
  margin: 0 6px 0 0;
}
div#menu-and-search form#language {
  float: left;
  margin: 2px 0 0 0;
}
div#menu-and-search form#language select {
  padding: 1px;
}


div#header div#countdown-container {
  float: left;
  padding: 30px 0 0 278px;

  margin: 0;
}


/*
 * Main Menu
 */
div#site-container div#main-menu {
  background: url(/img/main-menu-bg.jpg) top left no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 58px;
}
div#main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
}
div#main-menu ul li {
  border-left: 1px solid #62a586;
  font-family: arial;
  float: left;
  margin: 0;
  /* Correct padding when WPFG want to make Sports tab live.
  */
  /*
  padding: 15px 48px 0 48px;
  */
  /* Temp padding for when WPFG want Sports tab hidden.
  */
  padding: 15px 64px 0 64px;
  /**/
  height: 43px;
}
div#main-menu ul li.last {
  border-right: 1px solid #62a586;
}
div#main-menu ul li.selected,
div#main-menu ul li:hover {
  background: url(/img/main-menu-li-bg.jpg) top left repeat-x;
}
div#main-menu ul li a {
  color: #fff;
  font-size: 1.6em;
  width: 100%;
}


/*
 * Page Content (contains left, centre and right columns)
 */

div#site-container div#page-content {
  background: url(/img/page-content-bg.jpg) top left repeat-x;
  overflow: hidden;
  margin: 0;
  padding: 20px 35px 20px 35px;
  width: 954px;
}


/*
 * Left Column
 */


/*
 * Centre Column
 */

div#page-content div#centre-column {
  border-right: 1px solid #ccc;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  width: 700px;
}
div#centre-column h2 {
  border-bottom: 1px solid #ccc;
  margin: 0 0 12px 0;
  padding: 0 0 8px 0;
}


/*
 * Right Column
 */

div#page-content div#right-column {
  float: left;
  margin: 0;
  padding: 0;
  width: 230px;
}
div#right-column ul {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
div#right-column ul li {
  clear: both;
  margin: 0;
  padding: 0;
}

/*
 * Footer
 */

div#site-container div#footer {
  border-top: 1px solid #ccc;
  background: #e6e6e6;
  overflow: hidden;
  width: 100%;
}
div#footer div#sponsors ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
}
div#sponsors ul li {
  float: left;
  margin: 0;
  padding: 0 8px 0 0;
}
div#sponsors ul li a img {
  display: block;
}

div#site-container div#copyright-and-links {
  background: #F2F2F2;
  color: #808080;
  overflow: hidden;
  margin: 0;
  padding: 15px 50px 5px 50px;
}
div#copyright-and-links div#copyright {
  float: left;
}
div#copyright-and-links div#footer-links {
  float: right;
}
div#footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#footer-links ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 15px;
}
div#footer-links ul li a {
  border-right: 1px solid #808080;
  color: #808080;
  padding: 0 15px 0 0;
}
div#footer-links ul li a.last {
  border: none;
  padding: 0;
}



/*
 * Tibus Strapline
 */

div#site-container div#tibus-strapline {
  text-align: center;
}
div#tibus-strapline p.site-in-development {
  margin: 0;
}
div#tibus-strapline p.site-in-development img {
  display: block;
  margin: 0 auto 0 auto;
}