.postTitle a:link, .postTitle a:visited, .postTitle a:active {
   color: #390;
   transition: all 0.4s linear 0s;
   font-size: 23px;
   font-family: 楷体;
}
.postTitle a:hover {
   color: #F60;
   text-decoration: none;
   margin-left: 10px;
}

#blogTitle a,#Larry{
   color: #390;
   transition: all 0.4s linear 0s;
   font-size: 37px;
   font-family: Segoe Print;
   font-weight:bold

}
#blogTitle a:hover,#Larry{
   color: #F60;
   text-decoration: none;
   margin-left: 10px;

}

#navigator {
   height: 60px;line-height: 60px;overflow: hidden;
   clear: both;
}
#navList {
	min-height: 30px;
	float: left;
}
#navList li {
	float: left;
        margin: -15px 0px 0px 34px;
        font-weight: bold;
}
#navList a {
	   color: #390;
   transition: all 0.4s linear 0s;
   font-size: 21px;
   font-family: 楷体;
}
#navList a:hover {
   color: #F60;
   text-decoration: none;
   margin-top: 10px;
}

#navList a.aHeaderXML{ display:none}

#navList {
   width:980px;
}
.Larry:hover{
   text-decoration: none;
}

.dayTitle a:link, .dayTitle a:hover, .dayTitle a:active, .dayTitle a:visited{
   color: #AA7A53;
   font-size: 15px;
   font-family: 楷体
}

div.c_b_p_desc{
   color: #808096;
   font-family: 隶;
   font-size: 14px;
   font-weight: bold;
   margin-left: 20px;
}

.postDesc{
   border-bottom: 1px dashed #CCC;
   padding-bottom: 10px;
}
#cb_post_title_url{
    #AA7A53
}