/* blog main */
#home {
    width: 80%;
}
/* blog title */
#blogTitle h1 {
    font-family: STXingkai,'verdana','ms song','Arial','Helvetica', 'sans-serif';
    font-size: 2.5em;
}
#blogTitle h2 {
    font-family: STXingkai,'verdana','ms song','Arial','Helvetica', 'sans-serif';
    font-size: 1.5em;
}
/* blog code */
.cnblogs_code {
    border-radius: 3px;
}
/* search */
.input_my_zzk {
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input.btn_my_zzk{
    color: white;    
    background: #4184d3;
    border: none;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
}
input.btn_my_zzk:hover {
    cursor: pointer;
}

/* blog title */
.postTitle {
    font-size: 1.3em;
    padding-left: 5px;
    border-left: 3px solid #6466b3;
}
.postTitle:hover {
    border-color: #ff6600;
}
.postTitle:hover a {
    color: #ff6600;
    padding-left: 10px;
}
.dayTitle, .postTitle, .postTitle a {
    -webkit-transition: all .5s;
            transition: all .5s;
}

/* day categroid */
.dayTitle:hover{
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
}

/* sidebar */
.catListTitle {
    text-align: left;
    font-size: 1.3em;
    /* background: #e8e4db; */
    background: #efefef;
    border-left: 5px solid #ff6600;
    padding: 5px 0 5px 10px;
}

/* bottom ad */
#ad_t2,#ad_c1,#ad_c2,#cnblogs_c1,#cnblogs_c2 {
    display: none;
}