
body {
    background-color: #FFFFFF;
    font-family: helvetica, sans-serif;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
}

a:active {
    color: #FF0000;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #808080;
}

.header {
    z-index: 2;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
    padding: 8px 16px;
    box-shadow: 0 0 10px #a0a0a0;
    font-size: 26px;
    font-weight: bold;
}

.header-colour a {
    text-decoration: none;
}

.burger {
    position: fixed;
    right: 16px;
}

div.menu {
    position: fixed;
    right: 12px;
    z-index: 3;
    box-shadow: 0 4px 8px #909090;
    padding: 8px;
    visibility: hidden;
}

.menu-box {
    min-width: 128px;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
}

.menu-box a.submenu {
    font-size: 12px;
    white-space: nowrap;
}

.section-background {
    z-index: 0;
    position: absolute;
    overflow: hidden;
    top: 48px;
    left: 0px;
    width: 100%;
    height: 96px;
    background-color: #FFFFFF;
}

.section-background img {
    position: absolute;
}

.section {
    z-index: 1;
    position: absolute;
    top: 96px;
    left: 48px;
    color: #FFFFFF;
    font-size: 48px;
    white-space: nowrap;
}

.body {
    position: absolute;
    top: 160px;
    left: 0px;
    width: 100%;
}

.title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.title img {
    vertical-align: middle;
}

.menu-bar {
    margin: 0px 64px;
}

.content {
    font-size: 12px;
    margin: 8px 48px;
}

.item {
    min-width: 312px;
    margin-bottom: 8px;
    padding: 5px;
    font-size: 14px;
}

.item img.left-image {
    float: left;
}

.item .date {
    color: #AAAAAA;
    font-size: 10px;
}

.item-color {
    background-color: #FFFFFF;
}

@media (max-width: 896px) {
    .section {
        left: 16px;
        font-size: 32px;
    }

    .content {
        margin: 0px 16px;
    }
}

@media (max-width: 704px) {
    .section {
        font-size: 0;
    }

    .content {
        margin: 0px 4px;
    }

    .item {
        min-width: 0px;
    }
}

.box {
    padding: 0px;
}

.box-header {
    padding: 4px;
    font-size: 20px;
    font-weight: bold;
}

.box-header a:link {
    color: #000000;
}

.box-header a:hover {
    text-decoration: none;
}

.box-header a:visited {
    color: #000000;
}

.box-header .date {
    position: relative;
    left: 16px;
    color: #AAAAAA;
    font-size: 12px;
}

.box-content {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.box-content p {
    clear: both;
    margin: 0 0 20px;
}

.box-content p:last-child {
    margin: 0;
}

.box-content img.left-image {
    float: left;
    margin: 4px 8px 4px 2px;
    max-width: 288px;
}

.box-comment {
    position: relative;
    margin-top: 1px;
    margin-left: 16px;
    padding: 4px;
    background-color: #CCCCCC;
    font-size: 12px;
    line-height: 16px;
}

.box-comment .date {
    color: #AAAAAA;
    font-size: 10px;
}

.table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #CCCCCC;
    border-spacing: 1px;
}

.table td {
    padding: 4px;
}

.table-header {
    background-color: #EEEEEE;
    font-size: 12px;
    font-weight: bold;
}

.table-header-blue {
    background-color: #DDDDFF;
    font-size: 12px;
    font-weight: bold;
    color: #0000AA;
    text-align: center;
}

.table-header-purple {
    background-color: #EEDDFF;
    font-size: 12px;
    font-weight: bold;
    color: #440099;
    text-align: center;
}

.table-header-green {
    background-color: #F4FBF2;
    font-size: 12px;
    font-weight: bold;
    color: #36692D;
    text-align: center;
}

.table-plain {
    background-color: #FFFFFF;
    font-size: 12px;
}

.table-green {
    background-color: #F4FBF2;
    font-size: 12px;
    color: #36692D;
}

.table-commentinfo {
    width: 128px;
    background-color: #EEEEEE;
    font-size: 12px;
    font-weight: bold;
}

.table-affirmative {
    background-color: #C0FFC0;
}

.table-negative {
    background-color: #FFC0C0;
}

.feature {
    position: relative;
    font-size: 16px;
    font-weight: normal;
}

img.right-image {
    float: right;
}

a.rss {
    background-repeat: no-repeat;
    padding-top: 4px;
    padding-left: 28px;
    padding-bottom: 8px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}
