body {
  color: black;
  background-color: #99CCFF;
  /* background from subtlepatterns.com, "Green Dust & Scratches" by Atle Mo,
   * free for use, attribution requested */
  background: url("/images/green_dust_scratch.png");
}

a:hover {
  text-shadow: gray 2px 2px 4px;
  color: blue;
}

a {
  color: darkblue;
}

a:visited {
  color: navy;
}

img.pgp {
  vertical-align: center;
  border: 1px solid lightblue;
  background: gray;
}

div.screenshot {
  margin: auto;
  width: 100%;
}

div.screenshot img {
  border: 0px;
  margin: auto;
  display: block;
}

div.header {
  text-align: center;
  font-size: 16pt;
  border-bottom: 1px solid maroon;
  margin-bottom: 1em;
}

div.wrapper {
  width: 100%;
  margin: 0px;
}

/* Negative margin used to "suck in" the left edge over to give room for the sidebar. */
div.main {
  float: right;
  width: 100%;
  margin-left: -174pt;
}

/* Separate div to get the content of the main column in the correct spot after mucking with
 * the negative margins.
 */
div.main_content {
  margin-left: 174pt;
  margin-bottom: 10px; /* Should be the same as sidebar */
}

/* Use these CSS selectors to automatically fix up margins */
div.main_content :last-child {
  margin-bottom: 0px;
}

div.main_content :first-child {
  margin-top: 0px;
}

div.sidebar {
  font-size: 8pt;
  font-family: sans-serif;
  border-right: 1px dashed black;
  float: left;
  width: 168pt;
  margin-bottom: 10px; /* Should be the same as main_content */
}

div.software {
}

.sidebar ul {
  padding-left: 0;
  margin-left: 0;
  padding-right: 6pt;
}

a img {
  border: 1px solid darkblue;
}

.sidebar li {
  list-style: none;
  padding-left: 20pt;
  text-indent: -10pt; /* Cause wrap to not be flush with link */
}

.sidebar hr {
  border: 0px;
  color: navy;
  background-color: navy;
  height: 1px;
  padding: 0px;
}

.sidebar ul hr {
  margin-left: -10pt;
}

div.personal {
}

/* Separate div required to allow following div's horizontal margin to work right */
div.clearing {
  height: 0px;
  clear: both;
}

div.footer {
  clear: both;
  font-size: small;
  text-align: center;
  padding-top: 3pt;
  margin-top: 10px;
  border-top: 1px solid maroon;
  margin-left: auto;
  margin-right: auto; /* center */
}

/* KHTML has interesting ideas of a useful text color in the prescense of dark backgrounds so
 * just manually specify everything.  Probably for the best anyways.
 */
input {
  background-color: white;
  color: darkblue;
}

/* vim: set et sw=2 ts=8: */
