body {
    background-color: #eee;
    color: #444;
    font-family:
        "Droid Serif", Georgia, "Times New Roman", "PingFang SC",
        "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei",
        "Microsoft Yahei", serif;
    font-size: 87.5%;
}

a,
#dark-btn {
    color: #3354aa;
}

a:hover,
a:active {
    color: #444;
}

pre,
code {
    background: #f3f3f3;
    font-family:
        Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace;
    font-size: 0.92857em;
}

code {
    padding: 2px 4px;
    color: #b94a48;
}

pre {
    padding: 8px;
    overflow: auto;
    max-height: 400px;
}

pre code {
    padding: 3px;
    color: #444;
}

blockquote {
    margin: 1em 0;
    padding-left: 1.5em;
    border-left: 4px solid #eee;
    color: #666;
}

table {
    border: 1px solid #ddd;
    width: 100%;
}

table th,
table td {
    padding: 5px 10px;
    border: 1px solid #eee;
}

table th {
    background: #f3f3f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:
        "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB",
        "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
    padding: 5px;
    border: 1px solid #e9e9e9;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
}

#header {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}

#header,
#footer {
    background: #ede796;
}

#logo {
    color: #333;
    font-size: 2.5em;
    text-decoration: none;
}

#logo img {
    max-height: 64px;
}

.description {
    margin: 0.5px 0 0;
    color: #444;
    font-style: italic;
}

#outbox {
    margin: 10px;
    background: #eee;
    border: 2px solid #333;
}

/* Special Links */
.post-meta a,
.post-content a,
.widget a {
    border-bottom: 1px solid #eee;
}

.post-meta a:hover,
.post-content a:hover,
.widget a:hover {
    border-bottom-color: transparent;
}

/* Layout */
#left {
    float: left;
    width: 160px;
    padding: 10px;
    padding-top: 40px;
    padding-left: 20px;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.5;
}

#right {
    margin-left: 190px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 700px) {
    #left {
        position: fixed;
        top: 0px;
        width: 200px;
        height: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
        padding-right: 25px;
        overflow: scroll;
        left: -245px;
        background: #eee;
        box-shadow: 0 0 10px 0;
        z-index: 514;
    }

    #right {
        margin-left: 10px;
    }
}
