/*
 * Color scheme
 */

body {
  color: black;
  background-color: white;
}

h1, h2, h3, h4, h5, body, p {
  border-color: #f60;
}
A:link {
  color: #555;
}
A:visited {
  color: black;
}
A:active {
  color: #cc0;
}
A:hover {
  color: #f60;
}

/* Links */
A {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, body, p.navigation {
  border-style: solid;
}

body {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  font-family: sans-serif;
  border-width: 0px 0px 0px 0px;
  font-size: 0.9em;
  line-height: 170%;
}

/* A border to the left of headers and some other elements */
h1, h2, h3, h4, h5 {
  border-width: 0px 0px 0px 2px;
}

h1, body.stats h2 {
  border-width: 2px 0px 0px 2px;
  font-size: 1.4em;
  padding: 0.71em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.1em;
  padding-left: 0.91em;
  margin-bottom: 0.5em;
}

p.navigation {
  border-width: 0px 0px 2px 2px;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-top: 0.3em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  margin-right: 0em;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 2em;
  margin-right: 2em;
}

div.comment, div.commentform {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  background-color: #eee;
  padding: 0.5em;
}

div.comment p, div.commentform p {
  margin-left: 0em;
  margin-right: 0em;
}

pre {
  margin-top: 0.5em;
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 0.5em;
  line-height: 130%;
}

span.newsdate {
  font-style: italic;
}

.ahem {
  display: none;
}
