/* -------------------------
    Naam: content.css
    General content styling
    Author: Kaj Nelissen
   ------------------------- */

/**
 *  Paragraphs
 */
#content p {
    display: block;
    margin: 10px 0 20px 0;
}

#content p:first-child {
    margin-top: 0;
}

#content p:last-child {
    margin-bottom: 0;
}

/**
 *  Anchors
 */
a {
    color: #085487;
    text-decoration: none;
    font-weight: bold;
}

a:hover, #breadcrumb a:hover {
    text-decoration: underline
}

#sidebar a {
     text-decoration: none;
     color: #48799a;
     display: block;
     width: 160px;
     margin-left: 10px;
     font-weight: normal;
}

/*#sidebar a.forumtracker {
     text-decoration: none;
     color: #48799a;
     display: block;
     width: 160px;
     margin-left: 10px;
     font: normal 12px/16px Verdana;
}*/

#footer a {
     text-decoration: none;
     color: #3b6582;
     font-weight: normal;
}

#sidebar a:hover, #footer a:hover, #breadcrumb a {
    color: #8cbcdd;
    text-decoration: none;
    font-weight: normal;
}

div.important a {
    color: #163f0e;
    font-weight: bold;
}

div.newspost_footer a {
    display: block;
    width: 120px;
    height: 30px;
    color: #fff;
    background: url('../images/news_buttons.png') no-repeat 0 0;
    font: bold 12px/30px Verdana;
    text-align: center;
    text-decoration: none;
    float: right;
    margin-left: 10px;
}

div.newspost_footer a:hover {
    color: #fff;
    text-decoration: underline;
    background: url('../images/news_buttons.png') no-repeat 0 -30px;
}

/**
 *  Lists
 */
#content ul {
    margin-bottom: 10px;
    display: block;
}

#content ul li {
    margin-left: 30px;
    list-style-type: disc;
}

/**
 *  Header tags
 */
#content h6 {
    color: #0b2130;
    border-bottom: 2px #0b2130 dotted;
    font: bold 1.4em/1.8em Verdana;
    margin-bottom: 10px;
    width: 750px;
    padding-left: 20px;
    clear: both;
}

#content h5 {
    color: #0b2130;
    border-bottom: 1px #0b2130 dotted;
    font: bold 1.2em/1.4em Verdana;
    margin-bottom: 5px;
    width: 750px;
    padding-left: 20px;
    clear: both;
}

#content h4 {
    color: #000;
    border-bottom: 1px #000 dotted;
    font: bold 1.2em/1.4em Verdana;
    margin-bottom: 5px;
    width: 580px;
    padding-left: 20px;
    clear: both;
}

#content h1 {
    color: #0b2130;
    border-bottom: 2px #0b2130 dotted;
    font: bold 1.4em/2em Verdana;
    margin-bottom: 10px;
    width: 750px;
    padding-left: 20px;
    clear: both;
}

/**
 *  Recurring divs
 */
#content div.infoblock {
    width: 480px;
    padding: 10px;
    background-color: #badff8;
    color: #0b2130;
    border: 2px #0b2130 solid;
    margin: auto;
}

#content div.important {
    width: 726px;
    padding: 20px;
    background-color: #badff8;
    color: #0b2130;
    border: 2px #0b2130 solid;
    margin-bottom: 10px;
}

#content #newsposter {
    color: #888;
    font: 0.8em/1.2em Verdana;
    margin-bottom: 5px;
    padding-left: 20px;
}

div.mailbagcontainer {
    width: 768px;
    border: 1px #000 solid;
    background-color: #639d59;
    clear: both;
    margin: 5px 0 10px 0;
}

div.mailbaguser {
    width: 120px;
    padding: 10px;
    text-align: center;
    float: left;
    font-weight: bold;
    color: #fff;
    background-color: #639d59;
}

div.mailbaganswer {
    width: 608px;
    background-color: #d2fcc2;
    padding: 10px;
    border-bottom: 1px dashed #0c4f0c;
    float: left;
}

div.mailbaganswer:last-child {
    border-bottom: 0;
}

#d_general {
    display: block;
}

#d_moves {
    display: none;
}

#content div.centerblock {
    width: 770px;
    display: block;
    text-align: center;
}

/**
 *  Images
 */
#content a img {
    border: 0;
}

#content img.b {
    border: 1px #000 solid;
    margin: 10px;
}

#content img.border {
    border: 1px #000 solid;
    margin: 0;
}

#content img.left {
    float: left;
    margin: 0 10px 10px 0;
}

#content img.leftb {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px #000 solid;
}

#content img.right {
    float: right;
    margin: 0 10px 10px 10px;
}

#content img.rightb {
    float: right;
    margin: 0 10px 10px 10px;
    border: 1px #000 solid;
}

#content img.screen {
    margin: 0 0 5px 0;
}

/**
 * News
 */
div.newspost_header {
    width: 770px;
    height: 60px;
    background: #fff url('../images/news_header.png') no-repeat top left;
    margin-bottom: 20px;
}

div.newspost_header strong {
    display: block;
    color: #fff;
    width: 680px;
    height: 30px;
    padding: 10px 0 0 90px;
    font: bold 14px/30px Verdana;
}

div.newspost_header span {
    display: block;
    color: #0b2130;
    width: 680px;
    height: 20px;
    padding: 0 0 0 90px;
    font: 10px/20px Verdana;
}

div.newspost_header span span {
    display: inline;
    padding: 0;
}

div.newspost_content {
    width: 770px;
    margin-bottom: 0px;
    font: 12px/18px Verdana;
}

div.newspost_footer {
    width: 770px;
    text-align: right;
    margin-bottom: 20px;
}

/**
 *  Other
 */
#breadcrumb strong {
    color: #fff;
}

/**
 * Navigation
 */
div.navContainer {
    width: 770px;
    text-align: right;
    clear: both;
    padding: 5px 0 5px 0;
    border-bottom: 1px #ddd solid;
    border-top: 1px #ddd solid;
    margin: 5px 0 5px 0;
    font: 12px/26px Verdana;
}

div.navLinks {
    /*font: 0.9em/24px;*/
    float: right;
}

div.navLinks a {
    display: block;
    padding: 0 5px 0 5px;
    float: left;
    color: #0b2130;
    text-align: center;
    margin-left: 3px;
    background-color: #68b9e0;
    height: 24px;
    border: 1px #000 solid;
    line-height: 24px;
}

div.navLinks span {
    color: #fff;
    display: block;
    padding: 0 5px 0 5px;
    float: left;
    text-align: center;
    margin-left: 3px;
    background-color: #0b2130;
    height: 24px;
    border: 1px #000 solid;
    font: bold 12px/24px Verdana;
}

div.navLinks a:hover {
    background-color: #dde861;
    color: #000;
    text-decoration: none;
}

br.clear {
    clear: both;
}