
navigator{
    width:100%;
}
#mainContent .forFlow{
    background:#333333 url(images/bg_left.gif) right top repeat-x;
}
.postBody{
    color:#ffffff;
}
.postBody h4{
    color:#ffffff;
}
.postBody h5{
    color:#ffffff;
}
.postBody h6{
    color:#ffffff;
}
.postBody p{
    color:#ffffff;
}
.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code{
    background-color:#666666;
    color:#ffffff
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
    color:red;
    font-size: 23px;
}
.postBody a:link, .postBody a:visited, .postBody a:active{
    color:#ffffff;
}
.postBody a:hover, .postBody a:hover{
    color:#f8f1c0;
}
.postBody blockquote{
    background: #333333;
    padding: 0px 50px 0px 10px;
}
.entrylistTitle{
    color: #fff;
    font-size: 18px;
}
.entrylistItemTitle>span{
    color: red;
    font-size: 16px;
}
.entrylistPostSummary > .c_b_p_desc{
    color: #fff;
}
.PostListTitle{
    color: red;
}
.PostList > .postTitl2 > a > span{
    color: red;
}