
#back-to-top {
    background-color: #8bcc99;
    bottom: 10px;
    box-shadow: 0 0 6px #72a072;
    padding: 5px 10px;
    position: fixed;
    right: 50px;
    border-radius: 8px;
    opacity: 0.7;
}
.entrylist .entrylistItem{
    margin-bottom: 10px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.entrylist .entrylistItem:hover{
    //transform: translateX(-60px);
}
#mainContent .day{
    margin-bottom: 10px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
#mainContent .day:hover{
    //transform: translateX(-60px);
}
#cnblogs_post_body ul li a:link{
    text-decoration:none;
}
#cnblogs_post_body ol li a:link{
    text-decoration:none;
}

#header{ display:none}
#myheader {
    background: url(/skins/codinglife/images/body_bg.png) repeat-x scroll 0 0 #f0eef5;
    //overflow-x: hidden; 
}
.notice_append {background:#FFF;padding-left:26px;padding-top:5px;}
.notice_append p{font-size:12px;line-height:25px;height:25px}
.notice_append p a{color:rgba(255, 102, 0, 1);}
#navList li{
    position:relative;
}
#navList li:hover .subNav{
    display:block;
}
#navList li:hover>a{
     text-decoration:none;
    background-color:#fff;
    color:#169fe6;
}

#navList .subNav{
    width:100%;
    z-index:15;
    background:#169fe6;
    position:relative;
    display:none;
}
#navList .subNav a:hover{
   background-color: #DEA677
}
#navList .subNav a{padding:0 5px;font-size:12px}
#navList .subNav p{line-height:40px;}