body {
    background: black;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: white;
    font-family: "Futura", "Helvetica", "Verdana", "Arial", sans-serif;
}

#sky {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    min-height: 300px;
    background: #2c3000;
}

#ground {
    position: absolute;
    width: 100%;
    top: 500px;
    bottom: 0px;
    background: black;
}

#cover {
    position: absolute;
    width: 100%;
    background: url('ground.png') repeat-x 50% top;
    top: 15%;
    bottom: 0%;
    text-align: center;
    min-height: 500px;
}

.forest {
    position: relative;
    max-width: 100%;
}

.release {
    position: fixed;
    bottom: 0px;
    left: 0px;
    max-width: 80%;
}

#info {
    color: #99aacc;
    font-style: italic;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 12em;
    padding: 1ex;
    background: rgba(0, 0, 0, 0.5);
    font-family: "Bodoni 72", "Bodoni MT", Bodoni, Georgia, Times, serif;
}

a:link {
    color: #aabb55;
}

a:visited {
    color: #aabb55;
}

#nav {
    z-index: 100;
    position: fixed;
    top: 1em;
    left: 1em;
    color: white;
    text-shadow: 0 0 3px black, 0 0 2px black, 0 0 1px black;
    font-size: 90%;
    margin-right: 32px;
    padding-right: 1em;

    padding-left: 3em;
    text-indent: -3em;
}

#nav h1 {
    font-size: 120%;
    margin: 0px;
    padding: 0px;
}

#news {
    z-index: 100;
    position: fixed;
    bottom: 0px;
    right: 0px;
    color: white;
    margin-left: 400px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5em 1em 1em 0.5em;
}

@media screen and (max-width: 720px) {
    img.release {
        top: 36px;
        right: 0px;
        left: auto;
        max-width: 50%;
        margin-left: 12em;
    }
    #news {
        left: 0px;
        width: 100%;
        margin-left: 0px;
    }

    html #nav {
        padding-left: 0px;
        text-indent: 0px;
    }
    html #nav h1 { display: block; }
    html #nav { max-width: 50%; }
    html #nav ul {
        display: block;
        text-indent: -1em;
        padding-left: 1em;
    }
    html #nav li { display: block; }
    html #nav li:before {
        content: '> ';
        color: #999;
        width: 1em;
        overflow: hidden;
    }
}

#news ul,
#nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#news li {
    text-indent: -1em;
    padding-left: 1em;
}
#news li:before {
    content: '> ';
    color: #999;
    width: 1em;
    overflow: hidden;
}

#nav ul { display: inline; }
#nav h1 { display: inline; }
#nav li:before { content: '|\00A0'; color: #999; }
#nav li { display: inline; }

#news a,
#nav a {
    text-decoration: none;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black;
    border-bottom: dotted white 1px;
}

#news li span {
    font-weight: bold;
}

#news h1 {
    font-size: 100%;
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px;
    padding-left: 1em;
    border-bottom: dashed white 1px;
    font-weight: bold;
}

#player {
    z-index: 100;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 32px;
    border: solid rgba(0, 0, 0, 0.75) 1px;
    background: rgba(0, 0, 0, 0.5);
    background-image: url("playercontrols.png");
    background-position: -32px 0px;
}

#player:hover {
    border-color: rgba(64, 0, 0, 0.75);
    background-color: rgba(64, 0, 0, 0.5);
}

#nav a.downloads {
    font-weight: bold;
    color: #d5ddaa;
    text-shadow: 0 0 1px black, 0 0 3px black, 0 0 10px white;
}

