body {
    color: #000;
    background: #fff; 
    font-family: 'microsoft yahei';
    font-size: 14px;
    min-height: 101%;
    font-weight: 200;
}

.github-fork {
    position: fixed;
    right: 0;
    top: 0;
}

.wx-fork {
text-align: center;
display: block;
}

#blogTitle{
    height: 150px;
    background: #fff;
    clear: both;
    max-width: 1200px;
    margin: 0 auto;
}
#blogTitle h1 {
    font-size: 260%;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 1em;
    margin-top: 20px;
    width: 50%;
    float: left;
}

#blogTitle h2{
    margin-left: 36px;
    line-height: 1.5;
    width: 70%;
    float: left;
    font-size: 16px;
    padding-top: 20px;
}


#cnblogs_post_body p {
   font-size: 16px;
}

#top{
position: fixed;
right: 20px;
bottom: 100px;
}

#navigator{
    background-color: #2196F3;
    color: #fff;
    height: 4px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
}

#navList li {
    float: left;
    padding: 0 5px;
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #fff;
}
#navList a:hover{
   background: #eee;
   color: #fff;
}

.blogStats{
   color: #fff;
}

#topics .postTitle{
    font-size: 200%;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    float: left;
    line-height: 2em;
    width: 100%;
    padding-left: 5px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
   color: #2196F3;
    transition: all 0.4s linear 0s;
}

.newsItem{
    margin-bottom: 15px;
    text-indent: 0;
    padding: 10px;
    color: #fff;
    background: #03a9f4;
    border-radius: 0px;
    line-height: 1.5;
}

.newsItem a{
color:#fff;
}

.catListTitle{
     background: #e8e8e8;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: rgba(0, 0, 0, .54);
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 0 0 0;
}

.catListPostCategory, .catListPostArchive,  .catListTag {
     margin-bottom: 15px;
    background: #FAFCFD;
    border-radius: 0px;
    box-shadow: 0 0 0;
    overflow: hidden;
    zoom: 1;
}

.catListTag ul li {
    text-indent: 1em;
    padding: 10px 5px;
    border-bottom: 1px solid #DADFE1;
    border-top: 1px solid #FFFFFF;
    overflow: hidden;
    background: #fff;
}

.day {
    min-height: 10px;
    _height: 10px;
    background: #fff;
    border-radius: 7px;
    color: #666666;
    margin: 0 5px 20px 0;
    padding: 5px 20px 10px;
    box-shadow: 1px 1px 2px #fff;
}
.dayTitle {
    width: 100%;
    color: #666;
    line-height: 2.2em;
    font-size: 22px;
    clear: both;
    border-bottom: 1px solid #ccc;
   text-align: left;
}

#main {
    max-width: 1200px;
    text-align: left;
    padding: 20px 0 0 10px;
    overflow: hidden;
    margin: 0 auto;
}

.cnblogs-markdown .hljs{
    font-family: "Courier New",sans-serif!important;
    font-size: 14px!important;
    line-height: 1.5!important;
    padding: 15px!important;
}

.cnblogs-markdown code{
    font-family: "Courier New",sans-serif!important;
    font-size: 12px!important;
    line-height: 20px;
    background-color: #f5f5f5!important;
    border-left: 2px solid #2196F3!important;
    padding: 0 5px!important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0px!important;
}

#ad_t2{
    display: none;
}

#cnblogs_c1 {
    display: none;
}

#under_post_news{
    display: none;
}

#cnblogs_c2{
    display: none;
}

#under_post_kb{
    display: none;
}

#mainContent .forFlow {
    margin-left: 17em;
    float: none;
    width: auto;
}

#sideBar {
    width: 182px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.postBody blockquote {
background: none;
line-height: 1.6;
color: #333;
}

blockquote{
    background: #F2F4F6;
    border-left: 8px solid #E8EDEE;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}