/* $Id: style.css,v 1.5 2009-12-05 06:26:07 tmueller Exp $ */
/* (C) 2004 Thomas Knop <tknop@maxrelax.de> */

html {
    font-size: 14px;
}

body {
    background-color: #fff;
    color: #036;
    padding: 0 1em 0 0;
    margin: 10px 0 10px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

dt {
    font-weight: bold;
}

pre, code {
    font-family: "Courier New", Courier, monospace;
}

strong {
    font-weight: bold;
}

em, var {
    font-style: italic;
}

em.mail {
    font-style: normal;
    color: #0073c7;
}
 
h1 {
  color: inherit;
  background-color: inherit;
  font-size: 22px;
}

h2 {
  color: inherit;
  background-color: inherit;
  font-size: 18px;
}

/* fixup IE & Opera
 * otherwise they forget to inherit
 * the computed font-size value
 */
table, code {
    font-size: 1em;
}

a:link {
    color: #0073c7;
    background-color: inherit;
    text-decoration: none;
}

a:visited {
    color: #5A88B5;
    background-color: inherit;
    text-decoration: none;
}

a:link:hover,
a:link:active,
a:visited:hover,
a:visited:active {
    color: #0073c7;
    background-color: #e0e0e0;
}

code.new {
  color: #f00;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

div#page-header {
  padding: 2px;
  background-color: #ccc;
  border: 1px solid #000;
  width: 100%;
}

div#page-header p.page {
  padding: 0 0 0 70px;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  height: 33px;
}

div#page-header img {
  margin: -33px 0 0 0;
  display: block;
}

div#page-footer {
  padding: 2px;
  background-color: #ccc;
  border: 1px solid #000;
}

div#news {
  margin: 0 0 0 20px;
}

div#usage {
  margin: 0 0 0 20px;
}

div#usage dl {
  margin: 20px 0 0 0;
}

