@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: 'Delius', 'Comic Sans', sans-serif;
    font-display: swap;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Delius Swash Caps', 'Comic Sans', 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: 0.5rem;
    font-size: 1.8rem;
}

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

p {
    padding-bottom: 2rem;
}


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);
}

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

blockquote,
h2 + blockquote {
    font-style: normal;
}

h2 + blockquote p:nth-child(4n+2) {
    color: #008000
}

h2 + blockquote p:nth-child(4n+4) {
    color: #008080
}

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

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

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

input[maxlength="10"] {
    width: 10rem;
}

input[maxlength="80"],
textarea {
    width: 30rem;
}

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;
    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 1rem;
    background-color: #f0a7c4;
    background-image: url(/theme/images/side-tile.png);
    background-position: top right;
    background-repeat: repeat-y;
}

.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;
}

ul.social {
    list-style: none;
}

ul.social li {
    display: block;
    margin-left: 0;
}

/* .fb-like iframe td sets "text-align: center", but we cannot influence it. */
ul.social .twitter-hashtag-button {
    margin-left: 7px;
}

.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 address {
    display: block;
    float: right;
    padding-top: 3rem;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
}

#masthead h1,
#masthead h1 a {
    clear: none;
    padding-bottom: 0;
    font-size: 4rem;
    line-height: 6rem;
}

#masthead h2 {
    clear: none;
    font-size: 1.8rem;
    line-height: 2rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
}

#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 {
    padding-top: 1rem;
    border-bottom: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    white-space: nowrap;
}

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

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

#sidebar aside a {
    color: #000;
}

footer#colophon {
    clear: both;
    margin-top: 6rem;
    border-top: 1px solid #440044;
    padding: 2rem 0;
    font-size: 1.4rem;
    line-height: 2rem;
}

@media screen and (min-width: 600px) {
    input[maxlength="80"],
    textarea {
        width: 40rem;
    }
    .page {
        margin: 0 auto;
        max-width: 960px;
        overflow: hidden;
    }
    .page-content {
        float: left;
        width: 70%;
    }
    #sidebar {
        padding: 2rem 0 0;
        float: right;
        width: 26%;
    }
    #masthead h1,
    #masthead h1 a {
        font-size: 6rem;
        line-height: 9rem;
    }
    #masthead h2 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    #masthead nav {
        width: 100%;
    }
    #masthead nav ul {
        display: inline-block !important;
        width: 100%;
        margin: 0;
    }
    #masthead nav li {
        display: inline-block;
        position: relative;
        padding: 0 2em 0 0;
        font-size: 1.3rem;
        line-height: 3rem;
    }
    .menu-toggle {
        display: none;
    }
}

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