/*文章内图片*/
#cnblogs_post_body p img {
    margin:10px;
}



/*******博文内的标题********/
#cnblogs_post_body h1,
#cnblogs_post_body h2,
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6 {
    background: none repeat scroll 0 0 rgb(0, 128, 0);
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 17px;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    width: 98%;
}


/******导航*********/
#navList > li > a:hover{
    background: none repeat scroll 0 0 rgb(0, 128, 0);
    color: #000000!important;
    box-shadow:2px 2px 5px #333333, 0px 0px 6px #2D3636;

}
/***首页编辑按钮***/
.day .postDesc a{
    background: none repeat scroll 0 0 rgb(0, 128, 0);
    color: #000000!important;
    box-shadow:2px 2px 5px #333333, 0px 0px 6px #2D3636;
    //padding:0px 15px;
    padding:5px 5px;
    z-index:9999;
    transition:width 0.5s, height 0.5s;
   -moz-transition:width 0.5s, height 0.5s, -moz-transform 0.5s; /* Firefox 4 */
   -webkit-transition:width 0.5s, height 0.5s, -webkit-transform 0.5s; /* Safari and Chrome */
}
.day .postDesc a:hover{
    transform:rotate(720deg);
    -moz-transform:rotate(720deg); /* Firefox 4 */
    -webkit-transform:rotate(720deg); /* Safari and Chrome */
}
/******内页恢复按钮******/
.feedbackManage a:first-child{
    background: none repeat scroll 0 0 rgb(0, 128, 0);
    color: #000000!important;
    box-shadow:2px 2px 5px #333333, 0px 0px 6px #2D3636;
    //padding-left:10px;
    margin:0px 10px 5px 0px;
   padding:5px 5px;
    transition:width 0.5s, height 0.5s;
   -moz-transition:width 0.5s, height 0.5s, -moz-transform 0.5s; /* Firefox 4 */
   -webkit-transition:width 0.5s, height 0.5s, -webkit-transform 0.5s; /* Safari and Chrome */
}
.feedbackManage a:first-child:hover{
    transform:rotate(720deg);
    -moz-transform:rotate(720deg); /* Firefox 4 */
    -webkit-transform:rotate(720deg); /* Safari and Chrome */
}


/******内页编辑按钮*****/
.post .postDesc a:nth-of-type(2) {
    background: none repeat scroll 0 0 rgb(0, 128, 0);
    color: #000000!important;
    box-shadow:2px 2px 5px #333333, 0px 0px 6px #2D3636;
    padding:5px;
    position:fixed;
    bottom:10px;
    width:150px;
    right:130px;
    text-align: center;
    font-size:20px;
    z-index:9999;
   transition:width 1s, height 1s;
   -moz-transition:width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */
   -webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */
}
.post .postDesc a:nth-of-type(2):hover{
    transform:rotateX(360deg);
    -moz-transform:rotateX(360deg); /* Firefox 4 */
    -webkit-transform:rotateX(360deg); /* Safari and Chrome */
}



/****左侧a标签划过****/
.catListLink > ul > li > a:hover,
.catListPostArchive > ul > li > a:hover,
.catListComment > ul > li > a:hover,
.catListArticleCategory > ul > li > a:hover,
.catListView ul > li > a:hover,
.catListFeedback ul > li > a:hover,
.catListImageCategory > ul > li > a:hover,
.catListPostCategory> ul > li > a:hover,
#RecentCommentsBlock> ul > li > a:hover{
    padding:0px 20px;
    color: #000000!important;
    background: none repeat scroll 0 0 rgb(0, 128, 0);
    box-shadow:2px 2px 5px #333333, 0px 0px 6px #2D3636;
  
}



.postTitle a:hover{
    padding-left: 20px;
    color: #000000!important;
    background: none repeat scroll 0 0 rgb(0, 128, 0);
    box-shadow:2px 2px 5px #333333, 0px 0px 6px #2D3636;
}

/*****右侧圆角*****/


#leftcontentcontainer > div {
    border: 0px;
    margin-bottom: 15px;
    padding: 15px;
}




.newsItem ,
.mySearch ,
.catListLink ,
.catListPostCategory ,
.catListPostArchive ,
.catListComment,
.catListView,
.catListFeedback,
.catListView{
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    margin-bottom: 15px;
    overflow: hidden;
}
.newsItem h3,
.mySearch h3,
.catListLink h3,
.catListPostCategory h3,
.catListPostArchive h3,
.catListComment h3,
.catListView h3,
.catListFeedback h3,
.catListView h3{
    background: none repeat scroll 0 0 rgb(0, 128, 0);
    color: #000000!important;
}
.newsItem ul li ,
.mySearch ul li ,
.catListLink ul li,
.catListPostCategory ul li ,
.catListPostArchive ul li,
.catListComment ul li,
.catListView ul li,
.catListFeedback ul li,
.catListView ul li{
    border-bottom: 1px solid #dadfe1;
    border-top: 1px solid #ffffff;
    overflow: hidden;
    padding: 5px ;
    font-size:12px;
}







#titlelist {
    bottom: 60px;
    color: #000;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: auto;
    right: 130px;
    line-height: 22px;
    position: fixed;
}
#titlelist h1 {
    background: none repeat scroll 0 0 #a5a5a5;
    font-size: 18px;
    border-radius: 0px;
    height: auto;
    padding: 5px;
    margin: 2px;
    text-align: center;
    width: 150px;
}
#titlelist h2 {
    background: none repeat scroll 0 0 #a5a5a5;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 12px;
    padding: 5px;
    margin: 2px;
    text-align: center;
    width: 150px;
}

#titlelist h1 a:link {
    color: #000;
    text-decoration: none;
}
#titlelist h1 a:visited {
    color: #000;
    text-decoration: none;
}
#titlelist h1 a:hover {
    color: #000;
    text-decoration: none;
}
#titlelist h1 a:active {
    color: #000;
    text-decoration: none;
}
#titlelist h2 a:link {
    color: #000;
    text-decoration: none;
}
#titlelist h2 a:visited {
    color: #000;
    text-decoration: none;
}
#titlelist h2 a:hover {
    color: #000;
    text-decoration: none;
}
#titlelist h2 a:active {
    color: #000;
    text-decoration: none;
}