#navigator{
border:0px;
}
#navList li a{
transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
}
#navList a:link{text-shadow:0 0;}
#navList li a:hover{
background:#e35523;
color:white;
}
#blogCalendar .CalTodayDay{
outline:1px solid #e35523;
}
.commentbox_title_right{float:left;height:25px;}
.commentbox_title_right img{display:inline-block;float:left;margin:0 3px;}
.commentbox_title_right #ubb_quote{margin-top:3px;}
.commentbox_title_right #ubb_bold{margin-top:5px;}
.commentbox_title_right #ubb_url{margin-top:5px;}
.commentbox_title_right #ubb_indent{margin-top:5px;}
.commentbox_title_right #ubb_code{margin-top:5px;}
.commentbox_title_right #ubb_img{margin-top:5px;}
#cnblogs_post_body img{max-width:844px;}