/* $Id: main.css 71 2010-01-21 12:36:36Z cis $ */

* {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: "Arial", "Bitstream Vera Sans", sans-serif;
    font-size: 1em;
}

body {
    font-size: 11pt;
    background-color: #701f29;
    background-image: url(/images/brh-background.png);
    background-repeat: no-repeat;
    background-position: center top;
    color: #ffb;
}

h1 {
    margin: 0.5em 0 1em;
    border-bottom: 2px solid #ffb;
    font-size: 1.6em;
}

h2 {
    margin: 1.5em 0 0.5em;
    font-size: 1.2em;
    font-style: italic;
}

p {
    margin-top: 1em;
}

ul {
    margin-top: 1em;
    margin-left: 30px;
}

a {
    color: #ffb;
}

#header, #navigation, #body, #footer {
    width: 800px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}
#body, #footer {
    background-color: #5e2028;
}

#header {
    margin-top: 20px;
    height: 100px;
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    background-image: url(/images/brh-header.png);
    background-repeat: no-repeat;
}
#header a {
    position: absolute;
    top: 5px;
    left: 25px;
    width: 280px;
    height: 150px;
}
#randomImage {
    position: absolute;
    top: 18px;
    left: 642px;
}

#navigation {
    padding: 0 30px;
    background-color: #701f29;
    height: 30px;
    font-size: 0.9em;
}
#navigation ul {
    margin: 0 0 0 50px;
    list-style: none;
}
#navigation li {
    display: inline;
}
#navigation a {
    display: block;
    float: left;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
#navigation a:hover {
    background-color: #8d1d2c;
}
#navigation a.current {
    background-color: #8d1d2c;
    border-left: 1px solid #ffb;
    border-right: 1px solid #ffb;
    padding: 0 14px;
}

#subnav {
    float: left;
    width: 120px;
    font-size: 0.9em;
}
#subnav p {
    text-align: center;
    font-style: italic;
}
#subnav ul {
    margin: 10px 0 0;
    list-style: none;
}
#subnav a {
    display: block;
    padding: 2px 5px;
    text-decoration: none;
    line-height: 16px;
    background-color: #701f29;
    border-left: 4px solid #701f29;
}
#subnav a:hover {
    border-left: 4px solid #8d1d2c;
}
#subnav a.current {
    background-color: #8d1d2c;
    border-left: 4px solid #8d1d2c;
}

#content {
    padding-left: 150px;
}

#footer {
    border-top: 1px dotted #ffb;
    border-bottom: 2px solid #701f29;
    padding: 10px 30px;
    text-align: right;
    font-size: 0.8em;
}

#sponsors {
    width: 840px;
    margin: 20px auto;
}

#sponsors div {
    float: left;
    margin: 0 20px 20px 0;
}
#sponsors img {
    border: 1px solid #ffb;
}

.clearer {
    clear: both;
    height: 0;
}

.imgfloater {
    float: right;
    margin: 0 0 15px 15px;
}

.images {
    text-align: center;
    margin-top: 50px;
}
.limage {
    position: absolute;
    top: 415px;
}
.limage p {
    margin-right: 25px;
    float: left;
    font-style: italic;
    font-size: 0.9em;
    text-align: center;
}
