#blogTitle h2{
  font-family:"Microsoft Yahei";
  font-weight: 300;
}
body{
  font-family:"Microsoft Yahei";
  font-weight: 400 !important;
}
#navigator{
  border-bottom: solid 5px #138cca !important;
}
#navigator a{
  text-shadow: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#navigator a:hover{
  background: #138cca !important;
  color: #ffffff !important;
}
#mypic{
  border-radius: 100%;
  border: 8px #ffffff solid;
  box-shadow: 0px 0px 3px #777;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#mypic:hover{
  box-shadow: 0px 0px 30px #CCC;
}
#profile_block{
  padding: 20px 40px !important;
}
#profile_block:hover{
  border:1px solid #dedede !important;
}
.mycontent p{
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
}
.day,
#post_detail{
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  border: 1px solid #ddd !important;
}
.newsItem,
.sidebar-block{
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
#EntryTag a{
  padding: 2px 6px 3px 6px !important;
  background: #74D0FF;
  color: #fff !important;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
#EntryTag a:hover{
  color:#ffffff;
  background: #169FE6;
}
#btn_comment_submit{
  height: 40px !important;
  width: 100px !important;
  border: 1.5px solid #169FE6 !important;
  background: transparent !important;
  color: #169FE6 !important;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
#btn_comment_submit:hover{
  background: #169FE6 !important;
  color: #ffffff !important;
}
#tbCommentBody{
  resize: none;
  width: 400px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
#tbCommentBody:focus{
  border: 1px solid #169FE6;
  box-shadow: 0px 0px 10px #87D6FF;
}
#cnblogs_post_body{
  font-size: 16px !important;
}