body{
	background:rgba(82,184,203, 1)!important;
}
::-webkit-scrollbar  
{  
    width: 5px;  
    height: 10px;  
    background-color: #ddd;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 5px;  
    background-color: #ddd;  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 5px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background: linear-gradient(to bottom, #666 0%,#16A1B6 100%); 
}
#home{
	width: 80%!important;
}
#home:hover{
        box-shadow: 0.5px 1px 10px  #333!important;
}
.day{
	color: #555!important;
}
#mainContent{
	width: 100%!important;
}
.postTitle:hover{
	background: #f2f2f2!important;
}
#Header1_HeaderTitle{
        font-size: 17px!important;
        color: #fff!important;
        font-weight: normal!important;
	background: #5FBDCE!important;
	padding: 5px 50px!important;
	box-shadow: 10px 10px 5px #888!important;
}
.c_b_p_desc_readmore{
	color: #ED5151!important;
        text-decoration: none!important;
}
.c_b_p_desc_readmore:hover{
	text-decoration: underline!important;
}
.c_b_p_desc{
	font-size: 12px!important;
}
.CalTodayDay{
	background: #8CB2BE!important;
}
.CalTodayDay a{
	color: #fff!important;
        text-decoration: none!important;
}