body {
  background-color: #EDEDFF;
  max-width: 50em;
  margin: auto;
  font-family: "DejaVu Sans", Sans-Serif;
  font-size: 16px;
}

a { text-decoration: none; }
a:link { color: #0000FF; }
a:visited { color: #000080; }
a:hover { color: #FF0000; text-decoration: underline; }

h1 {
  text-align: center;
  margin-top: 1em;
  font-family: Helvetica, Sans-Serif;
}

code, pre {
  background-color: #FFFFFF;
  font-family: "DejaVu Sans Mono", Monospace;
}

h2 {
  margin-top: 1.5em;
  text-decoration: none;
  padding: 5px;
  background-color: #C0C0FF;
  border-radius: 10px;
  background-image: -moz-linear-gradient(bottom right, #EDEDFF 0%, #C0C0FF 100%);
  background-image: -webkit-linear-gradient(bottom right, #EDEDFF 0%, #C0C0FF 100%);
  background-image: -ms-linear-gradient(bottom right, #EDEDFF 0%, #C0C0FF 100%);
  font-family: Helvetica, Sans-Serif;
}

.readmore {
  display: block;
  text-align: right;
}

.pubdate {
  display: block;
  text-align: right;
  margin-top: -1em;
  color: #808080;
}

p {
  margin-left: 1em;
  line-height: 150%;
  margin-top: 1.1em;
}

pre {
  margin-left: 2em;
}

.topbar {
  display: table;
  width: 100%;
}

.topbar > .left {
  display: table-cell;
  text-align: left;
}

.topbar > .right {
  display: table-cell;
  text-align: right;
}
