/*大标题*/
.day .postTitle{
    font-size: 25px;
    line-height: 1.5em;
    clear: right;
}

.post .postTitle{
    font-size: 35px;
    line-height: 1.5em;
    clear: right;

}
#topics .post .postTitle{
    margin-top: 10px;
}

div#topics,#comment_form {
    padding:0 16px;
}

div#post_detail {
    margin-top: 0px;
    border: 1px solid #ddd;
}

.postTitle a{
    color: #555;
}

.postTitle a:hover ,.entrylistPosttitle a:hover{
      color: #45bcf9 ;
}

/*标题*/
#cnblogs_post_body h1 {

   background: gray !important;

   background: #45bcf9 !important;

   border-radius: 4px 4px 4px 4px !important;

   box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);

   color: #FFFFFF;

   font-family: "Courier New", "宋体", "黑体", Arial;

   font-size: 25px;

   font-weight: bold;

   margin: 15px 0 !important;

   padding: 7px 0 3px 20px;

}

#cnblogs_post_body h2 {

    background: none repeat scroll 0% 0% rgb(69,188,249);

    border-radius: 6px 6px 6px 6px;

    box-shadow: 0px 0px 0px 1px rgb(69,188,249), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);

    // text-shadow: 0 -1px 1px rgba(0,0,0,0.4);

    color: #444;

    font-family: "Courier New","宋体","黑体",Arial;

    font-size: 23px;

    font-weight: bold;

    height: 25px;

    line-height: 25px;

    margin: 15px 0 !important;

    padding: 10px 0px 3px 20px;

  //  text-shadow: 2px 2px 3px rgb(34, 34, 34);

    width: 98%;

}

#cnblogs_post_body h3 {

    font-size: 20px;

    font-weight: bold;

    height: 25px;

    line-height: 25px;

}

#cnblogs_post_body h4 {

    font-size: 18px;

    font-weight: bold;

    height: 25px;

    line-height: 25px;

}

#cnblogs_post_body h2 a{

   color: rgb(235, 235, 235);

}

#cnblogs_post_body h2 a:hover{

   color: rgb(255, 102, 0);

}

/**************分页*******************/
/*头分页*/
#mainContent .forFlow .topicListFooter {
    margin-bottom:5px;
}

/*尾分页*/
#homepage1_HomePageDays_homepage_bottom_pager{
   margin-top: 40px;
}
/*****home和头部开始**************************/

#home {
 
    margin: 0 auto;

    background-color: #fff;

    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
     
  padding-bottom:20px;


}

#home  #header{
   width:100%;
   background:#232323;
}

#blogTitle {
    padding-left: 50px;
}

/*头部导航栏*/
#navigator {
    background:#232323;
    border: 0px;
    font-size:15px;
    height: 35px;/*导航栏高度，原始50*/
    clear: both;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;

}

#home #header #blogTitle .title a{
   color:white;
}

#home #header #navigator #navList li a,
#home #header #navigator .blogStats #blog_stats{
   height:35px;
   line-height: 35px;
   color: #DCDCDC;
} 

#home #header #navigator #navList li a:hover{
       color:white;
       background-color:#000;
       /*opacity: 0.8;*/
}


/*******************************************************************************************/
/*导航栏设置,可以自定义导航栏的目录*/

#navList {
    float: left;
}

#navList li {        /*每一个栏目节点*/

    float: left;
     
    margin: 0 5px 0 0; /*这里原来是0 40px 0 0 */

 }    

 #navList a {         /*栏目文字的格式*/

    display: block;

    width: 5em;

    height: 22px;

    float: left;

   text-align: center;
 }
   

img {
   max-width: 100%;
}

/*文本*/
#mainContent {
   margin-top:40px;
}

.postDesc, .entrylistItemPostDesc{
      margin-bottom: -2px;
}

.forFlow {
    margin-top: -20px;
}

div#mainContent .forFlow {
    margin-top: 0px;
}

.day,.entrylistItem {
    padding: 0 20px;
    border: 1px solid #ddd;
    border-bottom: 1px dotted #999;
}

.day:hover,#myposts .PostList:hover,.entrylistItem:hover{
    border: 1px solid #45bcf9;
}


.c_b_p_desc a, .entrylistPostSummary .c_b_p_desc a{
   color:#45bcf9;
}

.c_b_p_desc a:hover ,
.postTitl2 a:hover,
#MyTag1_dtTagList tbody tr td a:hover,
.catListLink a:hover,
#blog-sidecolumn div a:hover,
.catListTag a:hover,
#sidebar_categories div a:hover{
    color: red;
}


.topicListFooter {
    margin-bottom: -10px;
}

div#post_detail {
    margin-top: 0px;
}

/********随笔档案*********************************/
.entrylistTitle{
   font-size: 21px;
   margin-top: 0px; 
}

.entrylistPosttitle{
   font-size:21px;
}

.forFlow .pager{
  margin:0px;
  margin-top: -20px;
}

#myposts .pager {
    margin-bottom: -4px;
}

/*******常用链接下的CSS********/
.PostListTitle{
   font-size: 30px;
   margin-top: 0px;
   margin-bottom: 20px;
   padding-left: 5px;
}

    

#myposts .PostList {
    margin-top: 0px;
    margin-right: 0px;
    padding: 10px 20px 0 20px;
}

.PostList {
  width:auto;
}

#myposts {
    margin-left:5px;
    border: 1px solid #ddd;
    border-bottom: 1px dotted #fff;
}

#myposts .postDesc2 {
    font-size: 12px;
    clear: both;
    text-align: left;
    color: #7d8b8d;
}

.postTitl2,#taglist {
    font-size: 20px;
    font-weight: bold;
}

#taglist{
    border: 1px solid #ddd;
}


#taglist, #myposts .PostList {
    border: 1px solid #fff;
    border-bottom: 1px dotted #ccc;
}
/*****************随笔分类********************************/
.entrylistTitle{
    font-size: 30px;
    font-weight: 100; 
    margin-top: 0px; 
    text-align: left;
}
.entrylistPosttitle a{
     font-size:21px;
}

/***********************************************************************************************************************************************************/

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}