body {
    color: #000;
    background: url(https://www.toptal.com/designers/subtlepatterns/patterns/blue-snow.png) ;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 10px;
    min-height: 101%;
}
#home {
    width: 80%;
    min-width: 750px;
    margin: 0 auto;
   background:#fff;
   position: relative;
   padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 0px 22px rgba(100, 100, 100, 0.5);
    border-radius: 10px;
}
/*导航*/
#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
    clear: both;
    margin-top: 25px;
   background:none;
}
#navList li {
    float: left;
    margin: 0 40px 0 0;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #6a6a6a;
    font-weight: bold;
}
/*头部*/
#header {
    background: none; 
}
/*右侧公告*/
#sideBar{
  width:250px;top: 223px;
  border-radius: 10px;
  box-shadow: 0 0px 22px rgba(100, 100, 100, 0.5);
}
#profile_block{
       padding-left: 22px;
}
.catListTitle {
    margin: 30px 0 10px 0 !important;
    text-align: left;
    border-left: 6px solid rgba(255, 115, 14);
    padding: 10px 0 14px 10px;
    background-color: #f5f5f5;
}
#sidebar_shortcut ul,#sidebar_toptags ul{
       padding-left: 20px;
}
#sidebar_shortcut ul>li,#sidebar_toptags ul>li{
       padding: 10px 0;
}
/*日历*/
#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ededed;
}
#blog-calendar td {
    font-size: 12px;
    font-family: "Comic Sans MS";
}
.CalTodayDay {
    background: #FF730E!important;
    color: #fff;
    font-weight: bold;
}
.CalOtherMonthDay {
    color: #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
}
.CalWeekendDay {
    padding-top: 4px;
    padding-bottom: 4px;
}
#calendar table {
    padding: 5px 0;
}
#blogCalendar>tbody>tr>td:hover{
  background: #FF730E; color:#fff;
}
#blogCalendar>tbody>tr:first-child>td:hover{
   background: none; color:#000;
}
/*搜索*/
.input_my_zzk {
    border: 1px solid #ccc;
    width: 78%;
    height: 30px;
    padding-right: 30px;
    padding-left: 5px;
    outline: 0;
    border-radius: 5px;
}
#btnZzk {
    background: url(https://www.cnblogs.com/skins/simplememory/images/blog_search.png) no-repeat 5px 5px;
}
.btn_my_zzk {
    font-size: 12px;
    width: 25px;
    height: 25px;
    color: transparent;
    border: 0;
    border-style: none;
    cursor: pointer;
    top: 3px;
    position: absolute;
    right: 30px;
   outline: none;
}
.div_my_zzk {
    position: relative;
}