/*-*- mode:css; coding:utf-8; indent-tabs-mode:nil; fill-column:80 -*-*/

html{
    font-family: monospace;
    font-size: 16px;
    background-color: ghostwhite;
    background-image: url("114-1632x1224-colors-32-FloydSteinberg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: rgb(10,10,10);
}

body{
    margin: 0.5em auto 1.5em auto;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow:
        0 3px 3px rgba(0, 0, 0, 0.04),
        0 7px 7px rgba(0, 0, 0, 0.05),
        0 50px 50px rgba(0, 0, 0, 0.15);
    border-style: solid;
    max-width: 40em;
}

h1{
    font-style: italic;
    margin: 0.25em 0 0.25em 0;
}

header + p{
    margin: 0;
}

h2{
    margin: 0.25em 0 0.25em 0;
}

h2 a{
    color: inherit;
}

h3{
    margin: 0.25em 0 0.25em 0;
}

h3 a{
    color: inherit;
}

p{
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

img{
    max-width: 100%;
}

hr{
    border: 2px solid;
}

section{
    overflow: auto;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

footer{
    font-size: 80%;
    margin: 0.5em 0 0.5em 0;
}

code {
    background-color: white;
    padding: 0 3px 0 3px;
    border: 1px solid gainsboro;
    border-radius: 3px;
}

.org-dl dt{
    font-style: italic;
}

.org-center{
    text-align: center;
}

.src {
    border: 2px solid gainsboro;
    border-radius: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
}

nav p{
    margin-bottom: 0.5em;
}

ul {
    padding-left: 20px;
}

dd ul {
    padding-left: 0;
}

nav.tree p {                                  margin-bottom: 0; }
nav.tree ul{    list-style: none; padding: 0; margin-top: 0; }
nav.tree ul ul{ list-style: none; padding: 0;}
nav.tree ul li::before{                                 content: "├─ ";}
nav.tree ul li:last-of-type::before{                    content: "└─ ";}
nav.tree ul li li::before{                              content: "│  ├─ ";}
nav.tree ul li li:last-of-type::before{                 content: "│  └─ ";}
nav.tree ul li:last-of-type li::before{                 content: "   ├─ ";}
nav.tree ul li:last-of-type li:last-of-type::before{    content: "   └─ ";}
