body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: gray;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 10pt;
}

html, body {
    height: 100%;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#title a {
    color: black;
}
#title a:visited {
    color: black;
}
#title a:hover {
    text-decoration: none;
}

pre {
    background: #f0f0f0;
    border: 1px solid #d0d0d0;
    font-size: 90%;
    overflow:auto;
    padding: 0.5em;
}

h1 {
    font-size: 2em;
    font-variant: small-caps;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

h2 {
    font-size: 1.5em;
    font-variant: small-caps;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

h3 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

li > h4 {
    display: inline;
}

li > div {
    display: inline;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1em;
}

.container {
    background: white;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    padding: 0.5em 1.0em;
    text-align: center;
    width: 60em;
}

.title {
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center;
}

.menu {
    text-align: center;
}

.minecraft-page-content {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.centered-content {
    text-align: center;
}

.footer {
    clear: left;
    text-align: center;
    border-top: 1px solid;
    margin-top: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}


/* Helpers */

.inlinecenter {
    display: inline-block;
    vertical-align: middle;
}


