/*生成博客目录的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:220px;
    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;
}

/* 修改（禁用）主题中文章之间的间隔图片 */
.postSeparator{
     width: 0px;
     height: 0px;
     background-image: none;
}

/* 修改评论内容框 */
#tbCommentBody{
     width: 445px; 
     height: 135px;
}

/*图片溢出隐藏设置*/
#topics, #mainContent {
    overflow: visible;
}
#postDesc {
    float: none;
}

/* 找找看和谷歌搜索框设置*/
#q,#google_q{
margin-left: 25px;
height: 17px;
}

/*主页样式设置*/
#nav,#main{
    width:100%;
}
#header{
    background-color: #4db7ad;
}
#navList li a {
    background-color: #4db7ad;
}
#navList li a:hover {
    background-color: #64a69c;
}
#mainContent{
    width: 77%;
    margin-left: 30px;
    margin-top: 15px;
}
#sideBar {
    width: 17%;
}
#page_name {
    overflow: auto;
    float: left;
    font-size: 29px;
    margin-top: -2px;
}
#username{
    color:white;
    size:20px;
    margin-left: 40px;
}
.dayTitle {
    width:110px;
}