@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* 62.5% of 16px = 10px ~= 10pt */
}

body {
    background-color: #cccccc;
    color: #333333;
    font-family: ubuntu, optima, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: ubuntu, optima, arial, sans-serif;
    font-display: swap;
}

a:link, a:visited,
h1, h2, h3, h4, h5, h6 {
    color: #440044;
}

h1 {
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.4rem;
}

h2 {
    padding-top: 3rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
}

h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
}

p {
    padding-bottom: 2rem;
}

blockquote {
    padding-left: 2rem;
    font-style: italic;
}

code,
pre {
    padding: 0 .5rem;
    background-color: #eee;
    font-family: Ubuntu Monospace, Consolas, Andale Mono, Monaco, Lucida Console, monospace;
    font-display: swap;
    font-size: 1.3rem;
}

ul,
ol {
    padding-left: 2rem;
    padding-bottom: 2rem;
}

dd + dt {
    padding-top: 2rem;
}

dl dl {
    padding-left: 2rem;
}

dt h3 {
    padding-bottom: 0;
}

article {
    border-bottom: none;
    padding-bottom: 2rem;
}

article img {
    max-width: 100%;
    vertical-align: top;
    background: #333;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

article + hr {
    margin: 2rem 0rem;
    border-top: medium double #333;
    text-align: center;
}

article + hr:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -1.4rem;
    font-size: 1.8rem;
    padding: 0 0.25rem;
    background-color: #ccccb4;
}

article footer {
    font-size: 1.3rem;
    color: #666;
}

article footer address {
    display: inline;
    font-style: normal;
}

nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

a:hover,
a:active,
#masthead nav li a:hover,
#masthead h1 a:hover,
#sidebar a:hover {
    color: #990099;
}

input:hover,
textarea:hover {
    border-color: #660066;
}

textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

button,
input,
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 1rem;
}

button,
input {
    line-height: normal;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    padding: 0.5rem 1rem;
    background-color: #e6e6e6;
    background-image: linear-gradient(0deg, #f4f4f4, #e6e6e6);
    color: #7c7c7c;
    font-family: sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: normal;
    cursor: pointer;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background-color: #ebebeb;
    background-image: linear-gradient(0deg, #f9f9f9, #ebebeb);
    color: #5e5e5e;
}

button.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    border: none;
    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    background-color: #e1e1e1;
    background-image: linear-gradient(0deg, #ebebeb, #e1e1e1);
    color: #757575;
}

button[disabled],
input[disabled] {
    cursor: default;
}

img[class*="align"] {
    height: auto;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

.page {
    padding: 0rem 0rem;
    background-color: #ccccb4;
    background-image: url(/theme/images/paper-light-kaki.png);
}

.input-li {
    display: block;
}

.gallery {
    clear: both;
}

.gallery ul li {
    display: inline-block;
    list-style-type: none;
    list-style-position: none;
    text-decoration: none;
    margin-top: 1.5rem;
    margin-right: 1rem;
    width: 31%;
}

.gallery dt,
.gallery dd {
    margin-top: 1rem;
}

.gallery a img {
    padding: 20px;
    height: 150px;
    width: 150px;
}

.gallery-nav ul li {
    display: inline-block;
    list-style-type: none;
    list-style-position: none;
    text-decoration: none;
}

.gallery-nav ul li:first {
    float: left;
}

.gallery-nav ul li:last-of-type {
    float: right;
}

.gallery-nav a {
    text-decoration: none;
}

.social {
    padding-left: 0;
    padding-bottom: 1rem;
    list-style: none;
}

.social li {
    display: block;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 1rem 2rem 1rem 0;
}

img.alignright {
    margin: 1rem 0 1rem 2rem;
}

img.aligncenter {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#masthead hgroup,
#masthead nav {
    padding: 0rem 1rem;
}

#masthead hgroup {
    background-image: url(/theme/images/paper-aubergine.png);
}

#masthead address {
    display: block;
    float: right;
    margin-top: 3rem;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
}

#masthead h1,
#masthead h1 a {
    clear: none;
    margin: 0rem;
    padding:1rem 0rem 0rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #999955;
}

#masthead h2 {
    clear: none;
    margin-bottom: 1rem;
    padding: .5rem 0 1rem;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4rem;
    color: #999955;
}

#masthead a  {
    text-decoration: none;
}

#masthead nav ul  {
    display: none;
}

#masthead nav {
    margin-left: auto;
    margin-right: auto;
    width: 20rem
}

#masthead nav ul.toggled-on,
.menu-toggle {
    display: inline-block;
    width: 20rem;
}

#masthead nav ul {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #440044;
    border-bottom: 1px solid #440044;
    padding: 1rem 0rem;
    text-indent: 0;
}

#masthead nav li {
    margin-top: 1rem;
    border-bottom: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    white-space: nowrap;
}

#masthead nav li a {
    color: #666;
    text-decoration: none;
}

#masthead nav .current_page > a {
    color: #333;
    font-weight: bold;
}

#articles {
    padding: 0rem 1rem;
}

#articles ol.breadcrumbs {
    padding: .5rem 0 0 2rem;
    font-size: 1.3rem;
}

#articles ol.breadcrumbs li {
    display: inline-block;
    padding: 0 .5rem 0 0;;
    text-decoration: none;
}

#articles ol.breadcrumbs li:before {
    content: "➤ \00a0";
}

#articles .paginator {
    margin-bottom: 2rem;
    font-size: 2rem;
}

#articles .paginator strong {
    padding: 0 .5rem;
    background: #660066;
    color: #999955;
}

#articles .paginator a {
    text-decoration: none;
}

#sidebar aside h3:first-child {
    padding-top: 0;
}

#sidebar aside a {
    color: #000;
}

#colophon {
    clear: both;
    margin-top: 6rem;
    border-top: 1px solid #440044;
    background-image: url(/theme/images/paper-aubergine.png);
    color: #999955;
    padding: 1rem 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
}

#colophon p {
    padding-bottom: 0rem;
}

@media screen and (min-width: 600px) {
    .page {
        margin: 0 auto;
        max-width: 960px;
        overflow: hidden;
    }
    .page-content {
        float: left;
        width: 70%;
        padding-left: 2rem;
    }
    #sidebar {
        margin: 2rem 0 0;
        float: right;
        width: 26%;
    }
    #masthead hgroup {
        padding-left: 3rem;
    }
    #masthead h1,
    #masthead h1 a {
        font-size: 3rem;
        line-height: 3rem;
    }
    #masthead h2 {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    #masthead nav {
        width: 96%;
        margin: 0 2rem;
    }
    #masthead nav ul {
        display: inline-block !important;
        width: 100%;
        margin: 0;
    }
    #masthead nav li {
        display: inline-block;
        position: relative;
        margin: 0 2em 0 0;
        font-size: 1.3rem;
        line-height: 3rem;
    }
    .menu-toggle {
        display: none;
    }
    #colophon {
        padding-left: 3rem;
    }
}

@media screen and (min-width: 960px) {
    .page {
        margin-top: 3rem;
        margin-bottom: 3rem;
        box-shadow: 0 4px 10px rgba(19, 19, 19, 0.5);
    }
}
