div#blogTitle .title {
    text-indent: 40px;
    padding-top: 20px;
    font-size: 26px;
    font-family: cursive;
}

div#blogTitle .title a {
    color: #075db3;
}


div#navigator ul#navList {
    top: 64px;
    right: 58px;
}

div#navigator ul#navList li a {
    font-size: 14px;
    line-height: 120%;
}

.catListTitle {
    border-bottom:2px dashed #888;
}

#sidebar_search .catListTitle:before {
    position: absolute;
    top: 20px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: url(https://www.cnblogs.com/skins/SimpleMemory/images/blog_search.png) no-repeat center center;
    background-size: 100% 100%;
    content: "";
}


div.forFlow {
    margin-left: 50px;
    left: 80px;
}

#sideBar {
    width: 330px;
}

#sideBar h3, #MyIng .ing_title {
    margin: 16px 10px 10px 12px;
    font-size: 18px;
}

.div_my_zzk {
    margin-left: 10px;
}

.input_my_zzk {
    width: 177px;
    margin-bottom: 6px;
    padding: 2px;
}


input.btn_my_zzk {
    height: 25px;
    width: 80px;
    margin-bottom: 6px;
    margin-left: 4px;
    border: 1px solid #999;
    font-size: 14px;
    font-family:monospace;
}

#sidebar_recentposts .catListTitle:before {
    position: absolute;
    left: 2px;
    width: 24px;
    height: 24px;
    background: url(https://files.cnblogs.com/files/chuanfengzhang/essay.ico) no-repeat center center;
    background-size: 100% 100%;
    content: "";
}

li {
    margin-left: 10px;
}

#sidebar_categories .catListPostCategory .catListTitle:before {
    position: absolute;
    margin-top: 1px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: url(https://files.cnblogs.com/files/chuanfengzhang/sort.ico) no-repeat center center;
    background-size: 100% 100%;
    content: "";
}

#sidebar_categories  .catListPostArchive .catListTitle:before {
    position: absolute;
    margin-top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: url(https://files.cnblogs.com/files/chuanfengzhang/archives.ico) no-repeat center center;
    background-size: 100% 100%;
    content: "";
}

#logo {
    float: right;
    margin-top: 22px;
    margin-right: 8px;
}

#scrollUp {
    width: 46px;
    height: 46px;
    bottom: 190px;
    right: 132px;
    background: #50abc4 url(//images.cnblogs.com/cnblogs_com/twobin/520730/o_icon.png) no-repeat 8px -150px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
}
.postTitle
{
  font-size: 18px;
}

.postCon a, .postBody a, .feedbackCon a {
    border-bottom: 1px solid #ccc;
    color: #3399ff;
}
a:hover
{
   color:#9cba39;
}

.cnblogs_code {
    background-color: rgb(246, 246, 246);
    border: 1px solid rgba(204, 204, 204, 0.18);
    border-radius:6px 6px 6px 6px;
}

.cnblogs_code pre,.cnblogs_code span {
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace!important;
    font-size: 13px!important;
}