div.simplebody {
    margin-left: auto;
    margin-right: auto;
    margin-top: 145px;
    width: 510px;     /* The same as our logo image */
}

p, li {
    color: white;
}


/* Content-main is the main frame for both wiki and drupal pages */
/* Note that there is a #content in the forums with a potential name clash */
#content-main {
    position: relative;
    z-index: 2;
    background: #1c1c1c;   /* darkish gray */
    padding: 5px 10px;
    clear: both;
    border: solid 1px #000;
    border-bottom-width: 0;
    width: 695px; /*75%;*/
}

.block-header span, .block-header span span {
    clear: both;
    display: block;
    height: 6px;
    line-height: 1px;
    font-size: 1px;
    border: 0px;
}

.block-header {
    background: url("/forums/styles/ca_black/theme/images/block_top.gif") repeat-x;
}


.block-header span {
    background-position: top left;
    background-image: url("/forums/styles/ca_black/theme/images/block_top_left.gif");
    background-repeat: no-repeat;
}

.block-header span span {
    background-position: top right;
    background-image: url("/forums/styles/ca_black/theme/images/block_top_right.gif");
    background-repeat: no-repeat;
}

.block-footer span, .block-footer span span {
    clear: both;
    display: block;
    font-size: 1px;
    height: 6px;
    line-height: 1px;
    border: 0px;
} 

.block-footer {
    background: url("/forums/styles/ca_black/theme/images/block_bottom.gif") repeat-x;
}

.block-footer span {
    background-position: top left;
    background-image: url("/forums/styles/ca_black/theme/images/block_bottom_left.gif");
    background-repeat: no-repeat;
}

.block-footer span span {
    background-position: top right;
    background-image: url("/forums/styles/ca_black/theme/images/block_bottom_right.gif");
    background-repeat: no-repeat;
}


#block-outer{
    background-color: #404040;
    border-color: #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 0px 2px;
}

#block-inner{
    border-style: solid;
    border-width: 1px 0;
    padding: 5px;
    background-color: #000000;
    border-bottom-color: #222222;
    border-top-color: #404040;
}


#page-footer-block, #page-footer-block span, .footer{
   display: block; 
   height: 9px;
width: 699px;
}

#page-footer {
}


#page-footer span {
    background-image: url("/forums/styles/ca_black/theme/images/content_bottom_left.gif");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 9px;
}

#page-footer span span {
    background-image: url("/forums/styles/ca_black/theme/images/content_bottom_right.gif");
    background-position: right top;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 9px;
}

#page-footer span span span {
    background-image: url("/forums/styles/ca_black/theme/images/content_bottom.gif");
    background-position: left top;
    background-repeat: repeat-x;
    padding: 0;
}

/* Div where the current player list is displayed */
#widgetOutput {
       color: #bbb;
       border:1px solid black;
       padding: 5px;
       margin-bottom: 3px;
}

#phpbb #widgetOutput {
    line-height: 16px;
}


/* MOTD message from server, the one on bright green */
#motd {
    background-color: #000000; 
    padding: 0px 5px; 
    text-align: center;
    color: #00ff00;
}

#phpbb #motd {
/*     text-align: left; */
    background-color: inherit; 
}
