/* basic colors and fonts */
body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    background: #000;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
h1 {    text-transform: uppercase; padding-top: 10px; padding-bottom: 10px; font-size: 2.8em; letter-spacing: -1px; line-height: 90%; }
h2 {    text-transform: uppercase; padding-top:  8px; padding-bottom: 5px; font-size: 2.0em; letter-spacing: -1px; line-height: 90%; }
h3 {    padding-top:  5px; padding-bottom: 2px; font-size: 1.2em; text-transform: uppercase; }
h4 {    padding-top:  5px; padding-bottom: 2px; font-size: 1.1em; }
h5 {    padding-top:  5px; padding-bottom: 2px; font-size:   1em; }
h6 {    padding-top: -2px; padding-bottom: 0px; font-size: 0.9em; }

h2, h2 a:hover {
    font-weight: normal;
}
/* basic typography spacing */
p, ul {
    line-height: 150%;
    text-align: justify;
    margin-bottom: 16px;
}
ol, ul {
    margin-left: 4ex;
}

a, a:active {
    color: #fc6;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #ffc;
}

.clear, .spacer {
    clear: both;
}
strong {
    font-weight: bold;
    font-size: 1.1em;
}
a img {
    border: 0;
}
.small {
    font-size: 0.85em;
}
.small, .small a, a.small {
    text-decoration: none;
    font-weight: normal;
}
h1 .small, h2.small {
    font-size: 0.6em;
}
.centered {
    text-align: center;
}
img.border {
    border: solid 1px #230606;
}

a.more {
    display: block;
}
div.more {
    color: #9d8f69;
}
