html {
    color: #3e454c;
}

.site {
    padding-bottom: 20px;
}

.header a {
    color: inherit;
}

.header h1 a {
    font-size: 34px;
    text-decoration: none;
}

.post-title {
    font-size: 24px;
}

.post-content {
    text-align: justify;
}

footer {
    text-align: center;
}

.post-content, #post-list .posts .post {
    font-size: 16px;
}

.site, footer {
    margin: 0 auto;
    width: 600px;
}

.post-content, footer {
    text-justify: inter-word;
    min-width: 400px;
}


/* outer */
.post-content {
    position: relative;
    margin: 0 auto;
    overflow: visible;
}

/* inner */
.wide-image {
    margin-left: -100px;
    width: 800px;
}

/* inner img */
.wide-image img {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

blockquote {
    width: 80%;
    font-style: italic;
}

/* github */
pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px; }
  pre code, pre tt {
    background-color: transparent;
    border: none; }