* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  background: #D2D8DE;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  min-height: 101%;
}

a:visited {
  color: black;
  text-decoration: none;
}
a:link {
  color: black;
  text-decoration: none;
}

li {
  list-style: none;
}


/*标题*/
#blogTitle {
  display: none;
}

/*导航栏*/
#navigator {
  background-color: black;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  clear: both;
}

#navList {
  min-height: 30px;
  float: left;
}

#navList li {
  float: left;
}

#navList a {
  display: block;
  padding: 0 1.5em;
  height: 60px;
  font-family: '微软雅黑';
  float: left;
  font-size: 1.2em;
  text-align: center;
  transition-duration: 0.3s;
}

#navList a:link, #navList a:visited, #navList a:active {
  color: #BBBBBB;
}

.blogStats {
  float: right;
  color: #ccc;
  padding-right: 10px;
  text-align: right;
}


#main {
  margin: 30px 20px;
}

/*侧边栏*/
#sideBar {
  display: none;
}

/*主界面*/
#mainContent {
  min-height: 200px;
  padding: 0px 0px 10px 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  float: none;
  display: inline;
  width: 100%;
}

#mainContent .forFlow {
  float: none;
  width: auto;
  max-width: 1100px;
  margin: 0px auto;
}

/*博客内容*/
.day {
  min-height: 10px;
  _height: 10px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 1px 1px 2px #A7A8AD;
  color: #666666;
  margin: 0 5px 20px 0;
  padding: 5px 20px 10px;
}

.dayTitle {
  width: 100%;
  color: #666;
  line-height: 2.2em;
  font-size: 22px;
  clear: both;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.postTitle {
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  float: right;
  line-height: 2.5em;
  font-size: 18px;
  width: 100%;
  clear: both;
}
.postCon {
  float: right;
  line-height: 1.5;
  width: 100%;
  clear: both;
  padding: 10px 0;
}
.clear {
  clear: both;
}
.postDesc {
  float: right;
  width: 100%;
  clear: both;
  text-align: right;
  padding-right: 5px;
  color: #A8B1BA;
  line-height: 2.5em;
}

#topics .postTitle {
  font-size: 130%;
  font-weight: bold;
  border-bottom: 1px solid #999;
  float: left;
  line-height: 2em;
  width: 100%;
  padding-left: 5px;
}

.cnblogs_code {
  background-color: #f5f5f5;
  font-family: Courier New!important;
  font-size: 12px!important;
  border: 1px solid #ccc;
  padding: 5px;
  overflow: auto;
  margin: 5px 0;
  border-radius: 10px;
}

.cnblogs_code pre {
  font-family: Courier New!important;
  font-size: 12px!important;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
  color: #390;
  transition: all 0.4s linear 0s;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
  color: #390;
  transition: all 0.4s linear 0s;
}



#footer {
  text-align: center;
  min-height: 15px;
  _height: 15px;
  border-top: 1px solid black;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}


#site_nav_under {
  display:none;
}

#ad_under_post_holder {
  display: none;
}

#blog_post_info_block, #blog-comments-placeholder, #comment_form, .postDesc {
  display: none;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}