<style>
#main{
	min-width: 950px;
	text-align: left;
     padding-left: 20px;
    padding-right: 20px;
}
#mainContent .forFlow{
	margin-left: 5em;
	float: none; 
	width: auto;
}

#sideBar {
	width: 0px;
	min-height: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;

    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 0px;
    min-height: 0px;
}
.newsItem .catListTitle {
	display: none;
}
.newsItem {
	padding: 0px 0 0px 0px;
	margin-bottom: 0px;
}
/**日历控件样式开始**/
#calendar {
	width: 0px;
}
#calendar .Cal {
	width: 0%;
	line-height: 1.5;
}
.Cal {/**日历容器table**/
	border: none;
	color: #666;
}
#calendar table a:link, #calendar table a:visited, #calendar table a:active {
	font-weight: bold;
}
#calendar table a:hover {
	color: white;
	text-decoration: none;
	background-color: #F60;
}
.CalTodayDay{/**今天日期样式**/
	color:#f60;
}
#calendar .CalNextPrev a:link,#calendar  .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上个月、下个月箭头样式**/
	font-weight: bold;
	background-color: white;
}
.CalDayHeader{
	border-bottom:1px solid #ccc;	
}
.CalTitle{/**日历年月头部样式**/
	width:0%;
	background:white;
	color:black;
	border-bottom:1px solid #666;	
}
/**日历控件样式结束**/
.catListTitle {
    font-size: 0px;
    line-height: 0px;
    color: #404040;
    font-weight: bold;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
    border: 0 none;
    font-family: inherit;
}

#leftcontentcontainer > div > ul > li > a {
padding: 3px 15px;
margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #0088CC;
}


.catListPostCategory > a{
color: #0069D6;
    font-weight: inherit;
    line-height: inherit;
}


.catListComment {
	line-height: 1.5;
}
.divRecentComment {
	text-indent: 2em;
	color: #666;
}
#sideBarMain ul {
    margin: 0 0 1px 15px;
}
/*****侧边栏结束********************************/
</style>