body{background-color:#f8f8f8;}

.postTitle {
    border-left: 3px solid #8c8c8c; 
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
#header{font-family: Helvetica,STHeiti STXihei,Microsoft JhengHei,Microsoft YaHei,Arial;}
#main{font-family: STHeiti STXihei,Microsoft JhengHei,Microsoft YaHei,Arial;}
#blogTitle h1 a {
    color: #020002;
}
#navList a:hover {
    color: #bbb;
    text-decoration: none;
}
#navList a:link, #navList a:visited {
    color: #bbb;
    font-weight: normal;font-size: 14px;
}
 #navList a:hover, #navList a:active {
    color: #222;
    font-weight: normal;font-size: 14px;
}
#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 55px;
    clear: both;
    margin-top: 25px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #222;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #bbb;
    text-decoration: none;
}
.CalTodayDay {
    background: #bbb !important;
    color: #FFF;
    font-weight: bold;
}
a:hover {
    color: #bbb;
}
.postDesc a:hover {
    color: #bbb;
    text-decoration: none;
}
#sideBar a:hover {
    color: #bbb;
    text-decoration: underline;
}
#blogTitle h1 a:hover {
    color: #bbb;
}
.input_my_zzk:hover {
    border: 1px solid #bbb;
    transition: all 0.4s linear 0s;
}
.input_my_zzk:focus {
    border: 1px solid #bbbbbb;
}