/*
 * Base element definitions
 */

html {
    background: #fff;
}
body {
    height: 600px;
    margin: 0;
    padding: 1em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

a {
    color: #871414;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
    font-weight: bold;
}
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5, h6 {
    font-size: 1em;
}

p {
    margin: 1em 0.5em 0.5em 0.5em;
}

form, fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
input, textarea, select {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

::selection {
    background-color: rgba(135,20,20,0.7);
    color: #000;
}
::-moz-selection {
    background-color: #871414;
    color: #000;
}
*:focus {
    -moz-outline: 0;
}
a img {
    border: 0 !important;
}

.post {
    border: 1px solid black;
    margin: 1em;
    padding: 0.5em;
    max-width: 6in;
    line-height: 1.8em;
}
#navigation, #modules, #footer {
    border: 1px solid black;
    margin: 1em;
    padding: 1em;
}
#footer #pages li, #footer .pagenav li {
    display: inline-block;
    margin: 0.5em;
}
