#nav_next_page a{
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #21759b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
}

#nav_next_page a{
    height: 26px;
    width: 68px;
    margin: 0;
    padding: 0;
    line-height: 22px;
}

#BlogPostCategory a:link, #BlogPostCategory a:visited, #BlogPostCategory a:active {
    color: #3194d0;
}

#BlogPostCategory a:hover {
    color: white;
    background: #3194d0;
}

#EntryTag a:link, #EntryTag a:visited, #EntryTag a:active {
    color: #3194d0;
}

#EntryTag a:hover {
    color: white;
    background: #3194d0;
}

#comment_form_container .comment_textarea{
    width:95%;
}

#cnblogs_post_body h1, h2, h3, h4 {
    font-size: 20px;
    font-weight: bold;
    color: #3194d0;
    letter-spacing: 1.4px;
    margin: 10px 0px;
    padding: 2px 2px 5px 2px;
    border-bottom: solid 1px #3194d0;
    text-align: left;
    text-indent: 0px;
}

.git-link {
    position: absolute;
    top: -50px;
    right: -30px;
    z-index: 1;
}

#blogTitle{
    position: relative;
}

.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 14px 10px;
    background-color: #f5f5f5;
    border-bottom:0px;
}

#footer {
    color: #686868;
    text-align: center;
    min-height: 15px;
    border-top: 1px solid #ededed;
    margin-top: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
}

body {
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
    font-size: 18px;
    background: #e6e6e6 
 url(//wx3.sinaimg.cn/large/81a421a9gy1fqen7z12pwj21hc0u0422.jpg) no-repeat top center fixed;
}

#home{
    opacity: 0.8;
    box-shadow: 0 0 10px #000;
}

blockquote {
    border: 2px solid #efefef;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

blockquote {
    border-left: 2px solid #009a61;
    background: #f6f6f6;
    font-size: 1em;
}

#sideBar {
    border: #a6cef7 dashed 3px;
    width: 245px;
}