body {
    background-image: url('https://www.zolan.org/site/img/gplaypattern_6688BB.png');
    background-color: #6688BB;

    color:            #ffffff;

    font-family: 'Ubuntu Condensed', sans-serif;
    font-size:   16pt;

    margin:  0px;
    padding: 0px;
    border:  0px;
}

.bordered_container {
    background-image: url('https://www.zolan.org/site/img/px_by_gre3g_6688BB.png');
    background-color: #6688BB;

    border:             3px solid #334466;
    border-radius:      15px 0px 15px 0px;
    -moz-border-radius: 15px 0px 15px 0px;

    margin:  10px;
    padding: 10px;
}

.non_bordered_container {
    padding: 10px;
    margin:  10px;
}

#master_div {
    margin:  0px;
    padding: 0px;
    border:  0px;
    width:   100%;
    height:  100%;
}

#navigation-button-group {
    width:100%;
}

.nav_button {
    text-shadow: 2px 2px 8px #000;
}

@keyframes flip_button {
    from {
        -moz-transform:    rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        transform:         rotateX(0deg);
    }
    to {
        -moz-transform:    rotateX(360deg);
        -webkit-transform: rotateX(360deg);
        transform:         rotateX(360deg);
    }
}

.nav_button {
    text-shadow: 2px 2px 8px #000;
}

.nav_button:hover {
    animation-name:     flip_button;
    animation-duration: 0.5s;
}

.nav_button:focus, .nav_button_selected {
    background-color: #9ec2e7;
}

#content {
    width:  100%;
    height: 100%;
    margin: 0px auto;

    -moz-border-radius: 15px 0px 0px 0px;
    border-radius:      15px 0px 0px 0px;
}

#footer {
    clear:      both;
    font-size:  50%;
    text-align: right;
}

a {
    color:       #9ec2e7;
    text-shadow: 2px 2px 8px #000000;
}
a:link    { color: #9ec2e7; }
a:visited { color: #99badc; }
a:hover   { color: #bbdcfe; }
a:active  { color: #bbdcfe; }

h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

h1 { text-align: center; }

h1, h2, h3, h4, h5, h6 {
    color:       #9ec2e7;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000000;
}

pre, code, blockquote {
    background-color: #6688bb;
}

pre, code {
    font-family: 'Ubuntu Mono', monospace;
}

/* Panel Header Related */
/*h1.panel_header {
    font-size: 100%;
    margin: -5px 0px 5px 0px;
}
hr.panel_header {
    margin: 0px 0px 5px 0px;
}*/
