/*
  Contains the color scheme for this namespace.
  Its arranged by color.
  The colors at the top and the grays at the bottom.
  If you change a color, please reorder as appropriate.
*/


.menu a:hover {
  background-color: #800;
}
.navigation h1, .navigation h2, .navigation h3, .navigation h4 {
  background-color: #600;
}


a, h1, hr {
  color: #a11;
}

hr, .navigation {
  background-color: #a11;
}

a:hover {
  color: #f33;
}

/* ==== Grays ==== */

body {
  color: #222;
}
.navigation h1, .navigation h2, .navigation h3, .navigation h4 {
  color: #ddd;
}

h2, h3, .footer {
  color: #444;
}

.navigation {
  border-color: #444;
}

.menu a {
  color: #eee;
}

body {
  background-color: #fff;
}

.menu a:hover {
  color: #fff;
}
