@import url(reset.css);
@import url(type.css);

/* Palette
 * 
 * 
 * #446 Dark blue
 * #eef Light blue
 * #889 Mid blue
 * 
 ******************************************************************************/

/* Types
 ******************************************************************************/
#top a {
  font-size: 2em;
  margin-left: 1em;
  }
  #top a.skip {
    font-size: 1em;
  }
.navigation li a {
  font-size: 1em;
  }
h2 {
  font-size: 2.3em;
  }
h3 {
  font-size: 1.3em;
  }

/* Positioning
 ******************************************************************************/
body {
  min-width: 65em;
  }
#top {
  position: relative;
  padding-top: 3em;
  padding-bottom: 0.5em;
  }
#content {
  padding-top: 0.1em; /* Opera bug */
  padding-left: 1em;
  padding-bottom: 1em;
  width: 40em;
  text-align: left;
  clear: both;
  }

h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  }
h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  }
.navigation {
  position: relative;
  width: 100%;
  height: 2.2em;
  }
.navigation li {
  float: left;
  }
.navigation li a {
  display: block;
  padding: 0.5em;
  }
#top a.skip {
  margin: 0;
  display: block;
  position: absolute;
  top: 0; left: 0;
  height: 1em;
  padding: 0.3em 0;
  width: 100%;
  text-align: center;
  }
.page-navigation {
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-bottom: 2em;
  height: 2em;
  }
.page-navigation li a {
  position: absolute;
  display: block;
  padding: 0.5em;
  text-align: center;
  }
#page-top a {
  top: 0;
  left: 14.5em;
  width: 6em;
  }
#page-next a {
  top: 0;
  left: 22.5em;
  width: 16.5em;
  }

* html #page-top a { left: 13.5em; }
* html #page-next a { left: 21.5em; }

/* Widgets
 ******************************************************************************/

#content ul, #content ol {
  padding-left: 2.5em;
  padding-top: 0.2em;
  margin-bottom: 0.9em;
  }
  #content li {
    margin-top: 0.2em;
    margin-bottom: 0.3em;
    }

/* Styling
 ******************************************************************************/

.navigation {
  list-style: none;
  background: #eef;
  border-bottom: 1px solid #889;
  }
.navigation li a {
  text-decoration: none;
  color: #446;
  }
  .navigation li a:hover, .navigation li a:focus {
    background: #446;
    color: #eef;
    }

.navigation li.on a {
  color: #446;
  background: transparent;
  font-weight: bold;
  border-bottom: 3px solid #446;
  }

#top {
  background-color: #446;
  color: #eef;
  }
  #top a {
    color: #eef;
    text-decoration: none;
    }
  #top a.skip {
    color: #446;
    }
  #top a.skip:hover, #top a.skip:focus {
    color: #446;
    background-color: #d99;
    }

.page-navigation li a {
  background-color: #eef;
  border: 1px solid #446;
  color: #446;
  text-decoration: none;
  font-weight: bold;
  }
  .page-navigation li a:hover {
    background-color: #446;
    color: #eef;
    }
  .page-navigation li a span {
    font-size: 90%;
    color: #667;
    font-weight: normal;
    }
  .page-navigation li a:hover span {
    color: #ccc;
    }

#content {
  border: none;
  } 

/* IE5/Mac hacks */
/*\*//*/
.navigation {padding-top: 0.75em; height: 1.66em;}
.navigation li a {display: inline;}
/**/

