* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #cccccc;
  background-color: #111111; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  margin: 0.5em 0; }

h1, h2, h3, h4, h5 {
  margin-bottom: 0.5em;
  margin-top: 0.25em; }

ul {
  margin-left: 1em; }

.pretty {
  position: absolute; }

ul.navigation {
  margin: 0;
  list-style-type: none; }
  ul.navigation li {
    display: inline-block; }

ol.pictures {
  list-style-type: none;
  float: left;
  margin-right: 1em; }
  ol.pictures a {
    display: inline-block;
    width: 150px;
    padding: 0.5em;
    margin: 0 0.5em 0.25em 0;
    background-color: #333333; }
    ol.pictures a:hover {
      background-color: yellow; }
  ol.pictures img {
    vertical-align: top;
    border: none; }

.clear {
  clear: both; }

#header {
  margin-top: 2%;
  margin-left: 2%;
  font-family: monospace;
  font-size: 1.25em;
  color: #aaaaaa; }
  #header h1 {
    font-size: 3em;
    letter-spacing: 10px; }
  #header #navigation {
    margin-top: 1em; }
    #header #navigation li {
      margin-right: 3em; }
  #header .pretty {
    width: 1px;
    position: absolute;
    top: 0; }

#content {
  margin: 3em 20% 2em 2%; }
  #content a {
    color: yellow; }
  #content .gist a {
    color: black; }
  #content ul.navigation {
    font-size: 4em; }
    #content ul.navigation li a {
      display: inherit;
      border: 5px solid #990000;
      -moz-border-radius: 0.5em;
      -webkit-border-radius: 0.5em;
      border-radius: 0.5em;
      margin: 0.1em;
      padding: 0.5em; }
      #content ul.navigation li a:hover {
        background-color: yellow;
        color: black;
        text-decoration: none; }

#footer {
  position: relative;
  min-height: 5em; }
  #footer .pretty {
    height: 1px;
    position: absolute;
    left: 0; }

