/* @group Elements */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}
body {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.73;
    font-family: Helvetica,Arial,sans-serif;
    background-color: #fff;
    color: #333;
    margin: 0 5%;
    max-width: 120em;
}
body * {
    font-size: 1em;
}
img, video, object, iframe {
    box-sizing: border-box;
    max-width: 100%;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
abbr {
    border: 0;
}
a, button, input, select, textarea, label, summary {
  touch-action: manipulation;
}
a, a * {
    text-decoration: underline;
}
a:link {
    color: #c63;
}
a:visited {
    color: #a41;
}
a:hover,
a:focus,
a:active {
    color: #f96;
}

a[rel="prev"],
a[rel="next"],
button,
.button,
input[type="submit"] {
    display: inline-block;
    line-height: 1.73;
    border: none;
    border-radius: 1em;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
}
a[rel="prev"] {
    float: left;
    padding-left: 0.6em;
    padding-right: 1em;
}
a[rel="next"] {
    float: right;
    padding-left: 1em;
    padding-right: 0.6em;
}

button,
.button,
input[type="submit"],
a[rel="prev"]:link,
a[rel="prev"]:visited,
a[rel="next"]:link,
a[rel="next"]:visited {
    background-color: #c63;
    color: #fff;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
a[rel="prev"]:hover,
a[rel="prev"]:focus,
a[rel="prev"]:active,
a[rel="next"]:hover,
a[rel="next"]:focus,
a[rel="next"]:active {
    background-color: #f96;
    color: #fff;
    cursor: pointer;
}
p {
    padding: 1em 0 0.5em;
}
li li {
    margin-left: 1em;
}
img {
    vertical-align: text-bottom;
    border: 0;
}
blockquote {
    font-family: Georgia,"Times New Roman",serif;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.0694em 2em;
}
blockquote * {
    font-style: italic;
}
blockquote * em {
    font-weight: bold;
}
blockquote * strong {
    font-style: normal;
}
hr {
    border: 0;
    border-bottom: 1px dotted #ccc;
    border-bottom-width: 0.0625rem;
}
h1,h2,h3,h4,h5 {
    line-height: 1;
    font-weight: bold;
}

h1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 8px 0;
    padding: 0.5rem 0;
    color: #666;
}
h2 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px 0 8px;
    padding: 0.875rem 0 0.5rem;
    color: #555;
}
h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    padding: 16px 0 8px;
    padding: 1rem 0 0.5rem;
    color: #444;
}
h4 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 14px 0 12px;
    padding: 0.875rem 0 0.75rem;
}
h5 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 12px 0 6px;
    padding: 0.75rem 0 0.375rem;
}
h1 a, h1 a *,
h2 a, h2 a *,
h3 a, h3 a *,
h4 a, h4 a * {
    text-decoration: none;
    font-weight: bold
}
textarea,input,select {
    font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
    font-size: 1em;
}
code {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Courier New",monospace;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* @end Elements */

/* @group Classes */

.box {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.59;
    padding: .45em 0.9em;
    margin-bottom: .72em;
    border: 1px dashed #ccc;
    border-width: 0.0625rem;
    background-color: #eee;
    color: #333;
}
.box p {
    padding: 0.9em 0 0.45em;
}
.box h3 {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 1.1333em;
    padding-bottom: 0.5333em;
}
.box h4 {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 1em;
    padding-bottom: 0.6666em;
}
.box ul li {
    margin-left: 1em;
    list-style-type: square;
}

.meta {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: right;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1;
    padding: 0 0 1em;
}

.spotless {
     background: #ff8;
}
.gleaming {
     background: #ff9;
}
.shiny {
     background: #ffa;
}
.bright {
     background: #ffb;
}
.faded {
     background: #ffc;
}
.dull {
     background: #ffd;
}
.dirty {
     background: #ffe;
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 1em;
}
.embed iframe,
.embed video,
.embed object,
.embed embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.toggle {
    background-color: #ccc;
    display: inline-block;
    border-radius: 1.2em;
    padding: 0.2em 2em 0.2em 0.2em;
}
.toggle input {
    display: none;
}
.toggle label {
    position: relative;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    cursor: pointer;
    display: inline-block;
    left: 0;
    background-color: #999;
    color: #fff;
}
.toggle label:hover,
.toggle label:focus {
    background-color: #999;
}
.toggle input:checked + label {
    background-color: #693;
    -webkit-transform: translateX(1.8em);
    transform: translateX(1.8em);
}

.activity {
    padding: 2em 0 3em;
}
.activity a:link {
    color: inherit;
}
.activity a,
.activity a * {
    text-decoration: none;
}
.activity-name,
.activity-total {
    font-weight: bold;
    font-family: Helvetica,Arial,sans-serif;
}
.activity-name {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
}
.activity a:hover .activity-name {
    color: #c63;
}
.activity-total {
    color: #999;
    display: block;
    font-size: 16px;
    font-size: 1rem;
}
.activity a:hover .activity-total {
    color: #f96;
}
.activity-sparkline {
    max-width: 100%;
    opacity: 0.75;
}
.activity a:hover .activity-sparkline {
    opacity: 1;
}

@media screen and (max-width: 40.99em) {
    .activity {
        width: 100%;
        display: table;
    }
    .activity-item {
        display: table-row;
    }
    .activity-name,
    .activity-total,
    .activity-sparkline {
        display: table-cell;
    }
}
@media screen and (min-width: 41em) {
    .activity {
        display: flex;
        justify-content: space-between;
    }
    .activity-item {
        padding-right: 1em;
    }
    .activity-item + .activity-item {
        border-left: 1px dotted #ccc;
        padding-left: 1em;
    }
    .activity-item:last-child {
        padding-right: 0;
    }
}
.sectionheader {
    display: flex;
    align-items: baseline;
}
.sectionheader .activity-total {
    padding: 0 1em;
}

.bio::after {
    content: '';
    display: block;
    clear: both;
}
.bio h1 {
    padding-top: 1.5em;
}
.bio img {
    display: inline-block;
    float: left;
    margin-right: 1em;
    border-width: 0;
    max-width: 30%;
    border-radius: 50%;
}
@media screen and (max-width: 35em) {
    .bio h1 {
        padding-top: 0;
    }
    .bio img {
        shape-outside: circle();
    }
}
.bio span {
    display: inline-block;
}

/* @end Classes */

/* @group Structure */

#logo {
    height: 53px;
    background: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/logo.png) no-repeat top right;
    background-size: contain;
    text-align: right;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #logo {
        background-image: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/logox2.png);
    }
}

#logo a {
    display: block;
    float: right;
    width: 240px;
    height: 53px;
    border: none;
}
#logo span {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}

[role="presentation"] {
    padding: 0.5em;
}
nav {
    background-color: #fff;
    color: #666;
    font-weight: bold;
    padding: 0.5em;
}
nav a {
    font-weight: bold;
    text-decoration: none;
}
nav a:link,
nav a:visited {
    color: #c63;
}
nav a:hover,
nav a:focus,
nav a:active {
    color: #f96;
}
nav a.here {
    color: #930;
}
nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
nav ul li {
    list-style: none;
    float: left;
    padding: 0 1.2em 0 0;
}
main {
    font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
    padding: 0.5em;
    padding-right: 1em;
    border-top: 1px dotted #ccc;
    border-top-width: 0.0625rem;
}
main * {
    max-width: 60em;
}
main form {
    overflow: hidden;
}
main .meta {
    max-width: none;
}
main p {
    overflow: hidden;
}
main img,
main video,
main iframe,
main object {
    max-width: 100%;
}
main img,
main video,
main iframe {
    border: 1px solid #000;
    border-width: 0.0625rem;
}

main article {
    margin-bottom: 2.5em;
}

main article figure {
    text-align: center;
    background-color: #000;
    color: #fff;
    border: none;
    line-height: 1;
}
main article figure figcaption {
    text-align: left;
    background-color: #fff;
    color: #333;
    line-height: 1.73;
}

main ul li {
    list-style-type: circle;
    list-style-position: outside;
}
main table th {
    font-weight: bold;
}
main table thead th {
    text-align: left;
}
main table tbody th {
    text-align: right;
}

main textarea {
    width: 95%;
}

body > aside {
    background-color: #fff;
    color: #333;
}

body > footer {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 0.5em;
    background-color: #fff;
    color: #666;
}

/* @end Stucture */

@media screen and (min-width:30em) and (min-height: 30em) {

    #logo {
        border-bottom: 1px dotted #ccc;
        border-bottom-width: 0.0625rem;
    }
    [role="presentation"] {
        border-left: 1px dotted #ccc;
        border-left-width: 0.0625rem;
    }

    [role="presentation"] div {
        width: 100%;
        height: 100px;
    }
    .home,
    .offline,
    .tags {
        background: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/clone.jpg) no-repeat;
    }
    .journal {
        background: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/bandstand.jpg) no-repeat;
    }
    .links {
        background: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/scaffold.jpg) no-repeat;
    }
    .articles {
        background: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/florence.jpg) no-repeat;
    }
    .notes {
        background: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/tokyo.jpg) no-repeat;
    }
    .about {
        background: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/stage.jpg) no-repeat;
    }
    .search {
        background: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/alaska.jpg) no-repeat;
    }
    .extras {
        background: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/chicago.jpg) no-repeat;
    }
    .contact {
        background: url(/National_Library/20160930123623oe_/https://adactio.com/skins/default/images/curved.jpg) no-repeat;
    }

    nav {
        border-left: 1px dotted #ccc;
        border-left-width: 0.0625rem;
    }

}

@media screen and (min-width: 40em) and (max-width: 59em) {

    body > aside {
        overflow: hidden;
    }
    body > aside .box:nth-child(even) {
        width: 46%;
        float: left;
        clear: left;
    }
    body > aside .box:nth-child(odd) {
        width: 46%;
        float: right;
        clear: right;
    }

}

@media screen and (min-width: 60em) {

    main {
        width: 65%;
        float: left;
        border-right: 1px dotted #ccc;
        border-right-width: 0.0625rem;
    }
    body > aside {
        float: right;
        width: 30%;
    }
    body > aside h2 {
        display: none;
    }
    body > footer {
        clear: both;
        padding-top: 4em;
    }

}

@media screen and (min-width: 80em) {
    body { margin: 0 7.5%;}
}
@media screen and (min-width: 90em) {
    body { margin: 0 10%;}
}
@media screen and (min-width: 100em) {
    body { margin: 0 12.5%;}
}
@media screen and (min-width: 110em) {
    body { margin: 0 15%;}
}
@media screen and (min-width: 120em) {
    body { margin: 0 17.5%;}
}
@media screen and (min-width: 130em) {
    body { margin: 0 20%;}
}
