/*

Colors:

dark brown: #5C2C01
grey: #666465
dark blue: #0B2777
light blue: #CBD5E8
beige: #E8E396
olive green: #69670E

*/

html {
  font-family: Georgia, Times, serif;
  color: #333333;
  background: #CBD5E8;
}

pre {
  white-space: pre !important;
  overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
  border-bottom: none;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  color: #0B2777 !important;
}

a, a:visited {
  color: #5C2C01 !important;
}

a:hover {
  color: #69670E !important;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
  font-weight: normal;
  border: none;
  padding: 2px;
}

#page h1 {
  font-size: 20px;
}

#page h2 {
  font-size: 18px;
}

#page h3 {
  font-size: 16px;
}

#page h1,
#page h2,
#page h3 {
  border-bottom: 1px solid #69670E;
}

#header {
  position: relative;
  padding-left: 270px; /* logo width + 16px */
  background: white;
  min-height: 72px;
}

#logo {
  margin: 0;
  margin-left: 10px;
  margin-bottom: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#page {
  border-left: none;
  margin-left: 0;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0;
}

.sidepanel {
  background: none;
  border: none;
}

.sidepanel h1, .sidepanel h2, .sidepanel li, .sidepanel li.current {
  background: none !important;
  border: none !important;
}

.sidepanel {
  border: 1px solid #0B2777;
  background: white;
  width: 198px;
}

.sidepanel h1 {
  text-align: left;
  background: #E8E396 !important;
  border-bottom: 1px solid #0B2777 !important;
}

.sidepanel li {
  border-bottom: 1px solid #CBD5E8 !important;
}

/* FIXME: this isn't IE-compatible */
.sidepanel li:last-child {
  border: none !important;
}
