body {
color: #8e8787 !important;
background: url(https://files.cnblogs.com/files/yyk1226/coblogBG.gif) fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  min-width: 1000px;
  z-index:-10;
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 14px !important;
min-height: 101%;
}
.postTitle a {
    font-size: 16px !important;
}

#home {
opacity: 0.90;
margin: 0 auto;
width: 78%;
min-width: 950px;
background-color: #fff;
padding: 0px;
margin-top: 55px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/*博客标题*/
#blogTitle {
    display: none;
}

/*头部导航栏*/
#navigator {
    font-size:15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 60px;/*导航栏高度，原始50*/
    clear: both;
    margin-top: -20px;
    margin-bottom: 10px;
    border: 1px solid #f3ebeb;
}
/*导航栏设置,可以自定义导航栏的目录*/
#navList {
    min-height: 35px;
    float: left;
}
    #navList li {        /*每一个栏目节点*/
        float: left;
        margin: 0 5px 0 0; /*这里原来是0 40px 0 0 */
    }    
    #navList a {         /*栏目文字的格式*/
        display: block;
        width: 5em;
        height: 22px;
        float: left;
        text-align: center;
        padding-top: 19px;
        color: #151b1d;
        font-size: 20px;
       font-family:"Apple LiSung Light",Georgia,Serif;
    }

#navList a:hover {
   font-size: 24px;
   color: #b36627 !important;
}

 /*去掉不要的*/
#site_nav_under {
    display: none;
 }

.catListTitle{
 display: none;
}

/*博客统计*/
.blogStats {
    float: right;
    font-size:13px;
    color: #757575;
    margin-top: 19px;
    margin-right: 2px;
    text-align: right;
}

#main{
  padding-left:0px;
}

#sideBar{
    border: 1px solid #f1dfdf;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-style: dashed;
}

#homepage_top_pager{
display: none;
}

/* -------start推荐及反对 -------*/
/*快速评论*/
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 2px solid #ECD7B1;
  padding: 5px;
  width: 65px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
/* ignore反对 */
.buryit {
    display: none;
}
/* -------end推荐及反对 -------*/

/*-----start隐藏原有日历------*/
#blogCalendar{
display: none;
}
/*-----end隐藏原有日历------*/

/*------start日历-----*/
* { margin: 0; padding: 0; }
body { font-family: "Microsoft Yahei"; font-size: 12px; color: #888; }
a, a:hover { color: #888; text-decoration: none; }
ul, li { list-style: none; }

.calendar {
  display: none;
  width: 210px;
  padding: 5px;
  margin: 30px auto 0;
  background-color: #fafafa;
  border-radius: 6px;
}
.calendar-title {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 14px 0;
}
.calendar-title a.title {
  display: inline-block;
  font-size: 15px;
  text-indent: -130px;
}
#backToday {
    position: absolute;
    left: 71%;
    top: 17px;
    width: 23px;
    height: 23px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(249, 161, 62);
    font-size: 14px;
}
.calendar-title .arrow {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100px;
}
.calendar-title .arrow span {
  color: #ddd;
  font-size: 35px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.calendar-title .arrow span:hover {
  color: #888;
}
.calendar-title .arrow-prev {
  float: left;
}
.calendar-title .arrow-next {
  float: right;
}
.calendar-week,
.calendar-date {
  overflow: hidden;
}
.calendar-week .item,
.calendar-date .item {
	float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.calendar-week {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(255, 128, 142);
  font-weight: bold;
  font-size: 10px;
}
.calendar-date {}
.calendar-date .item {
  border-radius: 50%;
  cursor: pointer;
  font-size: 7px;
}
.calendar-date .item:hover,
.calendar-date .item-curMonth:hover {
  background-color: #f0f0f0;
}
.calendar-date .item-curMonth {
  color: #333;
}
.calendar-date .item-curDay,
.calendar-date .item-curDay:hover {
  color: #fff;
  background-color: rgb(249, 161, 62);
}
.calendar-today {
  display: none;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  height: 48px;
  padding: 6px 10px;
  background-color: rgb(255, 128, 142);
  border-radius: 5px;
}
.calendar-today .triangle {
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent rgb(255, 128, 142) transparent transparent;
}
.calendar-today p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
#sideBar li, .divRecentCommentAticle {
    text-indent: 0.5em;
    margin-left: 0.5em;
}
/*------end日历*/

/*----start屏蔽广告-------*/
/* adblock */
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}
/*------end屏蔽广告------*/
/*----------- start设置签名格式------------ */
#MySignature {
    display: none;
    background-color:  rgb(249, 161, 62);
   opacity: 0.7;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}
/*----------- end设置签名格式------------ */
/*--------start评论背景-----*/
#blog-news{
background: url(https://files.cnblogs.com/files/yyk1226/pinglunBG.gif) no-repeat center 530px;
background-size: 220px 110px;
}
#profile_block{
    margin-left: 45px;
    margin-top: 18px !important;
    margin-bottom: 15px;
}
/*--------end评论背景-----*/

/*---------start搜索按钮----------*/
#sidebar_search_box{
margin-left:10px;
}

/*google搜索框*/
 #google_q,#q {
     margin-top: 10px;
     width:120px;
     border:solid 1px #ccc;
     box-shadow:inset 0 0 3px #ddd;
     border-radius:4px;
 }
/*普通搜索框*/
 .btn_my_zzk {
     font-family:'Microsoft Yahei';
     border:none;
     height:26px;
     width:60px;
     padding:1px;
     font-size:14px;
     cursor:pointer;
     position:relative;
     vertical-align:middle;
     display:inline-block;
     background:#FFAAD5;
     border-radius:4px;
     color:#fff;
 }
 .btn_my_zzk:hover {
     background:#6DA47D;
 }
/*---------end搜索按钮----------*/