#home {
	background-color:white;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: black;
	padding-top:30px;
	padding-right:25px;
	word-wrap:break-word;
	box-shadow: 0 0 25px black;
	position:relative;
	width:925px;
	margin: 15px auto;
        opacity: 80%
        -moz-opacity:0.8;
        filter:alpha(opacity=80);
}
.catListTitle {
	font-size:200%;
	margin-bottom:5px;
        margin-top:10px;
       background: #B9ABAB
}
.catListTag a {
	color:black;
	background-color:white;
	padding:1px 3px 1px 3px;
}
.c_b_p_desc_readmore {
	color:#CD4900 !important;
        font:inherit;
}
/*生成博客目录的CSS*/
#catSideBar{
    font-size:20px;
    font-family:font-family: "Trebuchet MS";
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    left:0px;
    width: auto;
    height: auto; 

}
#catSideBarTab{
    float:left;
    width:42px; 
    height:120px;
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    font-size:22px;
    background:#C1CDC1;
    border-radius: 10px;
}

#catSideBarContents{
    font-size:14px;
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    min-width:200px;
    max-width:300px;
    min-height:110px;
    max-height:600px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#C1CDC1;
    border-radius: 10px;
    overFlow-y:auto;
    scrollBar-track-color:#C1CDC1;
    SCROLLBAR-3DLIGHT-COLOR: #C1CDC1;
}
#catSideBarContents dl{
    margin:0;
    padding:0;
}

#catSideBarContents dt{
    margin-top:5px;
}

#catSideBarContents dd, dt {
    cursor: pointer;
line-height:16px;
margin-right:5px;
}

/*#catSideBarContents dd{
    margin-left:20px;
}*/
#catSideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
.h2title {
    margin-left:5px;
}
.h3title {
   margin-left:20px;
}
.h4title {
   margin-left:35px;
}