/* 
Title:      Yale Men's Water Polo Styles (master)
Author:     david.gerstle@yale.edu
*/

/**************** body and tag styles ****************/
    body {
      margin-top: 0px;    
      margin-bottom: 30px;
      background-color: #002080; /*used to be 004499*/
      }

    #container {
      width: 800px;
      display: block;
      margin: 10px auto;
      border: 1px solid #FFFFFF;
      font-family: Verdana, sans-serif;
      font-size: 11px;
      line-height: 1.6em;
      color: #FFFFFF;
      background-color: #0F4D92;
      }
      
    #headimage {
        background-image: url(images/headimage.jpg);
        width: 800px;
        height: 200px;
        margin: 0 auto;
        font-family: Verdana, sans-serif;
        font-size: 13px;
        line-height: 1.6em;
        color: #FFFFFF;
        background-color: transparent;
        }
        
    #navbar {
        width: 196px;
        float: left;
        border-width: 1px 0px 0px 0px;
        border-style: solid;
        border-color: #FFFFFF;
        margin: 0px -1px;
        padding: 0px;
        text-align: center;
        font-family: Verdana, sans-serif;
        font-size: 13px;
        line-height: 1.6em;
        color: #FFFFFF;
        background-color: transparent;
        }
    
    #content {
        width: 790px;
        float: left;
        margin: 0px;
        border-width: 1px 0px 0px 0px;
        border-color: #FFFFFF;
        border-style: solid;
        font-family: Verdana, sans-serif;
        font-size: 13px;
        line-height: 1.6em;
        color: #FFFFFF;
        background-color: transparent;
        padding: 5px;
        }
        
    #splitcontent {
        width: 594px;
        float: left;
        margin-left: -1px;
        border-width: 1px 0px 0px 1px;
        border-color: #FFFFFF;
        border-style: solid;
        font-family: Verdana, sans-serif;
        font-size: 13px;
        line-height: 1.6em;
        color: #FFFFFF;
        background-color: transparent;
        padding: 5px;
        }

/*********** Text Styles ************/
        
    h1 {
      font-family: Verdana, sans-serif;
      font-weight: bold;
      font-size: 13px;
      color: #FFFFFF;
      background-color: transparent;
      }
        
    h2 {
      color: #FFFFFF;
      font-size: 16px;
      font-weight: bold;
      text-decoration: underline;
      font-family: Verdana, sans-serif;
      background-color: transparent;
      }
      
    h3 {
        color: #FFFFFF;
        font-size: 23px;
        font-weight: bold;
        font-family: Veranda, sans-serif;
        background-color: transparent;
        }
        
    a {
      color: #FFFFFF;
      background-color: transparent;
      text-decoration: underline;
      font-weight: normal;
      }
    

a:hover {
        backgroun-color: transparent;
        color: #FFFFFF;
        font-style: italic;
        }
     
        
/****************** Headimage Styles ***********************/

    #headimage p { 
      margin-top: -20px;
      margin-left: 30px;
      color: #999999;
      }

    #headimage h1 {
        text-align: right;
        font-family: Veranda, sans-serif;
        font-weight: bold;
        text-decoration: none;
        font-size: 55px;
        color: #FFFFFF;
        background-color: transparent;
        padding: 30px 30px 75px 30px;
        margin: 0px;
        }
        

    #headimage ul {
        text-align: right;
        padding: 10px 5px;
        list-style: none;
        margin: 0px;
        white-space: nowrap;
        line-height: 2em;
        }
        
    #headimage li {
      display: inline;
      margin: 0px;
      padding: 0px;
      }
      
    #headimage a {
        padding: 3px 8px;
        color: #fff;
        background-color: #002080;
        text-decoration: none;
        font-weight: bold;
        margin: 20px 0px;
        }
        
    #headimage a:hover {
      color: #fff;
      background-color: transparent;
      text-decoration: none;
      }
        
        
/****************** Navigation Bar Styles *********************/

    #navbar ul {
        list-style: none;
        line-height: 1.5em;
        margin-left: 0;
        padding: 1px;
        white-space: nowrap;
        text-align: center;
        }
    
    #navbar li {
        color: #FFFFFF;
        margin-bottom: 10px;
        }
        
    #navbar a {
        padding: 2px;
        background-color: transparent;
        }
        
    #navbar a:hover {
      background-color: #FFFFFF;
      color: #002080;
      font-weight: bold;
      font-variant: small-caps;
      font-style: normal;
      text-decoration: none;
      }
      
/*************** roster styles *****************/

    #roster {
        width: 555px;
        margin: 0px 20px 10px 20px;
        border: 1px solid #FFFFFF;
        background-color: transparent;
        color: inherit;
        font-family: Verdana, sans-serif;
        font-size: 13px;
        line-height: 1.6em;
        }
    
    #roster table {
        border: 0px;
        padding: 0px;
        }
    
    #first td {
        background-color: #0044BB;
        font-weight: bold;
        height: 20px;
        }
    
    #roster td.number {
        width: 20px;
        }
        
    #roster td.name {
        width: 180px;
        }
        
    #roster td.position {
        width: 80px;
        }
        
    #roster td.year {
        width : 40px;
        }
    #roster td.hometown {
        width : 250px;
        }    

/**************** schedule styles ****************/

    .schedule {
        width: 500px;
        margin: 0px 43px 10px 43px;
        border: 1px solid #FFFFFF;
        padding: 3px;
        background-color: transparent;
        color: inherit;
        font-family: Verdana, sans-serif;
        font-size: 13px;
        line-height: 1.6em;
        }
    
    .first {
        width: 490px;
        position: relative;
        background-color: transparent;
        font-weight: bold;
        font-style: italic;
        height: 20px;
        border-width: 0px 0px 1px 0px;
        border-style: solid;
        border-color: #FFFFFF;
        padding: 2px;
        }
    
    .schedule table {
        border: 0px;
        padding: 0px;
        }
        
    .schedule td.day {
        width: 350px;
        font-style: italic;
        white-space: nowrap;
        }
    
    .schedule td.opponent {
        width: 350px;
        }

    .schedule td.wl {
        width: 60px;
        }

    .schedule td.day {
        width: 90px;
        }

/*************** Bio Style *****************/

    #bio{
        width: 500px;
        margin: 5px 43px;
        border: 0px;
        padding: 3px;
        background-color: transparent;
        color: inherit;
        font-family: inherit;
        font-size: 13px;
        line-height: 1.6em;
        }
    
    #bio h1{
        font-size: 16px;
        color: inherit;
        background-color: transparent;
        font-family: Veranda, sans-serif;
        }

/**************** images styles ****************/       
    a img{
      border: none;
      }
    #headimage img.center {
        padding-top: 10px;
        border: 0px;
        display: block;
        }   
    
    img.left,img.center,img.right {
      padding: 4px;
      border: 1px solid #a0a0a0;
      }

    img.left {
      float: left;
      margin: 0 12px 50px 0;
      }

    img.center {
      display: block;
      margin: 0 auto 5px auto;
      }

    img.right {
      float: right;
      margin: 0 0 5px 12px;
      }

/**************** content styles ****************/
    .news {
        display: block;
        float: center;
        width: 700px;
        margin: 10px 30px;
        border: 1px solid #DDDDDD;
        padding: 5px 10px;
        }

    #links { 
        font-size: 100%;
        background-color: transparent;
        }
        
    #links li {
        line-height: 1.5em;
        padding: 5px;
        list-style-type: none;
        color: inherit;
        }



/**************** footer styles ****************/
    #footer {
        border-width: 1px 0px 0px 0px;
        border-style: solid;
        border-color: #FFFFFF;
        margin: -1px;
        clear: both;
        width: 800px;
        background-color: transparent;
        }
        
    .footpart {
        float: center;
        height: 50px;
        background-color: transparent;
        }
        
    #footer p {
      color:#FFFFFF;
      padding: 5px;
      text-align: center;
      }
        
    #footer p a {
      color: #FFFFFF;
      background-color: transparent;
      font-weight: bold;
      text-decoration: none;
      border-bottom: 1px dotted #FFFFFF;
      }
        
    #footer p a:hover {
      color: #FFFFFF;
      text-decoration: none;
      border-top: 1px dotted #FFFFFF;
      border-bottom: 0px dotted #FFFFFF;
      font-style: normal;
      }

