body {
  background: url(images/body.png) repeat scroll 0 0 #e5e2dc;
  color: #666;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}
.text-center .nav {
  display: inline-block;
  float: none;
}
.none-border a,
.none-border a:hover {
  border: none;
}
nav.navbar {
  background: url(images/menu.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 16px;
  height: 100px;
}
#BlogTitle {
  margin-top: 0;
}
#BlogTitle a {
  color: #111;
  font-family: FZShuTi, STXingkai, KaiTi, STFangsong, "Microsoft YaHei",
    AlluraRegular;
}
#BlogSubTitle {
  background: url(images/tagline.png) no-repeat scroll center center
    rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 16px;
  height: 73px;
  line-height: 48px;
  text-transform: uppercase;
}
#BlogSubTitle > span {
  display: inline-block;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-top {
  background: #fff none repeat scroll 0 0;
  padding: 17px 27px 0px;
  margin: 0;
}
.is-top:last-of-type {
  margin-bottom: 10px;
  padding-bottom: 19px;
}
.post {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 25px;
  padding: 30px 27px 17px;
}
.post-title {
  font-size: 20px;
  margin-top: 0;
}
.post-title a {
  color: #698948;
}
.post-body h5 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: 0.3em;
  font-size: 1.05em;
  margin-left: 1.8em;
  text-shadow: 0 0 1px;
}
.post-body h4 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: 0.3em;
  font-size: 1.1em;
  margin-left: 1.8em;
  text-shadow: 0 0 1px;
}
.post-body h3 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: 0.3em;
  font-size: 1.15em;
  margin-left: 1.8em;
  text-shadow: 0 0 1px;
}
.post-body h2 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: 0.3em;
  font-size: 1.2em;
  margin-left: 1.8em;
  text-shadow: 0 0 1px;
}
.post-body blockquote {
  background-color: #fafafa;
  font-size: inherit;
  margin-left: 1.3em;
  padding: 7px 10px;
}
.post-body blockquote p {
  word-wrap: break-word;
}
.post-body > p,
.post-body > div p {
  word-wrap: break-word;
  text-indent: 2em;
}
.post-body p > img {
  padding-right: 3em;
  margin-left: -1em;
}
.post-body a:link {
  border-bottom: 1px dotted #175199;
}
.post-body a:hover {
  text-shadow: 0 0 1px;
  border-bottom: 1px solid #175199;
}
.post-body td,
.post-body th {
  border: 1px solid #ccc;
  padding: 0 14px;
}

.post-body tr {
  border: 1px solid #ccc;
}
.post-body table {
  width: 100%;
  border: 1px solid #ccc;
}
.post-body>pre ol.linenums {
  margin-left: 0 !important;
  padding-left: 1em !important;
}
.post-body>pre.prettyprint {
  padding: 1em 0.3em;
}
.post-meta {
  text-indent: 1em;
}
.pagination {
  line-height: 17px;
  margin-bottom: 15px;
}
.pagination .now-page,
.pagination a {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 5px 8px;
}
.pagination .now-page,
.pagination a:hover {
  background: none repeat scroll 0 0 #f3f3f3;
}
.comments label {
  display: inline;
}
.comments .media {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  line-height: 160%;
  margin: 10px 0;
  padding: 20px;
}
.comments > .media {
  margin-bottom: 23px;
}
.media .media-body {
  border-top: 1px solid #eee;
  margin-top: 2px;
}
.media .media-hd {
  line-height: 1.4em;
}
.msgarticle {
  padding-top: 2px;
}
.commentname a {
  color: #444;
  font-size: 16px;
}
.revertcomment {
  display: inline-block;
  margin-top: 3px;
}
.revertcomment a {
  background-color: #5f7746;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
}
.widget {
  background: none repeat scroll 0 0 #fff;
  margin-bottom: 25px;
  padding: 20px 10px 20px 20px;
}
.widget h3,
.posttop {
  color: #7e9666;
  font-size: 18px;
  margin-top: 0;
}
.widget ul li {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 4px 0;
  word-wrap: break-word;
}
.widget ul li a {
  color: #777;
}
.widget ul li a:hover {
  text-shadow: 0 0 1px;
}
#divCalendar {
  padding: 5px;
}
#divCalendar table {
  width: 100%;
  line-height: 25px;
}
#divCalendar table td {
  text-align: center;
}
#divCalendar table #today b {
  color: #cc412a;
}
#divSearchPanel input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0 box-shadow 0.15s ease-in-out 0;
  padding: 6px 12px;
}
.copy,
.styl-404 {
  background: none repeat scroll 0 0 #fff;
  margin-bottom: 25px;
  padding: 13px 0 19px;
}
.styl-404 img {
  max-width: 256px;
}
.styl-404 p {
  font-size: 17px;
}
.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.backTop {
  outline: none;
  color: #8590a6;
  line-height: 1;
  position: fixed;
  bottom: 14px;
  right: 15px;
  background: #fff;
  border: 0;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
}
.backTop:hover {
  background: #d3d3d3;
}
@media screen and (max-width: 767px) {
  .row .posts,
  .row .sidebar {
    padding-left: 11px;
    padding-right: 11px;
  }
  .post {
    padding-left: 21px;
    padding-right: 21px;
  }
}
