body {
  background: white;
  margin: 0;
  padding: 0 15px;
  margin-top: 80px;
  line-height: 30px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

textarea {
  width: 100% !important;
}

blockquote {
  width: calc(100% - 20px);
  margin-left: 0;
  border-left: 5px solid #c6c6c6;
  background: #f8f8f8;
}

#blogCalendar,
#header #blogTitle #lnkBlogLogo,
#header #blogTitle h2 {
  display: none;
}

#cnblogs_post_body img {
  box-shadow: 0 0 5px #d9d7d7;
  padding: 3px;
  text-align: -webkit-auto;
  width: 100%;
}

#home {
  max-width: 1024px;
  margin: auto;
}

#topics .postTitle {
  text-align: center;
}

#topics .postTitle a {
  color: black;
}

#cnblogs_post_body h1 {
  font-size: 1.6em;
}

#cnblogs_post_body h2 {
  font-size: 1.4em;
}

#cnblogs_post_body h3 {
  font-size: 1.3em;
}

#cnblogs_post_body h4 {
  font-size: 1.2em;
}

#cnblogs_post_body h5 {
  font-size: 1.1em;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 15px);
  box-shadow: 1px 0 3px #7e7777;
  padding-left: 15px;
  background-image: linear-gradient(42deg, #656161, #272424);
}

#header #blogTitle {
  float: left;
}

#header #blogTitle h1 {
  font-size: 1.5em;
}

#header #blogTitle h1 a {
  color: white;
  text-shadow: 2px 1px 3px #a4a4a4;
}

#header #navigator {
  float: right;
}

#header #navigator ul {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

#header #navigator li {
  float: left;
  list-style: none;
  margin-right: 15px;
}

#header #navigator li a {
  color: #cdcdcd;
  position: relative;
}

#header #navigator li a:hover {
  color: white;
  font-weight: bold;
}

#header #navigator li a::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 100%;
  height: 100%;
  width: 0;
  border-bottom: 2px solid white;
}

#header #navigator li a:hover::before {
  left: 0;
  width: 100%;
}

#header .blogStats {
  display: none;
}

#header #navigator ul::after,
#header::after {
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}

#main #mainContent {
  float: left;
  width: calc(75% - 30px);
  padding-right: 30px;
}

#main #sideBar {
  float: left;
  width: 25%;
}

@media screen and (max-width: 600px) {
  #main #mainContent {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  #main #sideBar {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  #div_digg {
    position: fixed;
    padding: 10px;
    left: calc(100% - 200px);
    top: calc(100% - 100px);
  }
}

.forFlow,
.sidebar-block,
.newsItem {
  padding: 10px;
  margin-bottom: 15px;
}

.sidebar-block ul {
  margin: 0;
  padding: 0;
  padding-left: 6px;
}

.newsItem div a,
.sidebar-block li a {
  color: #646464;
  line-height: 1.6em;
}

.newsItem div a:hover,
.sidebar-block li a:hover {
  color: black;
  font-weight: bold;
}

.newsItem .profile_block {
  margin-left: 5px;
}

.catListTitle {
  padding: 0;
  margin: 0;
  padding-left: 5px;
}

div#p_b_follow {
  display: table;
  padding: 3px 7px;
  border: 1px solid #383736;
  border-radius: 3px;
}

div#p_b_follow:hover {
  background: black;
  line-height: 1.6em;
}

div#p_b_follow a:hover {
  color: white;
  font-weight: 500;
}

.forFlow .dayTitle a {
  color: #9c9c9c;
}

.forFlow .postTitle a {
  color: black;
  font-weight: bold;
  font-size: 1em;
 line-height: 1.1em;
}

.forFlow .postDesc {
  color: #6e6969;
  font-size: 0.9em;
}

input.btn_my_zzk {
  background: white;
  border: 1px black solid;
  width: 80px;
  height: 26px;
  border-radius: 3px;
}

.input_my_zzk,
google_q {
  width: 100%;
  max-width: 120px;
}

.buryit:hover,
.diggit:hover {
  margin-top: 0;
  margin-left: 2px;
  box-shadow: 2px 2px 3px #A09C9C;
}

#xuyao_side_nav {
  width: 20%;
  top: 70px;
  right: 10px;
  position: fixed;
  min-width: 176px;
  background: white;
}

#xuyao_side_nav ul {
  margin: 0;
  padding: 5px 10px;
  box-shadow: 0 0 2px #000000;
  overflow: hidden;
}

#xuyao_side_nav ul li {
  white-space: nowrap;
}

#xuyao_side_nav ul li:hover {
  cursor: pointer;
  color: black;
  font-weight: bold;
}

.xuyao-background-span {
  cursor: pointer;
  height: 12px;
  width: 12px;
  border: 1px solid black;
  margin-right: 10px;
  display: inline-block;
}

span.xuyao-background-span:hover {
  box-shadow: 2px 2px 3px #9a9a9a;
  height: 14px;
  width: 14px;
}