body {
  background-color: #555;
  text-align: center;
  font-size: 100%;
}

div#container {
  text-align: left;
}

div#header {
  background: #ddd;
  padding: 10px;
  text-align: center;
}

div#header h1 {
  color: #555;
}

div#content {
  background-color: #fff;
}

pre.code {
  width: 650px;
  font-size: 12px;
  color: #cbdbb3;
  font-family:  "Andale Mono", "Courier New", courier;
  padding: 4px;
  overflow: auto;
  background-color: #2f4f4f;
  border: 2px solid #444;
}

div.section, div.entry {
  padding: 1em;
  border-bottom: 1em solid #555;
}

div.section {
  border-bottom: 0.5em solid #555;
}

div.byline {
  font-size: 80%;
  margin-top: 1em;
}

div.menu {
  padding: none ! important;
}

div.menu a {
  margin-right: 1em;
  font-size: 1.25em;
}