html,
body {
    height: 100%;
    font: 16px Helvetica, Tahoma, Arial,"Xin Gothic","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

/* Wrapper for page content to push down footer */
#wrap {
    height: auto !important;
    /* Negative indent footer by its height */
    margin: 0 auto;
    /* Pad bottom by footer height */
}
.container {
    max-width:860px;
}
.label-primary {
    background-color:#c95555;
}
.label-primary[href]:hover, .label-primary[href]:focus{
    background-color:#c95555;
}
#wrap > .container {
    padding: 0 15px 0;
}

#footer {
    margin-top: 20px;
    border-top: 1px solid #dfdfdf;
    padding:10px 0;
    background-color: #f5f5f5;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}
a {
    color:#c95555;
}
a:hover, a:focus {
    color:#555;  
}
code {
    font-size: 80%;
}
pre {
    background-color:#282B2E;
}

p {
    line-height:1.7em;
}
.pubdate {
    color:#e4e4e4;
}

.logo img {
    max-width: 48px;
}

/* Post */
.post {
}
.post header {
    margin-bottom:20px;
}
.post h1 {
    font: 26px Helvetica, Tahoma, Arial,Georgia,"Lora","STSong","NSimSun",sans-serif;
}
.post p a {
    text-decoration:underline;
}
.post footer {
    margin-top: 20px;
}
.post img {
    max-width:100%;
}
p > code, li > code {
    color:#fff;
    padding:2px 3px;
    border-radius:2px;
    background-color:#ef7f7f;
}

/* /Post */

/* Posts list */
.posts-list
{
    list-style: none;
    margin: 0px 40px 0;
    padding: 0;
}

.posts-list-item
{
    border-bottom: 1px dotted #303030;
    margin: 0;
    position: relative;
}

.posts-list-item a
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    color: #424242;
    padding: 20px 5px;
}
.posts-list-item a:hover
{
    background: #FCF5F5;
    color: #f03838;
    padding: 20px 12px;
}
/* /Posts list */
