/*--------------------------------------------
   doc title: Fixtures Live Website Template master stylesheet
   filename: fixtures_live.css
   author: Crunch Digital Solutions for Fixtures Live
   
   ------------------

   1. configuration 
   2. defaults
   3. structure
   4. navigation
   5. headings, typography, links
   6. forms
   7. images
   8. iframes
   9. Fixtures Live specific styles

--------------------------------------------*/
/*--CHANGE THE VALUES BELOW AS INDICATED
    IN THE README INSTALLATION FILE
    SEE APPENDIX B OF THE DOCUMENT FOR
    THE STYLEGUIDE--------------------------*/


/*-------- 1. configuration --------*/

body /* set font and background for page */
      {
		font-family: tahoma, arial, sans-serif;
      background: #B3B4B8 url(../img/background_page.jpg) repeat-x;
      }

#wrapper /* set main content width, background colour, border color */
		{
      width: 988px;
	   background: #fff;
      border-left: 1px solid #D3D3D3;
      border-right: 1px solid #D3D3D3;
      }

#header /* set header background image and height */
      {
      background: url(../img/header_main.jpg) 50% 50% no-repeat;
      height: 156px;
      }

#left_column /* set colour of bar dividing navigation from main content */
      {
      border-right: none;
      }

#listMenuRoot li /* menu item background and bottom border */
      {
      background-color: #E5E5E5;
      border-bottom: 1px solid #fff;
      background-image: url(../img/background_menu_grey_arrow.gif);
      }

.parentlevel a, .childlevel a /* navigation link colour */
      {
      color: #000;
      }

#listMenuRoot li.menu_selected /* top-level navigation background colour */
      {
      background-color: #000;
      background-image: url(../img/background_menu_white_arrow.gif) !important;
      }

#listMenuRoot li a.menu_selected /* top-level navigation link */
      {
      color: #fff;
      }

#listMenuRoot li ul.childlevel li a.menu_selected /* sub-level navigation link */
      {
      color: #000;
      }

h1 /* main content page title */
      {
      color: #000;
      font-size: 1.4em;
      border-bottom: 2px solid #000;
      }
h2 /* main content sub titles */
      {
      color: #000;
      font-size: 1em;
      }

div.newscontent table tr td.paralevel2 /* ePublisher news content title colour */
      {
      color: #000;
      }

div.newscontent table tr td a
      {
      color: #0438DF;
      }
/*--------DO NOT MAKE CHANGES BELOW THIS LINE-------*/

/*-------- 2. defaults --------*/

*
		{
		margin: 0;
		padding: 0;
		}

body
		{
		font-size: 62.5%;
		color: #000;
		text-align: center;
      padding: 0 0 25px 0;
		}

img
		{
		border: 0;
		}

a		
		{
		text-decoration: none;
		}

/*-------- 3. structure --------*/
#wrapper
		{
      margin: 0 auto 0 auto;
      text-align: left;
	   height: 100%;
      }

#header
      {
      text-align: right;
      }

#page
      {
      height: 100%;
      overflow: hidden;
      padding-bottom: 30px;
      }

#left_column
      {
      float: left;
      text-align: left;
      width: 186px;
      padding: 6px 0 0 6px;
      min-height: 510px;
	   display: inline;
	   min-height: 100%;
      }

#right_column
      {
      float: right;
      }

#content
      {
      text-align: left;
      margin: 5px 0 15px 22px;
      width: 545px;
      float: left;
      }

.section
      {
      padding: 10px 0x 0 0;
      margin: 5px 0 10px 0;
      }

.apisection
      {
      padding: 10px 10px 0 8px;
      margin: 0 0 10px 0;
      }

/*-------- 4. navigation --------*/

#listMenuRoot
      {
      background-color: #fff;
      float: left;
      margin: 0 0 10px 0;
      }

#listMenuRoot li
      {
      border-top: 0;
	   border-left: 0;
	   border-right: 0;
      padding: 4px 20px 4px 24px;
      list-style: none;
      width: 136px;
      font-size: 1.2em;
      background-position: 3px 5px;
      background-repeat: no-repeat;
      }

#listMenuRoot li ul
      {
      border-top: 2px solid #fff;
      margin: 6px 0 0 -24px;
      width: 181px;
      background: #E5E5E5;
      }

#listMenuRoot li ul li
      {
      border: 0 !important;
      padding: 3px 0 3px 36px;
      margin: 0;
      font-size: 0.9em;
      width: 140px;
      overflow: hidden;
      }
ul.childlevel li
      {
      background: none !important;
      }
a.menu_selected
      {
      font-weight: bold;
      }

.parentlevel a:hover, .childlevel a:hover
      {
      text-decoration: underline;
      }

li.menu_selected
      {
      background-position: 3px 5px;
      background-repeat: no-repeat;
      }

#listMenuRoot li ul
      {
      margin-bottom: -4px;
      padding-bottom: 0 !important;
      }

/*-------- 5. headings, typography, links --------*/
		/*-- headers --*/
h1
      {
      margin: 10px 0 0 10px;
      padding: 6px 0 4px 0;
      }
h2
      {
      margin: 0 0 5px 0;
      }

		/*-- typography --*/
p
      {
      line-height: 1.3em;
      }

.section p
      {
      padding: 2px 20px 5px 8px;
      }

.section h2
      {
      padding: 10px 20px 0 8px;
      }

/*-------- 6. forms --------*/


/*-------- 7. images --------*/
#logo
      {
      float: left;
      margin: 5px 0 0 28px;
      }

#logos_fl
      {
      margin: 65px 0 0 0;
      border-top: 1px solid #D3D3D3;
      padding: 0 26px 0 0;
      }

#logos_crunch
      {
      border-top: 1px solid #D3D3D3;
      padding: 0 26px 45px 0;
      }

/*-------- 8. iframes --------*/

#right_column iframe
      {
      }

iframe#fixtures_calendar
      {
      width: 189px;
      height: 400px;
      }

#footer_right iframe
      {
      border-top: 3px solid black;
      margin-left: 10px;
      padding: 15px 6px 0 20px;
      }
   
/*-------- 9. Fixtures Live Specific Styles --------*/

#fl /* ID of main Fixtures Live API area */
      {
      float: left;
      width: 520px;
      padding: 10px 0 0 10px;
      }

.newscontent
      {
      margin: 10px;
      font-size: 1.2em;
      line-height: 1.3em;
      }

.newscontent table
      {
      margin-bottom: 10px;
      }

div.newscontent table tr td p
      {
      padding-left: 0 !important;
      }

div.newscontent table tr td.paralevel2
      {
      font-weight: bold;
      }

div.newscontent table tr td a
      {
      color: #000;
      text-decoration: underline;
      }

div.newscontent table tr td a:hover
      {
      text-decoration: none;
      }

#gallerywrapper
		{
      margin: 0 auto 0 auto;
      text-align: left;
      border: 1px solid #fff;
		background-color: #fff;
      }

#gallerycontent
      {
      text-align: center;
      }

#gallerybreadcrumbsets, #gallerybreadcrumb
      {
      height: 20px;
      margin: 0 10px 15px 10px;
      padding: 12px 0 0 0;
      }

#gallerybreadcrumb
      {
      border-bottom: 1px solid black;      
      }

#galleryfootersets, #galleryfooter
      {
      height: 50px;
      margin: 15px 10px 0 10px;
      padding: 15px 0 0 0;
      }

#galleryfooter
      {
      border-top: 1px solid black;
      }

#footerdisclaimer
      {
      width: 200px;
      font-size: 0.9em;
      float: left;
      }

.border
      {
      border: 3px solid #66CE35;
      }

.navigation
      {
      display: block;
      margin: 8px 0 8px 0;
      }

#breadcrumbleft
      {
      width: 140px;
      font-size: 0.85em;
      border-right: 1px solid black;
      height: 20px;
      float: left;
      }

#albumtitle
      {
      font-size: 1.2em;
      font-weight: bold;
      margin: -2px 0 -5px 155px;
      }

#imgtitle
      {
      font-size: 1.3em;
      font-weight: bold;
      text-align: center;
      float: left;
      width: 390px;
      }