/**************************************************
第一部分：
**************************************************/
body{
     background-color: #efefef;
     background-image:url(https://images.cnblogs.com/cnblogs_com/vipyoumay/1221345/o_2011052106494886.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
    padding-top:0px;
}


/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:90px;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

/*定制博客导航样式*/
#header {
   display:none;
} /* 将默认的导航头屏蔽掉，这样才能把自己的导航栏加上去 */


#myHeader{
    background-color: #545353;
    margin-top:0px;
    width: 100%;
    height: 180px;    
}

#blogName{
    float: left;
    margin-left: 400px;
    margin-top: -20px;
    width: 500px;
}

#blogName img{
     margin: 60px auto 0 auto;
}


.navi{
    font-size: 20px;
    float: left;
    margin-left: 100px;
}

.navi li {
    margin: auto 20px;
    float:left;
}

.navi li a{
    color: #cac8c4;
}

.navi li a:hover{
    color: #e4e3e1;
}


/* 定制主内容样式 */
#home{
    background-color: #e6e6e4 !important;
    border-radius: 6px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory{
    
     background: none !important;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;

}