body {
    font-family: "Neutral";
    font-size: 18px;
    margin: 0;
    line-height: 1.7em;
    background-color: #fafaf9;
    float: left;
    -webkit-backface-visibility: hidden;
}
p {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
#header {
    background-color: #222;
    color: #fff;
    padding: 0.5em;
    float: left;
    margin-right: 100%;
    font-size: 32px;
    line-height: 1.0em;
}
#header a {
    color: inherit;
    text-decoration: none;
}
#header:hover {
    background-color: #0069FF;
}
h1 {
    font-size: 24px;
    font-weight: 500;
}
h2 {
    font-size: 20px;
    margin-bottom: 0.5em;
    font-weight: 500;
}
.posts > .post {
    width: 150%;
    float: left;
    margin-bottom: 10px;
}
@media only screen
and (max-width:768px) {
    .posts > .post {
        width: 100%;
        margin-bottom: 1em;
    }
}
.posts > a {
    display: block;
    width: 60%;
    float: left;
}
@media only screen
and (max-width:768px) {
    .post > a {
        display: inline-block;
    }
}
a {
    color: #0069FF;
    text-decoration: none;
}
a:hover {
    border-bottom: 2px #0069FF solid;
}
.post-date {
    color: #aaa;
    font-weight: normal;
}
.post-link {
    display: inline-block;
}
.posts .post-date {
    float: left;
    width: 20%;
    text-align: left;
}
@media only screen
and (max-width:768px) {
    .posts .post-date {
        width: auto;
        margin-right: 1em;
        float: left;
    }
    .post-link {
        display: block;
    }
}
.post .tag {
    display: none;
}
.posts .post .tag {
    display: block;
}
.posts .tag {
    text-align: right;
    float: right;
}
@media only screen
and (max-width:768px) {
    .posts .post .tag {
        display: none;
    }
}
.post-date a {
    color: #aaa;
    background-color: #eee;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    font-size: 14px;
}
.post-date a:hover {
    color: #e9413b;
    background-color: #F2D6D5;
    border-bottom: none;
}
blockquote {
    font-style: italic;
    border-left: 1em #ccc solid;
    margin-left: 0;
    padding-left: 1em;
}
hr {
    border: 1px #ccc solid;
    width: 50%;
    margin: 2em;
    margin-left: 0;
}
img {
    max-width: 100%;
}
pre {
    background-color: #efefef;
    border: 1px #bbb solid;
    font-size: 14px;
    padding: 1em;
    white-space: pre-wrap;
    font-family: "Menlo";
}
code {
    font-size: 14px;
    margin-top: -3px;
    background: #eee;
    padding: 5px;
    font-family: "Menlo";
}
pre code {
    color: #000;
}
.content {
    float: left;
    margin-bottom: 2em;
    width: 50%;
    margin-left: 25%;
}
@media only screen
and (max-width:768px) {
    .content {
        width: 80%;
        margin-left: 10%;
    }
}
.footer {
    margin-bottom: 2em;
}
li {
    margin-top: 10px;
}
.footie {
    width: 100%;
    text-align: center;
    background-color: #f0f0f0;
    padding-top: 4em;
    padding-bottom: 4em;
    color: #666;
    float: left;
}
@media only screen
and (max-width:768px) {
    footie {
        width: 100%;
    }
}
.logo {
    text-align: center;
    background-color: #0069FF;
    display: block;
    color: #fff;
    padding: 1em;
    width: 12%;
    margin-left: 44%;
    font-weight: 700;
    opacity: 0.5;
    transform: translateZ(0) rotate(3deg);
    margin-bottom: 2em;
    transition: 1s;
    box-sizing: border-box;
    margin-top: 3em;
    font-size: 20px;
    color: #fff;
    padding: 0.5em;
    float: left;
    margin-right: 100%;
    font-size: 32px;
    line-height: 1.0em;
    -webkit-filter: blur;
    -webkit-font-smoothing: antialiased;
    will-change: transform;
    -webkit-perspective: 1000px;
    backface-visibility: hidden;
    transform-origin(50% 51%);
}
@media only screen
and (max-width:1000px) {
    .logo {
        width: 20%;
        margin-left: 40%;
    }
}
@media only screen
and (max-width:700px) {
    .logo {
        width: 30%;
        margin-left: 35%;
    }
}
.logo span {
    display: block;
    transform: translateZ(0) rotate(-3deg);
    transition: 1s;
    -webkit-filter: blur;
    -webkit-font-smoothing: antialiased;
    will-change: transform;
    -webkit-perspective: 1000px;
    backface-visibility: hidden;
    transform-origin(50% 51%);
}
.logo a {
    color: #fff;
}
.logo:hover {
    transform: translateZ(0) rotate(0deg);
    opacity: 1;
}
.logo:hover span {
    transform: translateZ(0) rotate(0deg);
}
html {
    background-color: #f0f0f0;
}
strong {
    font-weight: 500;
}
.mail {
    background: #ddd;
    padding: 50px;
    margin: 50px;
}
.mail input {
        width: 100%;
    padding: 10px;
    box-sizing: border-box;
        font-size: 18px;
}
.mail input[type="submit"] {
    border: 0;
    background-color: #0069FF;
    color: #fff;
    cursor: pointer;
}