/* ==================================================
   KarateTmaster theme
   Loaded after default.css and style.css
   ================================================== */

body {
    background: #626870 !important;
}

/* Outer frame */
#container {
    background-color: #082A43;
}

/* Main navigation */
#navigation {
    background-color: #082A43;
    color: #DCE4EB;
}

#navigation a {
    color: #DCE4EB;
    border-right-color: #526579;
}

#navigation a:hover {
    color: #FFFFFF;
}

/* Home-page left feature panel */
#leftBox,
#leftBox #bottomBoxRight {
    background-color: #082A43;
}

#bottomBoxRight h2,
#bottomBoxRight p {
    color: #DCE4EB;
}

/* Internal section boxes */
.box {
    border-color: #526579;
}

.box h2 {
    background: #34495E;
    color: #FFFFFF;
}

/* Login panels */
#loginContainer,
#loginBox {
    border-color: #34495E;
}

/* Footer */
#footer,
#copyright {
    background-color: #082A43;
}

#footer a {
    color: #DCE4EB;
}

#footer a:hover {
    color: #FFFFFF;
}

#copyright {
    border-top-color: #34495E;
    color: #AEBBC7;
}

/* Optional: links that currently use teal in default.css */
#tblTournaments a {
    color: #315E7D;
}