/*===字体样式===*/
.postTitle a:link, 
.postTitle a:visited, 
.postTitle a:active,
.entrylistPosttitle a:link, 
.entrylistPosttitle a:visited, 
.entrylistPosttitle a:active,
.c_b_p_desc a{
    color:#069;
    /* color:#333; */
}


/*====查看详情样式===*/
.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: none;
}

/*====文章详情样式===*/
#post_detail h2{
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0% 0% #0099CC;
    color: #043a73;
    /* background: none repeat scroll 0% 0% #333;
    color: #fff; */
    font-family: "Comic Sans MS","微软雅黑";
    font-size: 16px;
    margin: 15px 0px !important;
    padding: 6px 0px 6px 10px;
}

/*====分页条样式===*/
.topicListFooter,
.pager{
    text-align: center;
    margin-right: 0;
}

/*====头部样式===*/
/* #navigator{
    background-color: #333;
} */
#navList {
    float:left;
    position: relative;
    margin-left: 100px;
}
.blogStats{
    display:none;
}
#blogTitle h1{
    margin-left:6em;
}
#blogTitle h2{
    margin-left:9em
}
#blogTitle{
    height:85px
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
}

.topBar{
  position: fixed;  
  /* background-color: #68228B; */
  /* background-color: #111; */
  background-color: rgb(3,3,3,0.8);
  /* opacity: 0.9; */
  color: white;
  padding: 5px 10px;
  right: 15px;
  cursor: pointer;
}

/* 定制页面扩大按键 */
#divExpandViewArea{    
    top: 10px;
}
/* 定制页面缩小按键 */
#divCollapseViewArea{
    top: 45px;
}

/*====公告样式===*/
.catListTitle{
    display:block !important;
    text-align:center;
    background-color:#069;
     /* background-color:#333; */
}
#profile_block{
    margin-top: 0;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

#myTime{
margin:0 auto 15px; 
text-align:center;
}

#profile_block{
padding-left:15px
}

/*=== 底部样式 ====*/
.scrollBtn {
    position: fixed;
    right: 15px;
    bottom: 45px;
    width: 54px;
    _position: absolute;
}

/*导航条*/
.scrollBtn a {
    display: inline-block;
    overflow: hidden;
    width: 54px;
    height: 54px;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    text-align: center;
    opacity: .6;
    color: white;
    background: url(//images.cnblogs.com/cnblogs_com/ChenXu-net/517141/o_gototop.png) no-repeat 0 0;
    filter: Alpha(Opacity=60);
}

.scrollBtn li {
    float: left;
    overflow: hidden;
    height: 54px;
    margin-bottom: 5px;
}

.scrollBtn a:hover {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.sB-comment a {
    height: 17px;
    padding-top: 34px;
    padding-bottom: 3px;
    background-position: 0 -59px;
}

.sB-share a {
    background-position: 0 -118px;
}

.sB-goTop a {
    background-position: 0 -177px;
}