/* style adapted with permission from http://daringfireball.net/ */
body {
  margin-top: 0;
  padding: 0;
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 11px;
  line-height: 1.8em;
  color: #c3cdc6;
  background-color: #1e3b17;

  /* slowly getting blind and devices getting higher res ...
   * slowly zooming up
   * https://stackoverflow.com/a/1156526
   * the layout isn't the same as with manual zooming
  zoom: 1.5;
  -moz-transform: scale(1.5);
  -moz-transform-origin: 0 0;
 */
}
.wrap {
  min-width:   828px;
}
.content {
  float: left;
  margin-left: 222px;
  width:       444px;
}
.toc {
  float: right;
  width:       162px;
}
p {
  text-align: justify;
  }
pre {
  color: #fff8db;
  background-color: #3c5039; /* lighter than body */
  overflow: auto;
  }
.block-title {
  font-family: Georgia;
  font-size: 13px;
  letter-spacing: 0.25em;
  margin-bottom: 2.5em;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.8em;
  margin: 4em 0pt 1em;
  }
.rss-icon {
  width: 13px;
  height: 13px;
  }
.block-title + h2 {
  margin-top: 2.5em;
  }
h2, .toc-title {
  font-family: "Gill Sans", Verdana, "Bitsream Vera Sans", sans-serif;
  font-size: 0.91em;
  letter-spacing: 0.15em;
  margin-bottom: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.8em;
  margin: 4em 0pt 1em;
  }
a:link {
  border-color: #888888;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  text-decoration: none;
  color: #DDDDDD;
  }
.toc a:link {
  border-style: none none none;
  }
a:visited {
  color: #5c9758;
}
.navigation {
  text-align:  center;
  line-height: 1.2em;
}
table {
  border-collapse: collapse; /* grid */
}
td, th {
  border-style: solid;
  border-width: thin;
  border-color: #5c9758;
  padding:      0.25rem
}
