#home {
    margin: 0 auto;
    width: 85%;
    background-color: #fff;
    padding: 30px 30px 0px 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    border-radius: 20px;
}
.postDesc{
    margin:0px;
    padding: 0px 20px 15px 0px;
    color: #999;
    font-size: 0.9em;
    line-height: 16px;
    position: relative;
    min-height: 16px;
    background: #fff;
    border-bottom: 1px dashed #ccc;
}
.postCon div a, .postDesc a,#profile_block a,.catListLink ul li a,.catListTag ul li a,#sidebar_postarchive ul li a,#TopViewPostsBlock ul li a{
	text-decoration: none !important;
	color: #258fb8 !important;
}
.postCon div a:hover,.postDesc a:hover,#profile_block a:hover,.catListLink ul li a:hover,.catListTag ul li a:hover,#sidebar_postarchive ul li a:hover,#TopViewPostsBlock ul li a:hover{
    text-decoration: underline!important;
}
.c_b_p_desc{
color: #505050;
}
/*隐藏搜索框中的无用组件*/
.mySearch {
  display: none;
}
#sideBar{
	padding: 0px 10px 0px 0px;
}
#sideBar .tag small {
  margin-left: 15px;
  color: #999;
}
#sideBar .tag small:before {
  content: '(';
}
#sideBar .tag small:after {
  content: ')';
}
#sideBar .twitter li {
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  font-size: 0.9em;
}
#sideBar .twitter li:last-of-type {
  border-bottom: none;
}
#sideBar .twitter small {
  display: block;
  margin-top: 10px;
  color: #999;
  line-height: 1;
}
#sideBar .tagcloud .entry {
  padding-right: 10px;
}
#sideBar .tagcloud a {
  margin-right: 10px;
  display: inline-block;
}
.search, .newsItem, .catListPostCategory, .catListPostArchive, .catListTag, .catListView, .catListBlogRank,.catListLink {
  background: #fff;
  margin-bottom: 30px;
  word-wrap: break-word;
  border-radius: 10px;
  margin-top: 10px;
  border: 1px solid #ddd;
  box-shadow: 5px 5px 15px #ddd;
}
#blog-sidecolumn h3, .newsItem h3,.catListLink h3 {
  padding: 15px 20px;
  font-size: 1em;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
#blog-sidecolumn ul, .newsItem #blog-news {
  font-size: 0.9em;
  padding: 15px 20px;
}
.catListTitle{
	margin:0px;
}
#blog-calendar{
	display:none!important;
}
/*广告*/
#comment_form>div{
  display:none;
}
/*评论*/
#comment_form_container
{
  display:block!important;
}
#tbCommentBody{
	width: 98%!important;
    height: 120px!important;
}
#footer{
  padding-bottom: 10px;
}