/* l111 Southern League League */

/* empty styles are probably located in /css/leagues/global.css and
   inheriting default colors, just enter a color here to override */

/* headers */
h1 { color: #5f0000; }
h2 { color: #5f0000; }
h3 { color: #5f0000; }

/* links */
a:link, a:visited, a:hover { color: #5f0000; } /* general link colors */

a:link.lite, a:visited.lite, a:hover.lite    { } /* other 'lite' colored links usually on a dark background - usually #DDDDDD */

.headlines li a { color: #5f0000; } /* headline specific links */

/* left-nav */
.leftNavSectionLabel, .leftNavSectionLabelLinkColor { } /* usually #000000 */
.leftNavPageLink, .leftNavPageLinkColor { color: #009090; } /* linked items in left nav */

/* template */

#auxnav a { } /* color for shop/tickets links in top nav - usually #FFFFFF */
#nav a    { } /* color for other links in top nav - usually #FFFFFF */

#contentbody #banner728x90 { background-color: #b38541; }  /* color for the behind page content and footer */
#searchbar  { background-color: #b38541; }  /* color for the pull-down bar area */

.mastheadClubsMenu, .mastheadLeaguesMenu {
  background-color: #021a32;   /* color for back of league/club select menus */
}

#searchbar select, #footer select {
  background-color: #021a32;
  /* font color usually #FFFFFF, set color to black if you pick a very light background color (applies to all pull-down in search or footer area) */
}

#gutter  { background-color: #b38541; }
#leftnav { } /* background for left nav area */
#content { } /* main page content */

#promos     { background-color: #021528; }
#skyscraper { background-color: #b38541; }

/* ---------------------------------------- */
/* home section only */

/* media wall */

#mediawall .caption { } /* usually gray */
#mediawall h1 a { } /* if header is linked - usually gray */
#mediawall p a { }  /* if text is has link - usually light gray  */
#mediawall .links a { color: #5f0000; } /* link colors in the bar */
#mediawall h1, #mediawall p { }   /* unlinked headline or paragraph colors */

#mediawall .links, #mediawall .controls, #mediawall .content { 
   background-color: #021528;  /* color for background of media wall */
}

/* miniscore */

.miniScoreContainer { border-color: #000000; }
    
.miniScoreToday, .miniScoreYesterday {
  background-color: #5f0000; /* header bg color for 'Today's Games' and 'Yesterdays Results' bars */
}

.sbCell, .sbCellFinal, .sbCellLive, .sbCellDelayed, .sbCellPreview { border-top-color: #B44A1E; } /* color of the thin line on top of the boxes as a highlight - usually gray */

.sbCell, .sbCellFinal                       { background-color: #021a32; } /* bg color for yesterdays (finished) games */
.sbCellLive, .sbCellDelayed, .sbCellPreview { background-color: #002e25; } /* bg color for todays (upcoming or all other) games */

