/*博文正文的标题*/.post .postTitle{
font-size:20pt;color:#6699cc !important;font-family:"微软雅黑","PTSans","Arial",Sans-Serif;font-weight:normal;height:35px;
}
.postTitle a:visited{
text-decoration:none;color:#399ab2 !important;
}
.postTitle a:hover{
text-decoration:underine;color:#9cba39 !important;
}
/*首页的内容部分*/.postCon{
font-family:"微软雅黑",verdana,Arial,Helvetica,sans-serif;font-size:14px;
}
div.post a{
color: #6699cc !important;
}
.postBody p{
font: 14px/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;color: black; font-size-adjust: none; font-stretch: normal;
}
#cnblogs_post_body p {
text-indent: 33px;
}
.postBody h1 {
    background: rgb(119, 178, 215); 
    border-radius: 3px; 
    color: white; 
    letter-spacing: 1px; 
    padding: 5px 0 5px 0;     
    padding-left: 20px; 
    font-size: 22px; 
    font-weight: normal;
    box-shadow: 2px 2px 10px rgba(140,140,140,1); text-shadow: 2px 2px 2px #888888; 
    -moz-box-shadow: 2px 2px 10px rgba(140, 140, 140, 1); 
    -webkit-box-shadow: 2px 2px 10px rgba(140, 140, 140, 1);
    margin: 40px 0 40px 0;
    text-align: center;
}
.postBody h2 {
    text-align: left;
    text-indent: 30px;
    margin: 30px 0 30px 0;
    color: rgb(0,0,0);
}
.postBody h3 {
    text-indent: px;
    font-family: 微软雅黑;
    margin: 20px 0 20px 0;
    color: rgb(0,0,0);
}
.postBody table{
text-align:center;background-size:100% 100%;
}
/*导航书签*/#navCategory p{
font-size: 12pt;margin-bottom: 0px;
}
#navCategory ul{
margin: 0 0 30px 0;padding: 0 0 0 30px;
}
#navCategory ul li{
margin: 0;padding: 3px;
}
/*代码*/.cnblogs_Highlighter .sh-gutter{
padding-left:33px !important;
}
/*代码*/.cnblogs_code{
margin-left:40px;margin-right:160px;background-color:rgb(225,235,245);
}
/*代码工具条*/.cnblogs_code_toolbar{
background-color:rgb(225,235,245) !important;
display:none;
}
/*代码折叠起来时*/.cnblogs_code_collapse{
color:rgb(25,119,176);
}
/*可隐藏的代码部分*/.cnblogs_code_hide{
background-color:rgb(225,235,245) !important;
}