@charset 'UTF-8';

html {
    background-color: #101517;
}
body {
    background-color: #252f37;
}
header {
    border-left: 2vw ridge gold;
    margin-top: 0;
}
header a {
    display: inline-block;
    color: snow;
    width: auto;
    max-width: initial;
    height: 2em;
    background-color: inherit;
    box-sizing: border-box;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 0 BLACK;
    line-height: 2.2em;
    margin: 0.5em 1em;
}
main {
    color: snow;
    padding-bottom: 2em;
}
h1 {
    position: static;
    background-color: #199C77;
    font-weight: bold;
    text-shadow: 2px 2px 0 grey;
}
h1 > span {
    position: static;
    font-family: 'Georgia';
    font-size: inherit;
    font-weight: lighter;
    margin-left: 0.5em;
}
h1 + p {
    position: relative;
    color: aliceblue;
    background-color: #199C77;
    text-indent: 0;
    padding: 0;
    padding-left: 4vw;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}
h1 + p > span {
    color: white;
    position: absolute;
    font-family: monospace;
    font-size: small;
    right: 1em;
    bottom: 1em;
}
h2 {
    border-color: seagreen;
    background-color: #353f46;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0.4em 1em;
}
h3 {
    background-color: #353f46;
    border-color: mediumseagreen;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0.8em 1.2em;
}
h3.stage {
    text-indent: 2em;
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position-x: 0.8em;
    background-position-y: 40%;
}
h4 {
    background-color: inherit;
    border: none;
    border-bottom: 3px solid seagreen;
    margin-left: 1em;
    padding: 0 2em;
}
p {
    line-height: 2.3;
    letter-spacing: 1px;
    padding: 1em;
}
p.zip {
    margin: 2em 0;
}
p.zip a {
    color: black;
    font-size: smaller;
    border: 2px solid royalblue;
    border-radius: 1em;
    background-color: lightblue;
    background-image: url(i/zip_icon_kage);
    background-size: 3em;
    background-repeat: no-repeat;
    background-position-x: 1.5em;
    background-position-y: 0.8em;
    box-shadow: 2px 2px 4px grey;
    margin: 1em 0;
    padding: 1.5em 2em 1.5em 5em;
}
p.zip a:hover {
    opacity: 0.6;
    text-decoration: none;
}
a {
    color: #1da1f2;
}
ul {
    margin-bottom: 0;
}
ol {
    border-left: 4px solid silver;
    font-size: smaller;
    list-style: inside decimal;
    margin: 1em 0 1em 3em;
    padding: 0.1em;
}
li {
    margin: 1em;
}
dl.chart dd {
    color: silver;
    text-indent: 0;
    margin-bottom: 1em;
}
dl.chart dt {
    display: inline-block;
    font-size: medium;
    border-bottom: 3px solid seagreen;
    line-height: 1;
    margin: 1em 0;
    padding: 0 1em;
    float: none;
}
dl.chart + p {
    font-size: smaller;
}
dl.control dt {
    float: none;
}
dl.control hr,
hr.short {
    margin: 0.5em 0;
}
nav#index {
    display: inline-block;
    width: auto;
    background-color: gainsboro;
    border: 4px dashed gray;
    font-size: medium;
    margin: 2em;
    padding: 1em 0;
}
nav#index h4 {
    color: #333;
    background: inherit;
    border: none;
    padding: 0.5em 1em 0;
    margin-top: 0;
    margin-left: 2em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid;
}
nav#index ul {
    width: auto;
    display: block;
}
nav#index > ul {
    color: black;
    list-style: inside;
}
nav#index ul ul {
    list-style: inside circle;
}
nav#index ul ul li a {
    //color: #6666ff;
}
nav#index li {
    display: list-item;
    border: none;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid gray;
}
nav#index a:before,
nav#index a:after {
    content: " ";
}
figure {
    margin-top: 3em;
    margin-bottom: 3em;
}
figure.play p {
    display: inline-block;
    color: tan;
    font-size: medium;
    font-weight: bold;
    text-indent: 0;
    text-align: center;
    text-decoration: underline;
    letter-spacing: 4px;
    line-height: 2;
    margin-bottom: 0.6em;
    padding: 0;
}
figure.play a {
    color: inherit;
}
figure div a {
    border-bottom: 2px solid silver;
    padding: 0 0.5em 0.1em;
}
figure.play p:hover {
    color: silver;
}
figure.play img {
    background-color: azure;
    border: 4px solid gray;
    box-shadow: 0 0 4px snow;
    padding: 1em;
}
figure.play figcaption {
    margin-top: 0.8em;
}
figure.play p:hover + div img,
figure.play img:hover {
    background-color: royalblue;
}
figure.submit img {
    background-color: silver;
}
figure.submit p:hover + div img,
figure.submit img:hover {
    background-color: #199C77;
}
img {
    vertical-align: sub;
}
img.banner {
    vertical-align: top;
    margin-left: 0.5em;
}
img.inline {
    width: 1.5em;
    margin: 0 0.3em;
}
label {
    margin-left: 1em;
}
hr {
    margin-top: 2em;
    margin-bottom: 2em;
}
footer {
    margin-bottom: 0;
}
.req:after {
    content: "*";
    color: red;
}
.url {
    color: silver;
    text-decoration: none;
}
.url:hover {
    color: snow;
}
.url:after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-color: khaki;
    background-image: url(../advent/i/icon_open.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-left: 0.2em;
}
.player {
    margin: 2em 0;
}
.player h3 {
    background-color: transparent;
}
.player h4 {
    margin-left: 2.5em;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    text-shadow: 0 0 black;
}
.player h4:before {
    padding-right: 2.5em;
    margin-left: -3em;
}
.player h4.noicon:before {
    padding-right: 0;
}
.player a:first-child {
    color: inherit;
    text-shadow: 0 0 black;
}
.voted {
    width: 65vw;
    background-color: white;
    border: 2px ridge silver;
    margin: 1em auto 0;
    padding: 0.5em;
}
.voted h5 {
    text-align: center;
    border-bottom: 1px solid steelblue;
    margin: 0;
}
.voted p {
    text-align: center;
    font-size: small;
    margin-top: 0.5em;
    padding: 0;
}
.voted small {
    display: block;
}
.hash {
    color: rgb(29,161,242);
}