@import url(/css/includes/banshee.css);
@font-face {
    font-family: century;
    src: url(/fonts/Century_Gothic.ttf)
    }
@font-face {
    font-family: century_bold;
    src: url(/fonts/Century_Gothic-bold.ttf)
    }
* {
    margin: 0;
    padding: 0
    }
body {
    color: #202020;
    font-family: century, sans-serif;
    font-size: 15px;
    background-color: #f8f8f8
    }
h1 {
    font-size: 28px;
    font-weight: normal
    }
h2 {
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #ff9040;
    margin-bottom: 10px
    }
h4 {
    font-size: 15px
    }
p {
    margin-bottom: 10px
    }
p ~ h2 {
    margin-top: 25px
    }
a {
    color: #00f;
    text-decoration: none
    }
b {
    font-weight: normal;
    font-family: century_bold
    }
ul {
    padding-left: 15px;
    margin-bottom: 10px
    }
ol {
    padding-left: 35px
    }
div.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative
    }
pre.code, pre.config {
    border: 1px solid #a0a0a0;
    background-color: #202020;
    color: #0f0;
    font-weight: normal;
    padding: 20px 30px;
    border-radius: 6px;
    margin: 10px 0;
    font-size: 12px;
    white-space: pre-wrap
    }
/* Sidebar
 */
div.sidebar {
    float: right;
    position: relative;
    top: -50px;
    width: 220px;
    margin: -40px 0 0 40px;
    border-top: 30px solid #8090a8
    }
div.sidebar div.block {
    background-color: #f8f8f8;
    border: 1px solid #c0c0c0;
    padding: 20px;
    margin-bottom: 20px
    }
div.sidebar div.block h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ff9040;
    font-weight: normal
    }
/* Header
 */
div.header {
    background-color: #506088;
    padding: 5px 0;
    height: 20px
    }
div.header div.menu ul {
    list-style: none;
    text-align: right;
    margin-top: -2px
    }
div.header div.menu ul li {
    display: inline;
    margin: 0 20px
    }
div.header div.menu ul li:before {
    content: ">>";
    color: #ff9040;
    font-size: 12px;
    margin-right: 4px
    }
div.header div.menu ul li a {
    color: #fff;
    text-decoration: none
    }
div.header a.admin {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 20px;
    width: 15px
    }
/* Title
 */
body > div.title {
    background-color: #8090a8;
    height: 60px
    }
/* Page
 */
div.page {
    padding: 40px 0 0 0;
    padding-bottom: 50px;
    min-height: 300px;
    background-color: #fff;
    position: relative;
    background-image: url(/images/paper.jpg)
    }
div.page h1 {
    height: 0;
    position: relative;
    top: -85px;
    color: #e0e0e0
    }
div.page h1 + p {
    width: 850px
    }
div.page img.logo {
    position: absolute;
    right: 20px;
    top: -90px;
    height: 110px
    }
/* Footer
 */
div.footer {
    color: #808080;
    padding: 20px 0;
    height: 100px;
    font-size: 12px;
    border-top: 10px #c8c8c8 solid
    }
div.footer div.copyright {
    background: url(/images/hiawatha_logo_zw.png) no-repeat;
    padding: 10px 0 0 60px;
    height: 60px
    }
div.footer a {
    color: #707070
    }