html, body {
	height: 100%;
}
body {
    margin: 0px;
    background-color: #eee;
    font-family: "Brutal Type", "Lato", "Liberation Sans", Arial, sans-serif;
    background: url('bg.gif') top center fixed no-repeat;
    background-size: cover;
}

::selection {
    text-shadow: none !important;
    background-color: #48c;
    color: #eee;
}

.content {
    width: 700px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
    background-color: #000;
    box-shadow: 0 0 100px 100px #000;
}

.footer, .push {
    height: 140px;
}

.footer {
    color: #666;
    padding-top: 20px;
}

    .footer-content {
        width: 700px;
        margin: 60px auto;
        padding: 0 20px;
        height: 20px;
        text-align: center;
        font-size: 13px;
    }

.navigation {
    margin: 42px 0;
}

.card {
    margin-bottom: 20px;
    background-color: #eee;
    overflow: hidden;
    color: #444;
}

a {
    color: #48c;
    text-decoration: none;
    transition: color 0.25s;
}
    a:hover {
        color: #6af;
    }

ul {
    list-style-type: square;
    padding: 0 0 0 20px;
}

.clear {
    clear: both;
}

.titlebar {
    width: 100%;
    height: 80px;
    color: #eee;
    z-index: 42;
    margin: 20px 0;
}

    .titlebar h1 {
        text-align: center;
        letter-spacing: 4px;
        font-size: 40px;
        line-height: 80px;
        font-weight: 200;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        text-shadow: none;
    }

        .titlebar h1 a, .titlebar h1 a:hover {
            color: #eee;
            text-decoration: none;
        }

    .index-page .titlebar {
        margin: 100px 0;
    }

.menu-button {
    font-size: 24px;
    position: fixed;
    top: 20px;
    left: 20px;
    height: 24px;
    width: 24px;
    font-weight: 100;
    cursor: pointer;
}

.menu {
    position: fixed;
    top: 0;
    left: -600px;
    width: 600px;
    height: 100%;
    color: #444;
    background-color: #eee;
    z-index: 9001;
    box-shadow: 12px 6px 24px rgba(0, 0, 0, 0.6);
    display: none;
    transition: left 0.25s ease-in-out;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9000;
    display: none;
}

.header {
    background-color: #bbb;
    height: 200px;
    padding: 20px;
}

    .header .avatar {
        height: 120px;
        width: 120px;
        position: absolute;
        top: 55px;
        background-color: #fff;
        border: 5px solid #fff;
        overflow: hidden;
        box-shadow: 0 6px 6px #222;
    }
    .header .avatar.square {
        border-radius: 5px;
    }
    .header .avatar.circle {
        border-radius: 65px;
    }
        .header .avatar img {
            width: 120px;
            height: 120px;
        }
    
    .menu .header {
        background-size: cover;
    }

.username {
    font-size: 2em;
    font-weight: 200;
}

.description {
    color: #666;
}

.search {
    position: relative;
}

.search-query {
    font-family: inherit;
    color: #444;
    margin: 0;
    padding: 5px 30px 5px 5px;
    width: 525px;
    border: none;
    border-bottom: 1px solid #bbb;
    background-color: #ddd;
    text-shadow: none;
    transition: background-color 0.1s ease-out;
}

    .search-query:focus {
        background-color: #eee;
        outline: none;
    }

.search-submit {
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #222;
}

.post h1 {
    font-size: 2.0em;
}
.post h2 {
    font-size: 1.8em;
}
.post h3 {
    font-size: 1.6em;
}
.post h4 {
    font-size: 1.4em;
}
.post h5 {
    font-size: 1.2em;
}
.post h6 {
    font-size: 1.2em;
}

.post img {
    max-width: 100%;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    margin: 0;
}

blockquote {
    border-left: 3px solid #888;
    margin: 10px 0;
    padding: 5px 0 5px 17px;
    position: relative;
}

    blockquote p {
        margin: 0;
    }
    
    blockquote p + p {
        margin-top: 1em;
    }

.section {
    margin: 20px;
}
    .section + .section {
        margin-top: 0;
    }
    .section + .reblog.section {
        border-top: 1px solid #ccc;
        padding: 20px;
        margin: 0;
    }
    
    .section p:last-child {
        margin-bottom: 0;
    }
    
    .post .section .npf_row {
      margin: 0 -20px;
    }
    
.reblog-author .avatar img, .answer-author .avatar img {
    height: 30px;
}

.reblog-author .avatar, .answer-author .avatar {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.reblog-author .name, .answer-author .name {
    margin-left: 5px;
    color: inherit;
    display: inline;
}
    .reblog-author .username, .answer-author .username {
        font-weight: bold;
        font-size: inherit;
    }

    .reblog-author .deactivated, .answer-author .deactivated {
        color: #aaa;
    }

    .reblog-author a, .answer-author a {
        color: inherit;
    }
        .reblog-author a:hover, .answer-author a:hover, .asker a:hover {
            color: #48c;
        }

.photo {
    width: 700px;
    margin: 0;
}

.photo img, .photoset img {
    width: 100%;
}

.photoset img + img {
    margin-top: 10px;
}

ul.nav, ul.tags, .conversation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
    .nav li {
        margin-bottom: 20px;
    }
    
    .tags li {
        display: inline-block;
    }

    .conversation li {
        padding: 8px 0;
        font-family: "Source Code Pro", "Noto Mono", "Courier New", monospace;
    }
    
    .conversation .label {
        font-weight: bold;
    }

.info {
    font-size: 0.9em;
    color: #666;
    clear: both;
}

    .info p {
        margin: 0;
    }

.read-more {
    font-weight: 600;
}

.tags a {
    color: #aaa;
}

.tags a:hover {
    color: #6af;
}

.tags a::before {
    content: '#';
}

.caption {
    font-size: 0.9em;
    color: #666;
    padding: 0 20px;
}

    .section .caption {
        padding: 0;
    }

.sauce {
    float: left;
}

.date {
    float: right;
}

.stats {
    float: left;
}

.links {
    height: 1em;
    float: right;
}

.links a {
    display: inline-block;
    color: #666;
    height: 1em;
}

    .links a:hover {
        color: #6af;
    }
    
    .links a + a {
        margin-left: 10px;
    }

img.link-thumbnail {
    margin: -20px -20px 0;
    max-width: 700px;
    width: 700px;
}

blockquote.link-excerpt {
    border: none;
    margin-bottom: 20px;
    padding: 0;
    font-size: 1.5em;
    font-weight: lighter;
}

blockquote.link-excerpt:before {
    content: '\201C';
    border: none;
    left: -0.3em;
}

blockquote.link-excerpt:after {
    content: '\201D';
}

blockquote.link-excerpt + p.link-author {
    margin-top: -20px;
    margin-bottom: 20px;
}

.info a, .date a {
    color: #666;
}

    .info a:hover {
        color: #6af;
    }

.date a {
    color: #666;
}

.date a:hover {
    color: #6af;
}

.meridian { 
    font-variant: small-caps;
}

p {
    margin: 10px 0;
}

.quote, p.npf_quote {
    background-color: #ddd;
    padding: 20px;
}

.quote-text, p.npf_quote {
    font-family: inherit;
    font-size: 2em;
    font-weight: 300;
    color: #222;
}

.quote-source + .reblog.quote, .conversation + .reblog.chat {
    display: none;
}

.audio {
    height: 85px;
}

.audio iframe, .video object {
    width: 100%;
    max-width: 100%;
}

.link {
    background-color: #ddd;
    padding: 20px;
}

    .link a {
        font-size: 1.5em;
    }

.link-host {
    color: #aaa;
    text-align: right;
}

.question {
    padding: 10px 20px;
    background: #ccc;
    position: relative;
}
.question:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 62px;
    border: 20px solid transparent;
    border-bottom-color: #ccc;
    border-top: 0;
    border-left: 0;
    margin-left: -10px;
    margin-top: -20px;
}

.ask .avatar {
    position: absolute;
    top: 20px;
    left: 20px;
    overflow: hidden;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.asker {
    margin: 20px 0;
}

div.answerer {
    margin: 20px 0;
}

    .asker a, a.answerer {
        color: inherit;
    }

.ask {
    position: relative;
    padding: 20px 20px 20px 104px;
    height: 64px;
}

figure {
    margin: 0;
}

figure.tmblr-full {
    background: #ccc;
    margin: 0 -20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}

blockquote figure.tmblr-full {
    margin: 0;
}

figure.tmblr-full img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    /*display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);*/
}

figure.tmblr-full p {
    margin: 5px 20px;
    font-size: 0.8em;
}

figure.tmblr-full p a {
    color: #888;
}

figure > a {
    line-height: 0;
}

.previous, .jump, .next {
    float: left;
}

.previous, .next {
    width: 125px;
    padding: 20px;
}

.jump {
    width: 370px;
    padding: 20px 0;
}

.next {
    text-align: right;
}

.jump ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.jump ul li {
    display: inline;
    padding: 0 20px;
}

.jump .current {
    color: #ddd;
}

.jump a, .jump .current {
    display: inline-block;
    width: 29px;
    text-align: center;
}

ol.notes {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    color: #666;
}

.notes li {
    padding: 5px 0;
}

.notes .avatar {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.notes blockquote {
    margin: 5px 0 0 21px;
    padding: 0 0 0 5px;
}

.like-wrapper {
    display: inline-block;
    margin: 0 10px;
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer;
}

.like-wrapper:hover a {
    color: #6af;
}

.like_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}

.like_button iframe {
    width: 100% !important;
    height: 100% !important;
}

.theme-like-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.like-wrapper i {
    vertical-align: top;
}

.npf-link-block {
    border-color: #ccc;
    background-color: #fff;
}

    .npf-link-block .description {
        color: #444;
    }

.mechanical .tour_guide .popover, .mechanical .tour_guide .popover.tutorial {
    background-color: #ccc;
    padding: 20px;
    width: 700px;
    box-shadow: 10px 10px 10px #0006;
    border-radius: 0;
    font-family: inherit;
}

    .popover .content {
        width: auto;
        background-color: inherit;
        box-shadow: none;
    }
