* {
  font-family: "DejaVu Sans Mono", sans-serif;
}

/* Page layout */
body {
  font-size: medium;
  color: #000;
  background: #fff;
  margin: 0;
  text-align: center;
}

#container {
  background: #eee;
  max-width: 65em;
  margin: 0 auto;
  border: 1px solid #666;
  overflow: hidden;
  text-align: left;
}

#nav {
  float: left;
  width: 13em;
  height: 100%;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

#nav ul li {
  padding: 0.3em 0.5em;
  border-top: 1px dotted #666;
}

#nav ul:first-child li:first-child, #nav ul .firstchild {
  border-top: 0;
}

#nav ul li:hover {
  background: #ddd;
}

#main {
  margin-left: 13em;
  padding: 0 1em;
  height: 100%;
}

/* Links coloured, underline onmouseover */
a, a:visited {
  color: #039;
  text-decoration: none;
}

a img {
  border: 0;
}

a:hover, a:visited:hover {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
}

/* Remove dots from abbreviations */
acronym,abbr {
  text-decoration: none;
  border-bottom: none;
}

/* More interesting bullets and rule */
ul {
  list-style-type: square;
}

ul ul {
  list-style-type: disc;
}

ul ul ul {
  list-style-type: circle;
}

hr {
  border-width: 1px 0 0 0;
  border-color: #666;
  border-style: dotted;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

/* Headers */
h1,h2,h3 {
  font-size: xx-large;
  font-weight: bold;
  margin: 0;
}

/* The site title */
h1 {
  text-align: center;
  padding: 0.3em 0;
  border-bottom: 1px dotted #666;
  background: #ccc;
}

h2 {
  font-size: x-large;
}

h3 {
  font-size: large;
}

/* Body text */
.news, .article {
  margin-top: 1em;
  padding: 1em;
}

.body {
  text-align: justify;
  text-indent: 2em;
  max-width: 40em;
}

.footer {
  display: block;
  font-size: x-small;
  clear: both;
  padding: 1em;
  background: transparent;
}

#container .footer {
  text-align: justify;
  padding-top: 0.5em; /* IE only */
  border-top: 1px dotted #666;
}

html>body #container .footer {
  padding-top: 1em !important;
}

/* Form styled, labels aligned right */
form.form {
  width: 30em;
  font-size: small;
}

fieldset.form {
  border: 0;
}

input.form, textarea.form {
  border: 1px solid #666;
  background: #ddd;
  width: 15em;
  clear: right;
  margin-bottom: 0.2em;
}

label.form {
  float: left;
  text-align: right;
  width: 7em;
  padding-right: 0.2em;
}

#submit.form,input[type="submit"].form {
  width: auto;
  margin-left: 7.2em;
}

#recaptcha {
  margin-left: 7.2em;
}

#recaptcha span.caption {
  font-size: x-small;
  font-style: italic;
}
