

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 130%;
  }

.clear {
  clear: both;
  }

a {
  text-decoration: none;
  color: #5f787c;
  border-bottom: 1px #5f787c dotted;
  }

a:hover {
  color: #999;
  border: 0;
  }

.imgLink { border-bottom: 0px } 

h1 {
  font-size: 200%;
  margin-bottom: 10px;
  }
  
h1 a img {
  margin-bottom: 0px; 
  border:0px;
}

#logo {
  position: relative; 
  border:0; 
  margin: 0; 
  top: 15px;
}

h2 {
  font-size: 175%;
  margin-bottom: 7px;
  }
  
  h2 a {
    border: 0;
    }

h3 {
  font-size: 150%;
  margin-bottom: -10px;
  color: #60777c;
  }
  
  h3 a {
    border: 0;
    }

h4 {
  font-size: 125%;
  font-weight: normal;
  color: #60777c;
  margin-top: 10px;
  margin-bottom: 4px;
  }
  
  h4 a {
    border: 0;
    }

p {
  margin: 8px 0 8px 0;
  line-height: 150%;
  }

strong {
  font-weight: bold;
  }

ul {
  list-style-type: disc;
  margin: 4px 0;
  padding-left: 1.5em;
  }

  li {
    line-height: 150%;
    margin-bottom: 5px;
    }

hr {
  background: #fff url("../_img/border_line.gif") no-repeat center bottom;
  margin: 14px auto;
  height: 3px;
  border: 0 none;
  }

#links h3 {
  font-size:125%; 
  margin-bottom:0px;
}

#links li {
  list-style: none;
  margin:auto;
}


#container {
  width: 750px;
  margin: 20px auto;
  }

#side p {
  margin-bottom:20px;
}



#header {
  position: relative;
  border-bottom: 3px #ccc double;
  height: 90px;
  margin-bottom: 15px;
  }

#header h1 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  }


#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 24px;
  }

#nav li {
  float: left;
  }

#nav li a {
  display: block;
  background: #efefef;
  width: 87px;
  height: 60px;
  position: relative;
  border-right: 1px #fff solid;
  border-bottom: 0;
  color: #fff;
  font-weight: bold;
  }

#nav li#nav-about a { background: #465559; }
#nav li#nav-projects a { background: #60777c; }
#nav li#nav-contribute a { background: #6e7e5d; }
#nav li#nav-links a { background: #7b834b; }
#nav li#nav-contact a { background: #cedaa1; }
#nav li#nav-home a { background: #232b2d; }

#nav li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 99px;
  }

#nav li a:hover {
  text-decoration: none;
  }

body#about #nav li#nav-about a span,
body#projects #nav li#nav-projects a span,
body#contribute #nav li#nav-contribute a span,
body#links #nav li#nav-links a span,
body#contact #nav li#nav-contact a span,
#nav li a:hover span,
#nav li a.current span {
  border-bottom: 3px #fff double;
  }


#splash {
  margin-bottom: 10px;
  }

  #splash .left {
    float: left;
    margin-right: 5px;
    }
  
  #splash .right {
    _float: left;
    }



#side {
  width: 200px;
  float: left;
  margin-top: 5px;
  }

  #side h2 {
    font-size: 150%;
    line-height: 17px;
    }
  
  body#home #side h3 {
    font-size: 13px;
    }
  
  #side ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
  
    #side li {
      margin-bottom: 8px;
      }
    
      #side li a {
        display: block;
        border: 0;
        font-size: 13px;
        padding-left: 16px;
        background: url("../_img/bullet_butterfly.gif") no-repeat left center;
        }
  
      #side li ul {
        margin: 8px 0 8px 16px;
        }
  
        #side li li {
          margin-left: 16px;
          list-style-type: circle;
          margin-bottom: 3px;
          }

  #side .note {
    font-family: Verdana, sans-serif;
    font-size: 9px;
    color: #999;
    line-height: 150%;
    }

  #side .smallnav li a {
    display: block;
    border: 0;
    font-size: 11px;
    font-weight: normal;
    padding-left: 0;
    background: none;
    border-bottom: 1px #efefef solid;
    padding: 3px;
    }


#content {
  margin-left: 225px;
  }
  
  #content .pagenav {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 3px #efefef double;
    }

  #content .floatright {
    float: right;
    margin: 0 0 5px 5px;
    border: 0;
    }

  body#home #content h2 {
    padding-bottom: 14px;
    background: url("../_img/rule.jpg") no-repeat left bottom;
    }

  #content img.rule {
    margin-bottom: 10px;
    }
  
  #content img.right {
    float: right;
    margin: 0 0 5px 5px;
    border: 3px #ccc double;
    padding: 3px;
    }
  
  #content .pdf {
    float: right;
    margin: 0 0 5px 5px;
    border: 3px #ccc double;
    padding: 8px 8px 8px 30px;
    background: url("../_img/icon_pdf.gif") no-repeat 2px center;
    }


#footer {
  border-top: 3px #ccc double;
  padding-top: 5px;
  margin-top: 10px;
  }

  #footer a {
    color: #999;
    }
  
  #footer p {
    margin-top: 0;
    color: #999;
    }
  
    #footer p.contactlink {
      float: right;
      }



#photos .photo {
  float: left;
  width: 250px;
  margin: 0 5px 5px 0;
  }
  
  #photos .photo img {
    width: 250px;
    margin-bottom: 5px;
    }

#teenphoto {
  margin-bottom: 10px;
  background: #465559;
  color: #fff;
  padding: 4px;
  }

#teenphoto img {
  border: 1px #efefef solid;
  margin-bottom: 5px;
  width: 516px;
  }
  
#conf2008 ul li ul li { 
  font-size: 10px; 
  list-style-type: none; 
}

/*added by Greg on 3/18/10 for the "make a donation" button on contribute page
  stolen from http://ego.thechicagoschool.edu/s/843/index.aspx?sid=843&gid=1&pgid=2022 */

a.givingbuttonleft, a.givingbuttonleft:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(https://navigation.thechicagoschool.edu/images/giftbutton.gif) no-repeat scroll 0 0;
border:medium none;
display:block;
float:left;
height:40px;
margin:10px;
text-decoration:none;
width:150px;
}
