@font-face {
    font-family: 'Open Sans webfont';
    src: url('../../../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans webfont';
    src: url('../../../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans webfont';
    src: url('../../../fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans webfont';
    src: url('../../../fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Cousine webfont';
    src: url('../../../fonts/Cousine-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cousine webfont';
    src: url('../../../fonts/Cousine-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Cousine webfont';
    src: url('../../../fonts/Cousine-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Cousine webfont';
    src: url('../../../fonts/Cousine-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
:root {
    color-scheme: dark;
    --umbra-pure-white: #ffffff;
    --umbra-pure-black: #000000;
    --umbra-deep-black: #202021;
    --umbra-deep-grey: #383839;
    --umbra-medium-grey: #666667;
    --umbra-medium-red: #c04b4b;
    --umbra-strong-mint: #90ee90;
}
*::selection {
    color: var(--umbra-deep-black);
    background-color: var(--umbra-strong-mint);
}
*::target-text {
    color: var(--umbra-deep-black);
    background-color: var(--umbra-pure-white);
}
html {
    font-size: 16px;
}
body {
    font-family: "Open Sans webfont", sans-serif;
    font-size: 1rem;
    color: var(--umbra-pure-white);
    line-height: 1.5;
    tab-size: 4;
    background-color: var(--umbra-deep-black);
    margin: 0em 0em 2rem 0em;
    min-width: 280px;
}
body.preview {
    margin: 1rem;
}
p {
    margin: 1rem 0rem;
}
h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0.5em 0em;
    padding: 0em;
}
h2, h1.banner {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.67em 0em;
    padding: 0em;
}
h2.archive {
    margin: 2rem 0rem 0rem 0rem;
}
h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0em;
    padding: 0em;
}
h3.archive {
    font-size: 1.33em;
    margin-bottom: 0.75em;
}
h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0em;
    padding: 0em;
}
h5, h6 {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0em;
    padding: 0em;
}
sup, sub {
    line-height: 1;
    font-size: 0.75em;
}
em, dfn, cite {
    font: inherit;
    font-style: italic;
}
strong {
    font: inherit;
    font-weight: bold;
}
address {
    font: inherit;
}
small {
    font-weight: normal;
    font-size: 0.75em;
}
mark {
    color: var(--umbra-deep-black);
    background-color: var(--umbra-strong-mint);
}
del, s {
    font: inherit;
    text-decoration: line-through;
    text-decoration-thickness: 0.125em;
}
figure, blockquote {
    margin: 1rem;
    font: inherit;
    font-size: 1rem;
    page-break-inside: avoid;
}
blockquote {
    font-style: italic;
}
figcaption {
    font-size: 0.75em;
    margin: 1rem 0rem;
}
aside {
    max-width: 40%;
    float: right;
    float: inline-end;
    font-style: italic;
    margin: 0rem;
    margin-inline-start: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: var(--umbra-deep-grey);
}
blockquote em,
aside em {
    font-style: normal;
}
pre {
    font-family: "Cousine webfont", monospace;
    font-size: 0.85em;
    background-color: var(--umbra-deep-grey);
    margin: 1rem 0rem;
    overflow-x: auto;
    white-space: pre;
}
pre:focus-visible {
    outline: var(--umbra-strong-mint) solid 4px;
}
code {
    font-family: "Cousine webfont", monospace;
    font-size: 0.85em;
    background-color: var(--umbra-deep-grey);
    padding: 0.125em 0.25em 0em 0.25em;
    vertical-align: bottom;
    white-space: break-spaces;
}
pre > code {
    font-size: 0.85rem;
    display: block;
    padding: 0.5rem;
    white-space: inherit;
}
hr {
    width: 100%;
    clear: both;
    border: none;
    border-top: 1px solid var(--umbra-medium-grey);
    margin: 2em 0em;
}
hr.post {
    margin: 0em;
}
hr:last-child,
hr.post:last-of-type,
hr + hr {
    display: none;
}
ul,
ol.comments ul {
    list-style: disc outside;
    margin: 1em 0em;
    margin-inline-start: 2em;
    padding: 0em;
}
ul ul,
ol.comments ul ul {
    list-style-type: circle;
}
ol,
ol.comments ol {
    list-style: decimal outside;
    margin: 1em 0em;
    margin-inline-start: 2em;
    padding: 0em;
}
ol ol,
ol.comments ol ol {
    list-style-type: lower-latin;
}
html[lang="ar"] ol ol,
html[lang="ar"] ol.comments ol ol {
    list-style-type: arabic-indic;
}
html[lang="he"] ol ol,
html[lang="he"] ol.comments ol ol {
    list-style-type: hebrew;
}
li {
    margin: 0em;
    padding: 0em;
}
dl {
    list-style: none;
    margin: 1em 0em;
}
dl dt {
    font-weight: bold;
    margin: 0em;
    padding: 0em;
}
dl dd {
    margin: 0em;
    padding: 0em;
    margin-inline-start: 2em;
}
ul.navigation {
    list-style: none;
    margin: 0em;
    display: inline;
}
ul.navigation > li {
    display: inline;
}
ul.archive {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
    grid-auto-flow: row;
    gap: 2rem;
    margin: 2rem 0rem 0rem 0rem;
}
ol.comments {
    list-style: none;
    padding: 0em;
    margin: 0em;
    border-bottom: 1px solid var(--umbra-medium-grey);
}
ol.comments > li {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0em;
    padding: 2rem;
    border: 1px solid var(--umbra-medium-grey);
    border-bottom: none;
}
ol.comments > li#comment_shim {
    display: none;
}
details {
    margin: 1rem 0rem;
}
details > summary {
    box-sizing: border-box;
    margin: 0em;
    padding: 0em;
    cursor: pointer;
    list-style: none;
}
details > summary::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.125em;
    width: 1em;
    height: 1em;
    margin-inline-end: 0.5em;
    background: url(../images/expand.svg) center/1em no-repeat
}
details[open] > summary {
    margin-bottom: 1em;
}
details[open] > summary::before {
    top: 0.25em;
    background: url(../images/collapse.svg) center/1em no-repeat
}
table {
    border-collapse: collapse;
    border-spacing: 0em;
    width: 100%;
    margin: 0em 0em 1em 0em;
    overflow-x: scroll;
}
table th {
    text-align: start;
    padding: 0.5em;
    font: inherit;
    font-weight: bold;
    background-color: var(--umbra-medium-grey);
    border: 1px solid var(--umbra-medium-grey);
    vertical-align: middle;
}
table td {
    text-align: start;
    padding: 0.5em;
    font: inherit;
    border: 1px solid var(--umbra-medium-grey);
    vertical-align: middle;
}
form, fieldset {
    margin: 0em;
    padding: 0em;
    border: none;
}
form.search_box {
    width: auto;
    display: block;
}
form.comment_edit {
    width: 100%;
}
select[disabled],
textarea[disabled],
input[disabled],
button[disabled], {
    cursor: not-allowed;
    opacity: 0.33;
}
select, input {
    box-sizing: border-box;
    display: block;
    width: 320px;
    margin: 0.5em 0em;
    padding: 0.5em;
    background: none;
    text-align: start;
    font: inherit;
    font-size: inherit;
    color: var(--umbra-pure-white);
    background-color: var(--umbra-medium-grey);
    border: none;
    border-radius: 0.25em;
}
html[dir="ltr"] select {
    appearance: none;
    padding-right: 1.5em;
    background-image: url(../images/select.svg);
    background-size: 1rem;
    background-position: center right 0.25em;
    background-repeat: no-repeat;
}
html[dir="rtl"] select {
    appearance: none;
    padding-left: 1.5em;
    background-image: url(../images/select.svg);
    background-size: 1rem;
    background-position: center left 0.25em;
    background-repeat: no-repeat;
}
html select:focus {
    background-image: url(../images/select_focus.svg);
}
input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 0em;
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"]:checked {
    background-image: url(../images/checkbox.svg);
    background-size: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}
input[type="checkbox"]:checked:focus {
    background-image: url(../images/checkbox_focus.svg);
}
input[type="radio"]:checked {
    background-image: url(../images/radio.svg);
    background-size: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}
input[type="radio"]:checked:focus {
    background-image: url(../images/radio_focus.svg);
    background-size: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}
input.error,
input:invalid {
    color: var(--umbra-pure-white);
    background-color: var(--umbra-medium-red);
    box-shadow: none;
}
select:focus,
input:focus {
    outline: none;
    color: var(--umbra-pure-black);
    border: none;
    background-color: var(--umbra-pure-white);
}
input::placeholder {
    color: var(--umbra-pure-white);
    opacity: 1;
}
input:focus::placeholder {
    color: var(--umbra-pure-black);
}
input#search_field {
    display: inline;
    width: 10em;
    margin: 0em;
}
textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 20ex;
    font: inherit;
    font-size: inherit;
    color: var(--umbra-pure-white);
    margin: 0.5em 0em;
    padding: 0.5em;
    border: none;
    border-radius: 0.25em;
    background-color: var(--umbra-medium-grey);
    resize: vertical;
}
textarea:focus {
    outline: none;
    color: var(--umbra-pure-black);
    border: none;
    background-color: var(--umbra-pure-white);
}
button {
    font: inherit;
    font-size: inherit;
    cursor: pointer;
}
button:focus {
    outline: none;
}
label {
    display: block;
    margin-top: 1em;
}
div#mast {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: 0em;
    padding: 2rem;
    border-bottom: 1px solid var(--umbra-medium-grey);
}
div#main {
    box-sizing: border-box;
    width: 100%;
    margin: 0em;
    padding: 0em;
    overflow: visible;
}
div.traversal {
    box-sizing: border-box;
    max-width: 1024px;
    text-align: center;
    padding: 0rem 2rem;
    margin: 0rem auto 0rem auto;
}
div.flash {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    background-color: var(--umbra-medium-red);
    padding: 0.5em;
    border-bottom: 1px solid transparent;
}
div.filter {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0rem;
    padding: 0.5em;
    background-color: var(--umbra-deep-grey);
    border-bottom: 1px solid var(--umbra-medium-grey);
}
div.metadata {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 0.75em;
    text-align: center;
    margin-top: 2rem;
    padding: 0.25rem;
    border-radius: 0.25rem;
    background-color: var(--umbra-deep-grey);
}
div.tags {
    margin: 1rem 0rem 0rem 0rem;
    font-size: 0.75em;
}
div.doaction {
    font-family: inherit;
    margin: 1em 0em;
}
div.admin {
    margin: 1em 0em 0em 0em;
}
div#main > article, div.standalone {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 2rem auto;
    padding: 0rem 2rem;
}
ul.archive article.post.archive {
    display: block;
    position: relative;
    height: 196px;
    font-size: 0.75em;
    padding: 8px;
    border: 1px solid var(--umbra-pure-white);
}
article > header {
    display: block;
    width: 100%;
    margin: 0rem 0rem 1rem 0rem;
    padding: 0em;
    border: none;
}
article > section {
    display: block;
    width: 100%;
    margin: 1rem 0rem 0rem 0rem;
    padding: 0em;
}
article > footer {
    display: block;
    width: 100%;
    text-align: start;
    margin: 1rem 0rem 0rem 0rem;
    padding: 0em;
    border: none;
    clear: both;
}
article > ol.pingbacks {
    box-sizing: border-box;
    display: block;
    list-style: none;
    width: 100%;
    margin: 0rem;
    padding: 2rem;
    border: 1px solid var(--umbra-medium-grey);
}
section.post_archive_container {
    height: 100%;
    overflow: hidden;
}
article.video video,
article.audio audio {
    width: 100%;
}
a:link,
a:visited {
    color: var(--umbra-pure-white);
    text-decoration: none;
}
a:hover,
a:focus,
a:active,
summary:hover,
summary:focus,
summary:active {
    outline: none;
    color: var(--umbra-strong-mint);
    text-decoration: underline;
    text-underline-offset: 0.125em;
    text-decoration-thickness: 0.0625em;
}
ul.navigation > li > a {
    display: inline-block;
    margin: 0rem 0.5rem 1rem 0.5rem;
}
div.flash a {
    font-weight: bold;
    color: var(--umbra-pure-white);
}
div.traversal a {
    display: inline-block;
    position: relative;
    padding: 2.5em 0em;
    width: 6em;
    height: 1em;
    top: 0px;
    color: var(--umbra-pure-white);
    text-decoration: none;
    background-color: var(--umbra-deep-grey);
    line-height: 1;
    border-radius: 50%;
}
div.traversal a:hover,
div.traversal a:focus,
div.traversal a:active {
    color: var(--umbra-deep-black);
    background-color: var(--umbra-strong-mint);
    transition: top 250ms cubic-bezier(0.5, -8, 0.2, 4);
}
div.next a:hover,
div.next a:active {
    top: 1px;
}
section a:link,
p a:link,
section a:visited,
p a:visited {
    color: var(--umbra-pure-white);
    text-decoration: underline;
    text-underline-offset: 0.125em;
    text-decoration-thickness: 0.0625em;
}
section a:hover,
p a:hover,
section a:focus,
p a:focus,
section a:active,
p a:active {
    color: var(--umbra-strong-mint);
}
section a:focus-visible,
p a:focus-visible {
    text-decoration-style: double;
}
div.footnotes {
    font-size: 0.75em;
}
div.tag_cloud a.tag {
    display: inline-block;
    position: relative;
    top: 0px;
    padding: 0.25em 0.5em;
    margin: 2px 0em;
    color: var(--umbra-pure-white);
    text-decoration: none;
    border: 1px solid var(--umbra-pure-white);
}
div.tag_cloud a.tag:hover,
div.tag_cloud a.tag:focus,
div.tag_cloud a.tag:active {
    color: var(--umbra-deep-black);
    background-color: var(--umbra-strong-mint);
    border-color: var(--umbra-strong-mint);
}
div.metadata a.category {
    display: inline-block;
    position: absolute;
    top: -2rem;
    inset-inline-end: 2rem;
    padding: 0.25em 0.75em;
    margin: 0em;
    border: 1px solid var(--umbra-medium-grey);
    border-top: none;
}
div.doaction a, button {
    display: inline-block;
    white-space: nowrap;
    padding: 0.5em 1.25em;
    border: none;
    border-radius: 0.25em;
    color: var(--umbra-pure-white);
    text-decoration: none;
    background-color: var(--umbra-deep-grey);
}
div.doaction a:hover,
button:hover,
div.doaction a:focus,
button:focus,
div.doaction a:active,
button:active {
    color: var(--umbra-pure-black);
    background-color: var(--umbra-strong-mint);
}
div.doaction a.post_delete_link,
div.doaction a.delete_link {
    font-weight: bold;
}
section.photo > a:focus,
section a:has(img):focus {
    outline: var(--umbra-strong-mint) solid 4px;
}
a.likes > img,
a.likes > svg {
    display: inline-block;
    height: 1.25em;
}
a.likes:hover > img,
a.likes:hover > svg,
a.likes:focus > img,
a.likes:focus > svg {
    animation: like_image 500ms alternate ease infinite;
}
@keyframes like_image {
    from {
        transform: scale(1.0);
    }
    to {
        transform: scale(0.8);
    }
}
a.archive_post_link {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    color: transparent;
    background-color: transparent;
}
a.archive_post_link:hover,
a.archive_post_link:focus,
a.archive_post_link:active {
    outline: var(--umbra-strong-mint) solid 4px;
}
img {
    border-style: none;
    margin: 0em;
    padding: 0em;
}
section img {
    display: block;
    width: 100%;
}
iframe {
    max-width: 100%;
    border: none;
    margin: 1rem 0rem;
}
iframe.content_embed {
    width: 100%;
    aspect-ratio: 16 / 9;
}
iframe.spotify_embed {
    height: 152px;
    aspect-ratio: unset;
}
iframe.bandcamp_m_embed {
    max-width: 700px;
    aspect-ratio: 1 / 1;
}
iframe.bandcamp_s_embed {
    max-width: 700px;
    height: 42px;
    aspect-ratio: unset;
}
iframe.bandcamp_l_embed {
    max-width: 700px;
    aspect-ratio: 2 / 3;
}
div#mast > *:first-child,
article > *:first-child,
section > *:first-child,
form > *:first-child,
aside > *:first-child,
div.standalone > *:first-child,
ol.comments > li > *:first-child {
    margin-top: 0rem;
}
div#mast > *:last-child,
article > *:last-child,
section > *:last-child,
form > *:last-child,
aside > *:last-child,
div.standalone > *:last-child {
    margin-bottom: 0rem;
}
.ajax_loading {
    background-size: 30px 30px;
    background-image: linear-gradient(
        -45deg,
        var(--umbra-pure-black) 25%,
        transparent 25%,
        transparent 50%,
        var(--umbra-pure-black) 50%,
        var(--umbra-pure-black) 75%,
        transparent 75%
    ) !important;
    animation: ajax_loading 2s linear infinite;
}
.ajax_loading .doaction {
    visibility: hidden;
}
@keyframes ajax_loading {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 60px 30px;
    }
}
@media print {
    html {
        font-size: 4.2mm;
    }
    div#main > article,
    div.standalone {
        page-break-inside: avoid;
    }
}
@media screen and (max-width: 639px) {
    html {
        font-size: 14px;
    }
    aside {
        float: none;
        max-width: 100%;
        margin: 1rem 0rem;
    }
    input, select {
        width: 100%;
    }
    button#search_submit {
        display: none;
    }
}
@media (prefers-reduced-motion) {
    .ajax_loading {
        animation: ajax_loading 10s linear infinite;
    }
}
@media (prefers-contrast: more) {
    body {
        background-color: var(--umbra-pure-black);
    }
}
