/******** NEUTRALISE BROWSERS *******/
* { margin: 0; padding: 0; }
img { border: none; }

/******** HTML ELEMENTS *********/

body {
  font-family: verdana, geneva, sans-serif;
  padding-bottom: 50px;
}

p, div, td {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  font-size: 16px;
  color: #B4111A;
}

h2 {
  font-size: 14px;
  color: #000;
}

h3 {
  font-size: 13px;
  color: #a46b0f;
}

p {
  margin-bottom: 15px;
}

ol, ul {
  margin-left: 25px; 
  margin-bottom: 15px;
}

hr {
  display: block;
  height: 0;
  border-top: solid 1px #333;
  margin-bottom: 10px;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #B4111A;
}

a:hover {
  text-decoration: underline;
}

/******* SITE COLORS **********/
.color-b { background: #90560c; }

/************ LAYOUT *************/
.bookmark {
  text-align: right;
  margin-bottom: 15px;
}

.spacebar {
  height: 10px;
  clear: both;
  overflow: hidden;
}

.pagebody {
  background: url(/images/setup/page_bg.png) repeat-x 0px 0px #1E0000;
}

.background {
  position: absolute;
  right: -170px;
  top: 0;
  z-index: 1;
  display:block;
}

#header {
  width: 960px;
  height: 158px;
  background: url(/images/setup/header.jpg) no-repeat left top;
  margin: 0 auto;
  position: relative;
}

#logo {
  position: absolute;
  top: 10px;
  left: -33px;
}

#logo img {
  display:block;
  width: 243px;
  height: 158px;
  background: url(/images/setup/logo.png) no-repeat left top;
}

#edu-logo {
  position: absolute;
  right: 25px;
  top: 25px;
}

#edu-logo img {
  display: block;
  width: 113px;
  height: 103px;
  background: url(/images/setup/edu_logo.png) no-repeat 0 0;
}

#wrapper {
  padding: 10px 0;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

#mainbody {

}

#footer {
  padding: 10px;
  background: #000;
  position: relative;
}

#footer p {
  font-family: arial;
  color: #fff;
  margin: 0;
}

#footer-logos {
  position: absolute;
  right: 0;
  top: 15px;
}

#footer-logos a img {
  float: left;
  margin-right: 20px;
}

.box-header {
  width: 100%;
  height: 35px;
  background: #B4111A;
}

.box-header span {
  display: block;
  padding: 0 15px;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 35px;
  background: url(/images/setup/global_nav.png) no-repeat 0px 0px;
}

/********** NAVIGATION **********/
#global-nav {
  width: 900px;
  height: 40px;
  padding-left: 40px;
  background: url(/images/setup/global_nav.png) no-repeat 0px 0px #B4111A;
  position: relative;
  z-index: 99;
}

#global-nav ul, #global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav li.nav {
  float: left;
  padding: 0 20px;
}

#global-nav li.dropdown-li {
  position: relative;
  z-index: 50;
}

#global-nav li.nav a {
  line-height: 40px;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

#global-nav li.nav a.current {
  text-decoration: underline;
}

#global-nav .submenu-container {
  width: 200px;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 52;
  background: #B4111A;
}

#global-nav .submenu-container .submenu {
}

#global-nav .submenu-container ul li a {
  display: block;
  width: 180px;
  height: auto;
  padding: 0 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-transform: capitalize;
}

#global-nav .submenu-container ul li a:hover {
  background: #2a2a2a;
  text-decoration: none;
}

#global-nav #submenu-container3 {
  left: 15px;
}

#global-nav #submenu-container6 {
  left: -63px;
}

#navbar-secondary {
  padding: 5px 10px 10px;
  color: #fff;
  background: url(/images/setup/secondary_nav_bg.png) repeat-x 0px 0px #000;
}

#navbar-secondary a {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

#navbar-secondary h1 {
  font-family: arial;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

#buttons-lcol .button,
#buttons-rcol .button {
  width: 100%;
  overflow: hidden;
}

#buttons-lcol img {
  background-color: #B4111A;
  display: block;
  margin-bottom: 10px;
}

#sp-up {
  margin-bottom: 7px;
}

#calendar {
  padding:10px;
  height:175px;
  background:#000;
  color:#FFF;
  overflow:auto;
}

/********** SCOREBOARD **********/
.upcoming {
  padding: 10px;
  margin-bottom: 10px;
  height: 175px;
  color: #fff;
  background: #000;
  overflow: auto;
}

.upcoming a {
  color: #fff;
}

.upcoming .team {
  font-weight: bold;
}

.upcoming .sep {
  height: 1px;
  margin: 10px 0;
  background: #494949;
  overflow: hidden;
}

/******** HEADLINES ************/
.story-box {
  color: #fff;
}

.story-box .title {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  display: block;
  margin-bottom: 2px;
}

.story-box .date {
  font-family: arial;
  display: block;
}

.story-box .leadIn {
  font-family: arial;
  font-size: 13px;
}

.story-box .readmore {
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

#carousel-controls {
  width: 360px;
  padding: 0 10px 10px;
  background: #B4111A;
  overflow: hidden;
}

#carousel-controls .control {
  width: 84px;
  padding-top: 10px;
  float: left;
  margin-right: 8px;
}

#carousel-controls #control3 {
  margin-right: 0;
}

#carousel-controls .active {
  width: 84px;
  background: url(/images/setup/control_bg.png) no-repeat 0px 0px;
}

#carousel-controls .active img {
  width: 78px;
  height: 59px;
  border: 3px solid #fff;
}

#featured-athlete {
  padding: 20px;
  height: 155px;
  background: #000;
  color: #fff;
  overflow: auto;
}

#featured-athlete .headshot {
  width: 100px;
  float: left;
  margin-right: 10px;
}

#featured-athlete .headshot img {
  border: solid 3px #fff;
}

#featured-athlete .info {
  width: 70px;
  padding-top: 30px;
  float: left;
}

#featured-athlete .info a.name {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

#more-headlines {
  background: #000;
  overflow: auto;
  width: 200px;
  height: 305px;
  padding: 10px;
  color: #fff;
  font-family: arial;
  font-size: 11px;
}

#more-headlines .title {
  font-weight: bold;
  font-size: 12px; 
  color: #fff;
  display: block;
  margin: 2px 0 10px;
}

/********* STANDINGS ***********/
#standings {
  width: 200px;
  padding: 10px;
  height: 175px;
  color: #fff;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
}

.briefstats-header td {
  font-weight: bold;
  color: #494949;
}

/********** COMPOSITE *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  width: 940px;
}

.calendar td {
  border: 1px solid #000000;

}

.calendar td a {
  font-size: 10px;
  font-weight: bold;
}

.calendar td a:hover {
  text-decoration: underline;
}

.calendar-month  {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.calendar-header td{
  background-color: #000;
  font-weight: bold;
  color: #fff;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #fff;
  background-color: #000;
  width: 15px;
}

.calendar-event {
  font-size: 10px;
}

.calendar-event td a {
  font-size: 10px;
  font-weight: bold;
}

.calendar-event td a:hover {
  text-decoration: underline;
}

#hidden-block {
  display: none;
}

/**********SLIDER***********/

#top-scoreboard{
  width: 960px;
  height: 28px;
  margin: 0 auto;
  position: relative;
}

#scoreboard-ticker-wrapper {
  width: 760px;
  height: 20px;
  padding: 4px 100px;
  color: #fff;
  background: url(/images/setup/results_bg.jpg) no-repeat left top;
  overflow: hidden;
  position:relative;
}

#scoreboard-ticker {
  width: 760px;
  height: 20px;
  overflow: hidden;
}

#scoreboard-ticker li { 
  width: 769px;
  height: 20px;
  line-height: 28px;
  text-align: left;
  overflow: hidden;
}

#scoreboard-ticker span {
  color: #fff;
  padding-right: 2px;
}

#scoreboard-ticker a {
  color: #F0DA2F;
}

#scoreboard-ticker-prev, #scoreboard-ticker-next, #scoreboard-ticker-pp { 
  position:absolute;
  right: 63px;
  top: 0;
}

#scoreboard-ticker-pp {
  right: 33px;
}

#scoreboard-ticker-next { 
  right: 3px;
}														

#scoreboard-ticker-prev a, #scoreboard-ticker-next a, #scoreboard-ticker-pp a {  
  display: block;
  width: 27px;
  height: 28px;
  background:url(/images/setup/ticker-buttons.png) no-repeat 0 0;	
  outline: none;
}

#scoreboard-ticker-prev a:hover {
  background-position: 0 -28px;
}

#scoreboard-ticker-next a {
  background-position: -78px 0;
}

#scoreboard-ticker-next a:hover {
  background-position: -78px -28px;
}

#scoreboard-ticker-pp .pause {
  background-position: -50px 0;
}

#scoreboard-ticker-pp .pause:hover {
  background-position: -50px -28px;
}

#scoreboard-ticker-pp .play {
  background-position: -26px 0;
}

#scoreboard-ticker-pp .play:hover {
  background-position: -26px -28px;
}



/********** SCHEDULE **********/
table.schedule {
  width: 100%;
  background-color: ;
}

.schedule-header {
  background-color: #B4111A;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding: 5px;
}

tr.schedule-row0 td {
    background-color: #;
    padding: 5px;
}
tr.schedule-row1 td {
    background-color: #e1e1e1;
    padding: 5px;
}

/********** ROSTERS **********/
table.roster{
  width: 100%;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #fff;
    background-color: #B4111A;
    padding: 2px;
}

tr.roster-header a {
color: #fff;
text-decoration: underline;
}

tr.roster-header a:hover {
  text-decoration: none;
}

tr.roster-row0 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row1 td {
    background-color: #e3e3e3;
    font-size: 11px;
    padding: 2px;
}

/********* STATS ***********/

.stats-wrapper{color:#000;background:#fff}
.stats-wrapper th{background:#B4111A;/* set the primary color here ??? dark color required */color:#fff}
.stats-wrapper a{/* set the link color here */color:#333;text-decoration:underline}
.stats-wrapper a:hover{color:#000}


/********* BIOS ***********/
.bio {
    background: #B4111A;
    height: 220px;
  border: outset;
    padding: 5px;
    height: 225px;
}

.bio-name {
    color: #B4111A;
    font-weight: bold;
    font-size: 16px;
  padding: 10px;
}

.bio-data {
    color: #B4111A;
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
}

.bio-data a{
    color: #595959;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
}

.bio-data span{
    color: #000;
    font-weight: bold;
}

.bio-photo {
  float: left;
  padding: 10px;
}

#mainbody .bio-wrap .head {background:#333333;color:#FFF}
#mainbody .bio-wrap .head a {color:#FFF} 
#mainbody .bio-wrap .head h2 {color:#FFF;font-size:20px;padding:0;margin:0}
#mainbody .bio-wrap .metadata .label {color:#ccc;text-transform:none;min-width:85px}
#mainbody .bio-wrap .metadata .value {font-size:11px}