/*整体布局*/
*{font-family: '微软雅黑';}
body { 
    background-color: #fff;
}
#home{box-shadow:none;}

#blogTitle h1 a:hover{color:#f47600};


/*导航栏*/
#navigator {
    font-size: 16px; 
    font-weight: normal ;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #6a6a6a;
    font-weight: normal ;
}
#navigator {
    font-size: 15px; 
}


/*文章标题*/
.postTitle a:link, .postTitle a:visited, .postTitle a:active {color: #f47600; }
.postTitle {border-left: 3px solid #f47600;  font-weight: normal !important; }


/*底部签名*/
#AllanboltSignature
{ 
border-top: #e0e0e0 1px dashed;
border-right: #e0e0e0 1px dashed;
border-bottom: #e0e0e0 1px dashed;
border-left: #e0e0e0 1px dashed;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 100px;
font-family: 微软雅黑;
font-size:11px;
background: url(https://pic.cnblogs.com/avatar/461326/20170517172523.png) #e5f1f4 no-repeat 10px 50%;
background-size:80px auto;
}
#AllanboltSignature div
{
line-height: 25px;
}


/*推荐反对功能*/
#div_digg{
  position:fixed;
  border:1px solid #d1dddd;
  bottom:100px;
  width:120px;
  right:10px;
  padding:10px;
  background-color:#fff;
  opacity:0.7;
  border-radius:5px 5px 5px 5px !important;
  transition-duration: 0.5s;
}
#div_digg:hover{
  opacity:1;
}


/*右侧模块*/
#sidebar_toptags{display:none;}
#sidebar_shortcut{display:none;}
#sidebar_recentcomments{display:none;}
#blog-calendar{display:none !important;}
#sidebar_search{display:none;} 
#profile_block{display:none;}

.catListTitle { 
    margin-bottom:2px;
    font-weight: normal ;
    background: #f47600; 
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.6em;
    line-height: 1.6em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.catListTag{ background-color: #fafafa;}
.sidebar-block{ background-color: #fafafa;}
.catListView{background-color: #fafafa;}
.catListFeedback{background-color: #fafafa;}
#sideBar{font-size:13px;}
#sideBarMain ul {padding:3px 0 10px 0px;}
#sideBarMain li {padding:1px 10px 1px 10px;}


#sideBar a:hover { color: #f47600;text-decoration: none;}