body{
 padding-bottom:0px;
 min-height:0px;
}
.mySearch,.catListView,.catListComment,.catListLink,#profile_block,#blogCalendar,.catListPostArchive,.catListImageCategory,.catListFeedback,.blogStats,#navList  #MyLinks1_ContactLink,#navList #MyLinks1_HomeLink, #navList #MyLinks1_Syndication,.catListTag,.catListPostCategory,.postCon,.dayTitle,#ad_under_post_holder,#ad_text_under_commentbox,#site_nav_under,#green_channel,#post_next_prev,#span_comment_canceledit+a,#digg_tips,#commentbox_opt+p,#EntryTag,#author_profile_info,.adsbygoogle{
  display:none;
}
.post  p >img {
border: 0.7em solid #e0dfcc;
-moz-border-radius: 0.7em;
-webkit-border-radius: 0.7em;
border-radius: 0.7em;
}
div.postBody
{
    font-family: Georgia,"Times New Roman",Times,sans-serif;
    font-size:15px;
}
div.postBody h1, div.post h2, div.post h3 {
	margin-top: 24px;
	margin-bottom: 12px;
}
div.postBody h1 {
	padding: 5px;
	color:white;
	background-color: gray;
        font-size: 150%;
}
div.postBody blockquote {
background-color: #f5f2f0;
padding: 1em;
margin: 2em 2em;
font-family: Consolas, Monaco, 'Andale Mono', monospace;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border-width: 1em;
border-color: #e0dfcc;
border-style: solid;
text-shadow: 0 1px white;
}
.social{
            background-color:#2C2C2C;
            position:fixed;
padding-top:3px;
            top:0px;
            display:inline-block;
            right:0;
            color:white;
            z-index:1031;
        }
        .weibo,.github,.email{
            margin-right:10px;
            margin-left:10px;
            width:28px;
            height:28px;
            background-color:red;
            display:inline-block;
            border-radius:50%;
            opacity:0.5;
            transition:0.3s;
        }
        .weibo{
           background:url('https://images.cnblogs.com/cnblogs_com/xiazdong/552405/o_weibo.png') center no-repeat #55CFF8;
      text-indent:-9999px;
        }
.weibo:hover,.github:hover,.email:hover{
opacity:1;
}
.github{
           background:url('https://images.cnblogs.com/cnblogs_com/xiazdong/552405/o_github.png') center no-repeat #afb6ca;
      text-indent:-9999px;
        }
.email{
 background:url('https://images.cnblogs.com/cnblogs_com/xiazdong/552405/o_email.png') center no-repeat #ef7522;
      text-indent:-9999px;
}
a#lnkBlogLogo{
display:none;
}
.mytitle{
 font-size: 14px;
line-height: 36px;
color: #404040;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
border: 0 none;
font-family: inherit;
}
#sideBar{
   position:fixed;
}
#leftside-intro{
 border-radius:50%;
}
.recommend-blog-content{
-moz-column-count:2;
-webkit-column-count:2;
column-count:2;
-moz-column-gap:5px; /* Firefox */
-webkit-column-gap:5px; /* Safari 和 Chrome */
column-gap:5px;
}
.postTitle2{
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.postTitle2:hover{
padding-left: 20px;
}
#blog_new{
text-decoration: none;
color:#F5F5F5;
}