html, body, * {
    font-family: "Open Sans","Segoe UI","Helvetica",sans-serif;
    -webkit-font-smoothing: antialiased;
}
body {
  font-size: 14px;
  background-color: #fff;
  background: none;
}
#header {
  height: 47px;
  line-height: 2;
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 999;
}
#navigator {
  width: 960px;
  margin: 0 auto;
}
#main {
  background-color: #fff;
  margin-top: 48px;
}
#mainContent {
  box-shadow: none;
  border-radius: 0;
}
.dayTitle {
  display: none;
}
.postTitle a {
  font-weight: bolder;
}
.postTitle a {
  transition: all 0.4s linear 0s;
}
.postTitle a:hover {
  padding-left: 10px;
  transition: all 0.4s linear 0s;
}
a.c_b_p_desc_readmore {
  color: #999;
  text-decoration: underline;
}
.postDesc, .postDesc2, 
.entrylistItemPostDesc {
  text-align: left;
}
#navList li a {
  background-color: #000;
}
#navList li a {
  transition: all 0.4s linear 0s;
}
#navList li a:hover {
  background-color: #999;
  border-radius: 5px;
  transition: all 0.4s linear 0s;
}
.postDesc, .postDesc a {
  color: #4f4e4e;
  font-size: 14px;
  font-weight: 400;
}
#sideBarMain a {
  color: #4f4e4e;
}