* {margin:0px;padding:0px;}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    color: #D0CDCD;
    cursor: default;
}

p {
    padding: 6px 0px;
    color: #DDD;
}

a {
    color: #8E9595;
}

a img {
    border: 0;
    text-decoration: none;
}

h3, h4 {
    color: #D0CDCD;
}

table {
    width: 100%;
}

td {
    padding: 2px 4px;
}

/*** LAYOUT ***/

#container {
    margin: 0px auto;
    text-align: left;
    width: 960px;
}
#header {
    display: block;
    height: 200px;
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
}

#main {
    margin-left: 0px;
    margin-right: 196px;
    width: 700px;
}

#side {
    width: 242px;
    float: right;
}

.show-table {
    border: 1px solid #DDD;
}

.form-item {
    width: 608px;
    margin: 12px 0px;
}

.form-item label {
    display: block;
    font-size: 16px;
}

.form-item input, .form-item select, .form-item textarea {
    font-size: 14px;
    padding: 4px;
}

.form-item input[type="text"], .form-item input[type="password"], .form-item input[type="file"], .form-item textarea {
    width: 600px;
}

.form-item input[type="submit"], .form-item input[type="button"] {
    padding: 4px 8px;
}

.tile {
    float: left;
    width: 300px;
    margin: 0px 3px 6px;
    padding: 9px;
    border: 1px solid #AAA;
}

.error, .success {
    color: #333;
    padding: 8px;
    margin: 8px;
}

.error {
    background-color: #FEE;
    border: 1px solid #D31;
}

.success {
    background-color: #FFE;
    border: 1px solid #DD1;
}

.error strong, .success strong {
    display: block;
    font-size: 16px;
}

.breadcrumb {
    margin-bottom: 10px;
    font-size: 12px;
    color: #888;
}

.breadcrumb a {
    color: inherit;
}

/*** MENU ***/
.sideheader{
    width: 242px;
    height: 37px;
    background-image: url('../images/sidetop.png');
    display: block;
}

.sidecontent{
    width: 242px;
    background-image: url('../images/sidemiddle.png');
    padding: 10px;
    background-repeat: repeat-y;
}

.sideheader h3{
    padding: 10px 0px 0px 20px;
    font-size: 18px;
    font-weight: bold;
}

.sidefooter{
    width: 242px;
    height: 15px;
    background-image: url('../images/sidebottom.png');
    display: block;
}

.postheader, .sideheader{
    color: #CCCCCC;
    text-transform: uppercase;
}

/*** POST ***/

.post {
    margin-bottom: 15px;
}

.postheader {
    background-image: url('../images/posttop.png');
    width: 700px;
    height: 33px;
}

.postheader h1 {
    padding: 7px 0px 0px 20px;
    font-size: 18px;
    font-weight: bold;
}

.postheader h3 {
    padding: 9px 0px 0px 20px;
}

.postcontent {
    background-image: url('../images/postmiddle.png');
    background-repeat: repeat-y;
    padding: 10px 20px 1px;
    font-size: 14px;
}

.postfooter {
    background-image: url('../images/postbottom.png');
    background-repeat: no-repeat;
    width: 700px;
    height: 15px;
}

/* HEADER */
#header {
    position: relative;
}

/* FOOTER */
#footer {
    width: 850px;
    color: #525757;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 850px;
    padding: 15px 0px;
}

/* MENU */
.menu ul {
    list-style-position: inside;
    list-style-type: disc;
    padding: 0px 0px 0px 20px;
    color: #666666;
}

.menu ul li {
    padding-top: 5px;
    color: #666666;
    list-style-type: square;
}

.menu ul li a {
    text-decoration: none;
    padding: 0px;
    text-transform: uppercase;
}

.menu ul li a:hover {
    text-decoration: underline;
    text-transform: uppercase;
    color: #FFF;
}

.member {
    display: inline;
    float: left;
    margin-left: 20px;
}

.member span {
    display: block;
    text-align: center;
    padding: 2px 0px 13px 0px;
}

.member img {
    width: 75px;
    height: 75px;
    border: solid 2px #999999;    
}

.clear {
    clear: both;
}

/* MISC */

.news-item {
    border-bottom: 1px solid #AAA;
    padding: 10px 0px;
}

.news-item:last-child {
    border-bottom-width: 0px;
}

#gallery-nav {
    float: right;
    text-align: right;
    margin-bottom: 4px;
}

#gallery-nav a {
    font-size: 15px;
    text-decoration: none;
}

.pagination {
    background-color: #EEE;
    color: #222;
    padding: 4px 8px;
}

.pagination a {
    color: #222;
    text-decoration: none;
    padding: 2px;
}

.pagination a.selected {
    background-color: #AAA;
    color: #222;
}

tr.head-row th {
    background-color: #FFF;
    color: #000;
    padding: 3px;
}

table#calendar th, table#calendar td {
    text-align: center;
}

td.event a {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    color: #FFF;
    display: block;
}

td.event-sel {
    background-color: #C00;
}

td.event-sel a {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    color: #FFF;
    display: block;
}

/* SEARCH */
div.search-result {
    margin: 10px 0px;
}

div.search-result strong a {
    font-weight: normal;
    font-size: 14px;
}

div.search-result img {
    float: left;
    margin: 4px 12px;
}

/* INBOX */
#inbox {
    margin-top: 16px;
}

#inbox th {
    padding: 4px;
}

#inbox td {
    border: 1px solid #FFF;
    padding: 6px;
}

tr.unread td, tr.unread td a {
    background-color: #D00;
    color: #FFF;
}

