.clear {
  clear: both;
}

a {
  text-decoration: underline;
}

a:hover {
  color: green;
}

a:active {
  color: red;
}

@-webkit-keyframes flow {
  50% {
    -webkit-transform: translate(4px, 10px);
    transform: translate(4px, 10px);
  }
}

@keyframes flow {
  50% {
    -webkit-transform: translate(4px, 10px);
    transform: translate(4px, 10px);
  }
}

#home {
  min-height: 100%;
  background: #f8f6d9;
}

#home #header {
  position: fixed;
  top: 0;
  z-index: 10;
  height: 60px;
  line-height: 60px;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 2px 3px #eee;
  background: #fcfcfc;
}

#home #header #blogTitle {
  float: left;
  height: 100%;
}

#home #header #blogTitle #lnkBlogLogo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

#home #header #blogTitle h1 a {
  font-size: 30px;
  margin-left: 20px;
}

#home #header #navigator {
  font-size: 0;
  text-align: right;
}

#home #header #navigator #navList {
  position: relative;
  background: #fcfcfc;
  z-index: 4;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

#home #header #navigator #navList li {
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

#home #header #navigator #navList li a {
  text-align: center;
  line-height: 1;
  padding: 8px 15px;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all;
}

#home #header #navigator #navList li a:hover {
  background: #ecb453;
  border: 1px solid #f8a71c;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
}

#home #header #navigator .blogStats {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 60px;
  padding-top: 60px;
  box-sizing: border-box;
  background: #fcfcfc;
}

#home #header #navigator .blogStats #blog_stats {
  font-size: 16px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 60px;
  transition: all 500ms;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border: 1px solid rgba(222, 222, 222, 0.6);
  border-top: none;
  background: #fff;
}

#home #header #navigator .blogStats #blog_stats span {
  display: block;
  box-sizing: border-box;
  float: right;
  text-align: left;
  width: 100%;
  padding: 4px 15px;
  line-height: 26px;
}

#home #header #navigator .blogStats::before {
  content: '';
  position: absolute;
  height: 60px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fcfcfc;
}

#home #header #navigator .blogStats::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -5px;
  border: 5px solid #262626;
  border-color: transparent;
  border-top-color: #262626;
}

#home #header #navigator .blogStats:hover {
  overflow: visible;
}

#home #header #navigator .blogStats:hover #blog_stats {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#home #header #navigator .blogStats:hover::after {
  -webkit-transform: translateZ(180deg);
  transform: translateZ(180deg);
}

#home #main {
  position: relative;
  padding-top: 60px;
  padding-right: 220px;
}

#home #main #mainContent {
  box-sizing: border-box;
  margin: 20px auto;
  width: 85%;
  background: #fafafa;
  box-shadow: 2px 2px 4px 2px #999;
  border-radius: 10px;
  padding: 30px 25px;
  line-height: 1.6;
}

#home #main #mainContent .forFlow .day .dayTitle {
  float: right;
  line-height: 26px;
  font-size: 13px;
}

#home #main #mainContent .forFlow .day .postTitle {
  font-size: 18px;
  line-height: 26px;
  color: #111;
  margin-bottom: 6px;
}

#home #main #mainContent .forFlow .day .postTitle:first-letter {
  font-size: 24px;
  color: #000;
  text-shadow: 1px 1px lightcoral;
}

#home #main #mainContent .forFlow .day .postCon {
  color: #474646;
}

#home #main #mainContent .forFlow .day .postCon .c_b_p_desc {
  font-size: 13px;
}

#home #main #mainContent .forFlow .day .postCon .c_b_p_desc a {
  float: right;
  line-height: 15px;
  padding-left: 10px;
  margin-top: 3px;
  color: blue;
  text-decoration: underline;
}

#home #main #mainContent .forFlow .day .postDesc {
  float: right;
  font-size: 12px;
  margin: 10px 0;
}

#home #main #mainContent .forFlow .day .postDesc a {
  text-decoration: underline;
}

#home #main #mainContent .forFlow .day .clear:last-of-type {
  height: 3px;
  border-radius: 50%;
  margin: 8px 0 15px;
  background-image: linear-gradient(#fafafa, #ddd, #fafafa);
}

#home #main #mainContent .forFlow .topicListFooter {
  overflow: hidden;
}

#home #main #mainContent .forFlow .topicListFooter #nav_next_page {
  float: right;
}

#home #main #mainContent .comment_form_container {
  font-size: 14px;
}

#home #main #sideBar {
  width: 220px;
  position: absolute;
  right: 20px;
  top: 60px;
  padding-top: 20px;
}

#home #main #sideBar #sideBarMain .newsItem {
  background: #fafafa;
  box-shadow: 1px 1px 1px 2px #eee, 2px 2px 1px 2px #aaa, 4px 4px 1px 2px #999;
  margin-bottom: 30px;
  border-radius: 2px;
  padding: 10px;
  width: 180px;
  -webkit-animation: flow 10s infinite forwards;
  animation: flow 10s infinite forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

#home #main #sideBar #sideBarMain .newsItem .catListTitle {
  text-align: center;
  margin-bottom: 4px;
}

#home #main #sideBar #sideBarMain .newsItem #blog-news #profile_block {
  font-size: 15px;
}

#home #main #sideBar #sideBarMain .newsItem #blog-news #profile_block a {
  font-size: 14px;
}

#home #main #sideBar #sideBarMain #blog-calendar {
  background: #fafafa;
  box-shadow: 1px 1px 1px 2px #eee, 2px 2px 1px 2px #aaa, 4px 4px 1px 2px #999;
  margin-bottom: 30px;
  border-radius: 2px;
  padding: 10px;
  width: 180px;
  -webkit-animation: flow 10s infinite forwards;
  animation: flow 10s infinite forwards;
}

#home #main #sideBar #sideBarMain #blog-calendar #blogCalendar {
  margin: 0 auto;
}

#home #main #sideBar #sideBarMain #blog-calendar #blogCalendar > tbody tr td {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 3px;
}

#home #main #sideBar #sideBarMain #blog-calendar #blogCalendar > tbody tr td .CalTitle {
  margin: 0 auto;
}

#home #main #sideBar #sideBarMain #blog-calendar #blogCalendar > tbody tr td .CalTitle tbody tr td {
  border: none;
}

#home #main #sideBar #sideBarMain #blog-calendar #blogCalendar > tbody tr:first-of-type td {
  border: none;
}

#home #main #sideBar #sideBarMain #blog-calendar #blogCalendar > tbody tr th {
  border: 3px solid #e5e5e5;
  background: #e5e5e5;
}

#home #main #sideBar #sideBarMain #leftcontentcontainer {
  border-radius: 3px;
  width: 200px;
  box-shadow: 0 0 2px 2px #ccc;
  text-indent: 5px;
}

#home #main #sideBar #sideBarMain #leftcontentcontainer #blog-sidecolumn .sidebar-block {
  padding: 10px;
  width: 180px;
  font-size: 14px;
  background-image: linear-gradient(#eee, #fff, #eee);
}

#home #main #sideBar #sideBarMain #leftcontentcontainer #blog-sidecolumn .sidebar-block .catListTitle {
  margin-bottom: 8px;
}

#home #main #sideBar #sideBarMain #leftcontentcontainer #blog-sidecolumn .sidebar-block .mySearch #sidebar_search_box .div_my_zzk {
  margin: 5px 0;
  white-space: nowrap;
}

#home #main #sideBar #sideBarMain #leftcontentcontainer #blog-sidecolumn .sidebar-block .mySearch #sidebar_search_box .div_my_zzk .input_my_zzk {
  width: 90px;
  box-shadow: 0 0 1px #aaa;
  border-radius: 2px;
}

#home #main #sideBar #sideBarMain #leftcontentcontainer #blog-sidecolumn .sidebar-block .mySearch #sidebar_search_box .div_my_zzk .btn_my_zzk {
  min-width: 65px;
  box-shadow: 1px 1px 3px #aaa;
  border-radius: 2px;
  padding: 2px 5px;
  margin-left: 5px;
}

#home #main #sideBar #sideBarMain #leftcontentcontainer #blog-sidecolumn .sidebar-block .mySearch #sidebar_search_box .div_my_zzk .btn_my_zzk:active {
  box-shadow: 0 0 3px #999 inset;
}

#home #main #sideBar #sideBarMain #leftcontentcontainer #blog-sidecolumn .sidebar-block .catListLink ul li {
  list-style: circle inside;
}

#home #main #sideBar #sideBarMain #leftcontentcontainer #blog-sidecolumn .sidebar-block .catListLink ul li a {
  text-decoration: underline #bbb;
}

#home #main #sideBar #sideBarMain #leftcontentcontainer #blog-sidecolumn #sidebar_categories .catListPostArchive ul li a {
  text-decoration: underline #bbb;
}

#home #main #sideBar #sideBarMain #leftcontentcontainer #blog-sidecolumn #sidebar_topviewedposts ul li a {
  text-decoration: underline #bbb;
}

#home #footer {
  text-align: center;
  font-size: 14px;
  padding: 15px 10px;
}

#home .commentbox_main {
  font-size: 14px;
}

#home .commentbox_main #tbCommentBody {
  width: 100%;
  height: 100px;
  border: 1px solid #aaa;
  border-radius: 10px;
}

#home #ad_t2,
#home #cnblogs_c1,
#home #under_post_news,
#home #cnblogs_c2,
#home #under_post_kb,
#home #opt_under_post {
  display: none;
}

#home .post .postDesc {
  margin: 8px 0;
  text-align: right;
  font-size: 12px;
}

#home .post .postDesc a {
  color: blue;
  text-decoration: underline;
}

#home #comment_nav {
  font-size: 14px;
}

#home #comment_nav a {
  text-decoration: underline;
}html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #262626;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "-apple-system","Helvetica Neue",Roboto,"Segoe UI","sans-serif";
}

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
select,
button {
  vertical-align: middle;
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #262626;
}
/*# sourceMappingURL=style.css.map*/