#categories {
    list-style-type: none;
    margin: 0;
    padding: 10px;
}

.forum-content {
    font-size: 12px;
}

.post-body ul {
    list-style: disc;
}

.post-body ol {
    list-style: decimal;
}

.forum-content li .handle {
    font-size: 11px;
    cursor: move;
    color: #777;
}

.forum-content li {
    padding: 3px;
}

table.forum {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 1px;
    margin-left: 1px;
}

table.forum .dark td {
    background-color: #FEDAA5;
    border-top: 1px solid #fcc781;
    border-bottom: 1px solid #fcc781;
}

tr.header td {
    background-image: url('/images/bg-h2-middle.png');
    background-repeat: repeat-x;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

tr.header td.spacer {
    width: 20px !important;
}

td.right-corner {
    background-image: url('/images/bg-h2-content-right.gif') !important;
    background-repeat: no-repeat !important;
    width: 13px;
}

td.left-corner {
    background-image: url('/images/bg-h2-left.png') !important;
    background-repeat: no-repeat !important;
    width: 15px;
}

tr.header td.category {
    font-size: 1.7em;
}

table.forum td {
    padding: 5px;
}

table.forum tr.dark td {
    border-top: 1px solid #fcc781;
    border-bottom: 1px solid #fcc781;
}

table.forum .count { text-align: center; }

tr.header td.count {
    width: 112px;
    text-align: center;
}

tr.header td.last-post { width: 132px; }

tr.header td.topic-starter {
    width: 142px;
}

table.forum td.topic-starter { width: 130px; }

table.forum td.count { width: 100px; }

table.forum td.last-post { width: 120px; }

table.forum tr.dark td.icon {
    width: 25px;
    text-align: center;
    border-left: 1px solid #fcc781;
    padding-left: 0 !important;
}

table.forum td.icon {
    padding-left: 5px;
}

table.forum tr.dark td.last-post {
    border-right: 1px solid #fcc781;
}

img {
    vertical-align: -23%;
}

div.post {
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

div.post div.poster {
    width: 150px;
    text-align: center;
    font-weight: bold;
    float: left;
}

div.post div.post-header {
    padding: 7px;
    padding-left: 0;
    background-color: #FEDAA5;
    border-bottom: 1px solid #fcc781;
}

div.post div.post-content {
    padding: 10px;
    padding-top: 5px;
}

div.post div.icons {
    float: right;
    position: relative;
    top: 10px;
    margin-bottom: 10px;
}

div.post div.avatar {
    width: 130px;
    float: left;
    text-align: center;
    margin-right: 20px;
}

div.post div.post-body {
  margin-left: 155px;
}

div.post div.posted {
    margin-left: 155px;
}

div.post div.last_edit {
    font-style: italic;
    color: #7B7B7B;
    margin-left: 150px;
}

div.pagination .gap {
    border: none;
}

div.pagination .next_page, div.pagination .prev_page {
    width: 75px;
}

div.form-actions {
    background-color: #FEDAA5;
    border-top: 1px solid #fcc781;
    padding: 12px;
    text-align: right;
}

.forum-content a {
    font-weight: bold;
}

.forum-content textarea {
    width: 98%;
    background: none;
    float: none;
    border: 2px solid #fcc781;
    margin-bottom: 5px;
}

.forum-content label {
    font-weight: bold;
}

.forum-content input[type='text'], input[type='password'] {
    border: 2px solid #fcc781;
    padding: 3px;
}

div.admin-panel {
    padding: 0;
    border: 2px solid #fcc781;
    margin-bottom: 10px;
}

div.admin-panel h2 {
    background-color: #FEDAA5 !important;
    padding: 10px;
}

#notice {
    background-color: #B0EBB9;
    border: 2px solid #008000;
    padding: 10px;
    margin: 5px;
}

#info {
    background-color: #FFF4BF;
    border: 2px solid #FFE28C;
    padding: 10px;
    margin: 5px;
}

#error, #form_errors {
    background-color: #FAA;
    border: 2px solid #F00;
    padding: 10px;
    margin: 5px;
}

#form_errors h3 {
    font-weight: bold;
}

#form_errors ul {
    list-style-type: disc;
    margin-left: 20px;
}
