/******** NEUTRALISE BROWSERS *******/
* { margin: 0; padding: 0; }
img { border: none; }

/******** HTML ELEMENTS *********/

p, div, td {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  color: #01184c;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #EC631E;
  text-transform: uppercase;
}

h3 {
  color: #EC631E;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
}

p {
  margin-bottom: 15px;
}

ol, ul {
  margin-left: 25px; 
  margin-bottom: 15px;
}

hr {
  margin-bottom: 10px;
}

pre {
  width: 730px;
 overflow: auto;
}


a {
  color: #000066;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

.photo {
  float: right;
  margin: 0 15px;
}

.photo img {
  margin: 4px;
}

#printer {
  padding: 1px;
  font-size: 10px;
  color: #;
  text-align: right;
}

.clear { clear: both; }
.block { display: block; }


/********** STRUCTURE **********/
body {
  padding-top: 4px;
  font-family: verdana, geneva, sans-serif;
  background: url(images/setup/page_bg.gif) repeat-x left top #1a1e21;
}

#header {
  width: 969px;
  height: 144px;
  position: relative;
  z-index: 10;
}

#logo {
  position: absolute;
  left: 8px;
  top: 22px;
  z-index: 12;
}

#univ-logo {
  position: absolute;
  right: 15px;
  top: 24px; 
  z-index: 14;
}

#campus-name {
  position: absolute;
  right: 15px;
  bottom: 46px;
  z-index: 16;
}

.index-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 18;
}

#wrapper {
  width: 938px;
  padding-left: 31px;
  overflow: hidden;
}

#leftcol {
  width: 158px;
  padding-top: 62px;
  padding-bottom: 15px;
  float: left;
  background: #052c97;
  overflow: hidden;
}

#leftcol h2 {
  width: 138px;
  padding: 0 5px 0 15px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #fff;
  text-transform: none;
}

#leftcol .sep {
  width: 143px;
  height: 1px;
  float: right;
  border-bottom: dashed 1px #fff;
  margin: 5px 0;
  clear: both;
  overflow: hidden;
}

#body-container {
  width: 770px;
  padding-left: 10px;
  padding-bottom: 25px;
  float: right;
  background: #fff;
  overflow: hidden;
}

#mainbody {
  width: 750px;
  padding: 10px;
  float: left;
  overflow: hidden;
}

#rightcol {
  width: 230px;
  float: right;
  overflow: hidden;
}

.mcol-box {
  width: 260px;
  padding: 0 1px 5px;
  color: #fff;
  background: #031851;
  overflow: hidden;
}

.mcol-box .container {
  width: 240px;
  height: 146px;
  padding: 5px 10px 0;
  overflow: auto;
}

.rcol-box {
  width: 228px;
  margin-bottom: 5px;
  border: solid 1px #EC631E;
  overflow: hidden;
}

.mcol-box h2, .rcol-box h2 {
  width: 242px;
  padding: 7px 10px;
  margin-bottom: 0;
  line-height: 12px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}

.rcol-box h2 {
  width: 208px;
}

.rcol-box h2.blue {
  color: #052c97;
}

.fill {
  background: #EC631E;
}

#footer {
  width: 750px;
  padding: 20px 10px 10px;
  overflow: hidden;
}

#footer-logos {
  width: 750px;
  display: none;
}

.footer-text p {
  margin: 0;
  font-size: 10px;
  color: #999;
}

.footer-text a {
  color: #999;
}

.footer-text a:hover {
  color: #000066;
}

/**** NAVIGATION ****/

.getRecruited a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.getRecruited a:hover {
  color: #fff;
  text-decoration: underline;
}

#nav {
  background: #031851;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
}

#nav ul, #nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  float: left;
}

#nav li a {
  display: block;
  width: auto;
  padding: 0 15px;
  float: left;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

#nav li a:hover {
  color: #f8c600;
}

#leftcol a {
  display: block;
  width: 138px;
  padding: 0 5px 0 15px;
  color: #fff;
  text-decoration: none;
  line-height: 21px;
  overflow: hidden;
}

#leftcol a:hover {
  color: #052c97;
  background: #f8c600;
}

#media-channel {
  width: 212px;
  padding: 0 8px 8px;
  overflow: hidden;
}

#media-channel a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#media-channel a:hover {
  color: #f8c600;
  text-decoration: underline;
}

#navbar-secondary {
  width: 716px;
  padding: 5px 27px;
  float: left;
  background: #EC631E;
  overflow: hidden;
}

#navbar-secondary a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#navbar-secondary a:hover, #navbar-secondary a.current {
  color: #f8c600;
}

/******** HEADLINES *********/
#mainstory {
  width: 530px;
  background: #052c97;
  overflow: hidden;
}

#mainstory .story {
  padding: 10px 3px 12px;
  color: #fff;
}

#mainstory .story .story-title {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#mainstory .story .story-title:hover {
  color: #f8c600;
  text-decoration: underline;
}

#featured-stories {
  width: 530px;
  margin-bottom: 10px;
  overflow: hidden;
}

#featured-stories .story {
  display: block;
  width: 160px;
  padding-right: 12px;
  border-right: dashed 1px #fff;
  float: left;;
  margin-right: 12px;
  text-decoration: none;
}

#featured-stories #story4 {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#featured-stories .story span {
  display: block;
  margin-top: 10px;
  color: #fff;
}

#featured-stories .story:hover span {
  color: #f8c600;
  text-decoration: underline;
}

#headlines-featured {
}

#headlines-featured span {
  font-size: 10px;
  color: #ffc000;
}

#headlines-featured a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

#headlines-featured a:hover {
  color: #ffc000;
  text-decoration: underline;
}

.rcol-box #headlines-featured {
  width: 210px;
  height: 202px;
  padding: 2px 10px 0 6px;
  overflow: auto;
}

.rcol-box #headlines-featured span,
.rcol-box #headlines-featured a {
  color: #333;
}

.rcol-box #headlines-featured a:hover {
  color: #EC631E;
  text-decoration: underline;
}

#featured-headline {
  width: 530px;
  overflow: hidden;
}

#featured-headline .story {
  padding: 10px 0;
}

#featured-headline a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

#featured-headline a:hover {
  color: #ec631e;
  text-decoration: underline;
}

#featured-headline span {
  display: block;
  color: #333;
}

#wcotw {
  width: 208px;
  padding: 0 10px 10px;
  overflow: hidden;
}

#wcotw img {
  float: left;
  margin-right: 7px;
}

#wcotw a span {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}

#wcotw a span.name {
  font-weight: bold;
}

#wcotw a:hover span {
  color: #f8c600;
}

#wcotw a:hover span.name {
  text-decoration: underline;
}

#meet-coach {
  width: 208px;
  padding: 0 10px 10px;
  overflow: hidden;
}

#meet-coach .headshot {
  float: left;
  margin-right: 7px;
}

#meet-coach a span {
  color: #333;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}

#meet-coach a span.name {
  font-weight: bold;
}

#meet-coach a:hover span.name {
  text-decoration: underline;
}


/********** ROSTERS **********/
.roster {
  width: 750px;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #EC631E;
    padding: 2px;
}

tr.roster-header td a{
    color: #FFFFFF;
}

tr.roster-row a{
    text-decoration: underline;
    color: #EC631E;
}

tr.roster-row a:hover {
    text-decoration: underline;
    color: #000000;
}

tr.roster-row0 td {
    font-size: 11px;
    padding: 2px;
}

tr.roster-row1 td {
    font-size: 11px;
    padding: 2px;
}

tr.roster-row td {
    font-size: 11px;
    padding: 2px;
    color: #000000;
}

.bio {
    background-color: #EC631E;
    padding: 5px;
    height: 150px;
}

.bio td {
  color: #FFFFFF;
}

.bio td a {
  color: #FFFFFF;
}

.bio-name {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}

.bio-data {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
}

.bio-data a{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    padding: 5px;
}

.bio-data a:hover {
  color: #f8c600;
  text-decoration: underline;
}

.bio-photo {
  float: left;
  padding: 10px;
}

#mainbody .bio-wrap .head {background:#052C97;color:#FFF}
#mainbody .bio-wrap .head h2 {color:#F0AF06;padding:0;font-family:arial, helvetica;font-size:20px;line-height:22px;text-transform:none}
#mainbody .bio-wrap .head a {color:#F0AF06}
#mainbody .bio-wrap .headshot {width:125px}
#mainbody .bio-wrap .biodata {padding:0 310px 0 140px}
#mainbody .bio-wrap .metadata {font-family:arial, helvetica}
#mainbody .bio-wrap .metadata .label {color:#CCC}


/********** SCHEDULE **********/
table.schedule {
  width: 750px;
  background-color: ;
}

.schedule-data {
  width: 500px;
}

.schedule-data td {
    padding: 5px;
}

tr.schedule-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #EC631E;
    padding: 5px;
}

tr.schedule-row0 td {
    background-color: #;
    padding: 5px;
}

tr.schedule-row1 td {
    background-color: #;
    padding: 5px;
}

.home-opp {
  text-transform: uppercase;
}


/********** DATEBOOK *************/
#calendar .calendar-month a:hover {
  color: #fff;
}

#calendar .arr {
  display: none;
}

#calendar .calendar-header td {
  color: #fff;
  background: #333;
}

#calendar .inactive {
  background: #777;
  color: #000;
}

#calendar .no-calendar-event a {
  background: #ccc;
  color: #333;
}

#calendar .calendar-event a {
  background: #EC631E;
  color: #fff;
}

#calendar .calendar-event a:hover,
#calendar .current a {
  background: #F8C600;
  color: #EC631E;
}

#calendar .event-schedule {
  padding: 5px;
  color: #fff;
}

#calendar .event-schedule a {
  color: #fff;
}

#calendar .event-schedule a:hover {
  color: #F8C600;
  text-decoration: underline;
}
