header{
  background-color: #ccc;
}

footer{
  background-color: #ccc;
  text-align: center;
}

/*分页*/
.pagenation{
  padding: 20px  0;
}

/*代码高亮*/
.high-light-area{
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px;
  padding: 1em 2em;
  background-color: #adadad;
}

.content{
  min-height: 500px;
}

/*尾部*/
.foot{
  margin-top: 20px;
  line-height: 100px;
}

.post-name{
  font: 18px normal;
}

nav ul{
  margin-bottom: 0;
}

nav li{
  line-height: 50px;
}
nav li.on{
  background-color: #fff;
  font-weight: bold;

}
.tag-cloud{
  padding: 20px 0 0 0;
}
.count-num{
  position: relative;
  top: -10px;
  left: 5px;
  font-weight: normal;
  font-size: 14px;
}