.newsItem {
border: 1px solid black;
padding: 15px;
margin-bottom: 15px;
/*background:#008BA0;*/
/*background:#55CDCD;*/
}
#leftcontentcontainer
{
/*font-family:黑体,隶书;*/
/*background:#BE1E41;*/
}
.newsItem .catListTitle 
{
color:black;
}
.catListTitle {
font-size: 130%;
margin-top: 5px;
margin-bottom: 5px;
font-family:黑体,隶书;
/*font-weight:bold;*/
/*color:white*/
}
#blog-calendar
{
border: 1px solid black;
/*background:#ccc;*/
background:#E7E8E9;
margin-bottom: 15px;
}
#navList
{
font-size: 70%;
}
#navList.li
{
background:#ccc;
}
.cnblogs_code {
font-family: Courier New;
font-size: 12px;
}
.postCon {
font-size: 116%;
padding-left: 15px;
padding-right: 15px;
font-weight:bold
margin-bottom: 5px;
overflow: auto;
/*max-height:300px;*/
height:auto !important;
height:500px;
}

.blogStats {
text-align: right;
color: #D8512B;
}

#blogTitle {
margin-bottom: 15px;
}

#blogTitle h2 {
display:block;
font-size:110%;
font-family:黑体,隶书;
}
.postTitle a
{
display:block;
padding-left:5px;
}
.postTitle a:hover
{
background:#ccc;
}

#navList li a
{
display:block;
padding-left:2px;
padding-right:2px;
padding-top:0px;
padding-bottom:0px;
/*line-height:110%;*/
}
#navList li a:hover
{
/*background:#8E0097;*/
background:#FF6600;
}

/*提交按钮*/
#btn_comment_submit{
    width:70px;height:25px;border:none;
    background-color:#2DAEBF;
    -webkit-border-radius: 10px;color:white;
    font-weight: bold;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    font-size: 10pt;
}
/**/
.postBody h1 {
border-radius: 3px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
background: #ccc;
margin-top: 15px;
margin-bottom: 5px;
color: black;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
}
.postBody h2
{
    margin: 15px 0;
    padding: 0;
    font-size: 125%;
}
.postBody h3
{
    margin: 15px 0;
    padding: 0;
    font-size: 110%;
}

.code
{
    background: #fbedbb;
    border: #c0c0c0 1px solid;
    padding: 5px;
    margin: 0 40px 0 20px;
    font-family: Verdana,Helvetica, "微软雅黑" , Arial, "宋体" , sans-serif;
}

#cb_post_title_url
{
color:#D8512B;
font-family:宋体;
}

.ban_touming{
    opacity: 0.4;  //-moz-opacity:0.5; ff和oper等浏览器下的半透明
    filter:alpha(opacity=40); //IE下的半透明
}