@import url(basic.css);

/* large-scale layout */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.subject {
  border-right: 1px dotted #999999;
  left: 0;
  position: absolute;
  top: 0;
}
.globalMetaContent {
  background: #ffffff;
  border-bottom: 1px dotted #999999;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.footer {
  padding-top: 2em;
  text-align: center;
}
   
/* use absolute positioning for IE */
* html {
  height: auto;
}
* html body {
  height: auto;
}
* html .globalMetaContent{
  position: absolute;
}
* html .subject {
  position: absolute;
}

/* use px-based layout for IE Mac */
.container {
  padding: 74px 12px 6px 12px;
}
.pageContent {
  padding-left: 168px;
}
.subject {
  padding: 74px 6px 0 6px;
  width: 156px;
}
.globalMetaContent {
  height: 68px;
  right: 15px;
  margin-right: -15px;
}

/* hide em-based layout from IE Mac */
@media all {
  .container {
    padding: 7em 1em 0.5em 1em;
  }
  .pageContent {
    padding-left: 14em;
  }
  .subject {
    padding: 7em 0.5em 0 0.5em;
    width: 13em;
  }
  .globalMetaContent {
    height: 6.5em;
    min-width: 45em;
  }
}


/** low-level layout **/
.container > *:first-child, .pageContent > *:first-child, .subject > *:first-child {
  margin-top: 0;
}
.centeredImage {
  text-align: center;
}
.navButtons {
  text-align: center;
}
.navButton {
  padding: 1em;
}
.personThumb {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.level2list {
  list-style: none;
}
   
/* category navigation */
#categoryNavigation {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2px;
}
#categoryNavigation li {
  border: 1px solid #ffffff;
  display: inline;
  font-size: 1.2em;
  list-style: none;
  padding: 0.2em 1em;
}
#categoryNavigation li a {
  font-weight: bold;
  /* color: #339999; */
  color: #006666;
}
#categoryNavigation li:first-child {
  background-color: inherit;
}
#categoryNavigation li:first-child img {
  margin: 0 1em;
}
#categoryNavigation li.currentSection a {
  text-decoration: underline;
}

/* meta navigation */
#metaNavigation {
  clear: right;
  display: inline;
  float: right;
  font-size: 0.8em;
  list-style: none;
  margin: 0.3em 0; 
  padding: 0;
  text-align: right;
  width: 30em;
}
#metaNavigation li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#metaNavigation li a {
  border-left: 1px solid #999999;
  display: block;
  float: left;
  margin: 0;
  padding: 0 .6em;
  text-align: center;
  width: 5em;
  color: #006666;
}
#metaNavigation li:first-child a {
  border-left: 0 none;
}

.subject h2 a, .subject h3 a, .subject li a {
  color: #336699;
}