html, body {
    background: #feb;
    /*
    background: #bef;
    */
    color: #444;
}

body {
    margin: 1em;
    line-height: 1.4;
    font: normal 1em Verdana, Arial, Helvetica, sans-serif; 
}

#page {
    width: 56em;
    margin: 0 auto;
    border: 1px solid #b98;
    background: #ea4;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 1px 1px 12px #b98;
    -moz-box-shadow: 1px 1px 12px #b98;
    -webkit-box-shadow: 1px 1px 12px #b98;
    color: #fff;
}

#header, #content, #footer {
    position: relative;
    padding: .5em;
}

#header a, #footer a {
    color: #fff;
}

#content {
    background: #fff;
    color: #444;
    min-height: 30em;
}

#header {
    border-bottom: 1px dotted #b98;
}

#footer {
    border-top: 1px dotted #b98;
    text-align: center;
}

#logo {
    font-size: 200%;
    text-decoration: none;
    font-weight: bold;
}
#logo img {
    border: none;
    margin-right: .25em;
}

#topmenu, #bottommenu {
    margin: 0;
    padding: 0;
    font-size: 80%;
}
#topmenu {
    float: right;
}
#topmenu li,
#bottommenu li {
    display: inline;
}
#topmenu li:before,
#bottommenu li:before {
    content: " | ";
}
#topmenu li:first-child:before,
#bottommenu li:first-child:before {
    content: "";
}

#search-form {
    float: right;
    clear: right;
    padding: 0;
    margin: 1em 0 1em 1em;
    font-size: 80%;
}
#search-form button {
    font-size: inherit;
}

.search-results li {
    margin: 0 0 .25em 0;
}

.search-results .info {
    font-size: 80%;
}

#location {
    margin: 0;
    padding: 0;
    font-size: small;
}
#location li {
    display: inline;
}
#location li:before {
    content: " / ";
}
#location li:first-child:before {
    content: "";
}

#copyright {
    font-size: 80%;
    margin-top: .5em;
}

h1, h2, h3, h4, h5, h6 {
    margin: .75em 0 .5em 0;
    font-weight: bold;
    color: #c54;
}

h1 {
    font-size: 135%;
}
h2 {
    font-size: 125%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 115%;
}
h5 {
    font-size: 110%;
}
h6 {
    font-size: 100%;
}

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


hr.clear {
    clear: both;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

table.form th,
table.form td {
    border: none;
    font-weight: normal;
    vertical-align: top;
}
table.form th {
    text-align: right;
}
table.form .buttons {
    padding-top: .5em;
}

ul.errorlist {
    padding: 0;
    margin: 0;
}
ul.errorlist li {
    display: block;
    color: red;
}

div.pagination {
    margin: 1em 0;
    text-align: center;
}
div.pagination .current {
    font-weight: bold;
}

ul.rss-categories .category.level1 {
    color: #69f;
}
ul.rss-categories .category.level2 {
}

.pub-date {
    color: #07f;
}

ul.rss-items .channel {
    color: #777;
}

div.rss-calendar table th {
    color: #000;
}

#buttons {
    margin: 1em;
    padding: 0;
    text-align: center;
}
#buttons li {
    display: inline;
}
#buttons img {
    border: none;
}

#banner1 {
    text-align: center;
}
#banner1 img {
    border: none;
}

