body{
  font-family:"Microsoft YaHei";
  color:#666;
}
#home{
  margin:0;
  width:auto;
  padding-top:0;
}
#header{
  margin-top:0;
}
#Header1_HeaderTitle{
  color:#fff;
  font-family:"Microsoft YaHei";
}
#blogTitle h1{
  margin-top:0;
  padding-top:20px;
}
#blogTitle h1 a{
  color:#5e91fa;
  opacity:0.5;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
#blogTitle h1 a:hover{
 color:#5e91fa;
  opacity:0.9;
}
.c_b_p_desc{
 color:#333
}
.postTitle{
  float:none;
}
.day{
  padding:10px 0 10px 10px;
}
.day .postTitle{
  background:#f7f6f1;
  margin-bottom:0;
  padding:10px 0 0 10px;
  border-left:0 none;
}
.day .postTitle a{
 border-left:3px solid #5e91fa;
}
.postCon{
 background:#f7f6f1;
 padding-top:20px;
 padding-bottom:30px;
}
.postDesc{
 background-color:#f7f6f1;
 margin-top:0;
}
.c_b_p_desc{
 padding-left:10px;
}
.postDesc{
 padding-left:30px;
 background-position:10px 1px;
 padding-bottom:10px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
 color:#5e91fa;
}
.postTitle a:hover{
 color:#7baeea;
}
a{
 transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.CalTodayDay{
 background:#5e91fa !important;
}
.CalTodayDay u{
 color:#fff;
}