/* $Id$ */

body {
    background-color: white;
    color: black;
    margin: 0px;
    padding: 0px;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #039;
}

p, ol, ul, dl {
    margin: 1ex 1ex 1ex 3ex;
    max-width: 75ex;
    line-height: 150%;
    text-indent: 1em;
}

blockquote {
    margin: 1ex 5ex;
    max-width: 70ex;
}

dd p {
    max-width: 60ex;
}

pre {
    margin: 0px 2ex 0px 3ex;
    border: 3px #fc3 solid;
    padding: 1ex;
    background-color: #ccc;
    color: black;
}

a, a:link, a:visited, a:hover {
/*    font-weight: bold;*/
    text-decoration: none;
}

a:link, a:hover {
    color: #36c;
}

a:visited {
    color: #039;
}

a:hover {
    text-decoration: underline;
}

h2, h2 *, h3, h4, h5, h6 {
    background-color: white;
    color: #039;
    text-decoration: none;
    font-weight: bold;
    width: 80%;
}

h3, h4, h5, h6 {
    margin: 1ex 1ex;
    border-bottom: 1px #039 dashed;
}

h2 {
    margin: 1ex 1ex;
    font-size: large;
    border-bottom: 2px #fc3 solid;
}

#banner, #banner * {
    background-color: #36c;
    color: white;
    text-decoration: none;
}

#banner {
    padding: 2ex 0px 0px 3ex;
    border-bottom: 10px solid #039;
}

#banner h1 {
    padding: 0px;
    margin: 0px 0px 0px 5px;
}

#banner p {
    font-size: small;
    padding: 0px 0px 0px 5px;
    margin: 0px;
}

div#searchbox {
    position: absolute;
    top: 1ex;
    left: 70%;
}

div#sidebar {
    width: 15%;
    position: absolute;
    top: 20ex;
    left: 85%;
}

div#foot-ad {
    margin: 0.5ex 0px 0px 0px;
    padding: 1ex 0px 3ex 5ex;
}

div#foot {
    clear: both;
    background-color: #36c;
    margin: 0.5ex 0px 0px 0px;
    padding: 1ex 0px 3ex 5ex;
    border-top: 5px solid #039;
    color: white;
}

div#foot img {
    border: none;
}

div#foot p, div#foot p * {
    margin: 0px;
    text-decoration: none;
    color: white;
}

div#foot p a {
    font-weight: bold;
}

div.lastmodified {
    clear: both;
    margin: 3ex 0px 2ex 3ex;
    width: 40ex;
    font-size: small;
    border-top: 2px dotted #039;
}

hr.seemore {
    display: none;
}

p.seemore {
    margin-top: -1.7ex;
    padding-top: 0px;
    text-align: right;
}

div.figure {
    margin-left: 5ex;
}

div.figure-mini {
    float: right;
    margin-right: 3ex;
}

.figure img, .figure-mini img {
    border: 1px black solid;
}

div#main {
    margin: 0px;
    padding: 0px;
}

div.navi {
    margin: 0px;
    padding: 0px;
    background-color: #ccc;
    text-align: center;
}

div.navi * {
    background-color: #ccc;
    display: inline;
    font-size: small;
}

div.navi a:link,
div.navi a:visited,
div.navi a:hover,
div.navi a:active {
    text-decoration: underline;
}

div.navi ul {
    margin: 0px 1ex;
    padding: 0px;
}

div.textbody {
    width: 85%;
}

div.textbody p img {
    display: block;
    float: left;
    padding: 1ex;
}

h3.category {
    background-color: #36c;
    color: white;
    border-bottom: 4px #039 solid;
    margin-top: 1ex;
    margin-bottom: 0px;
    padding: 2px 2ex;
    text-align: right;
    font-size: small;
}

h3.category a:link,
h3.category a:visited {
    color: white;
    text-decoration: none;
}

h3.category a:hover {
    color: white;
    text-decoration: underline;
}

p.footbanners {
    padding-top: 3ex;
    text-align: right;
}
