body {
background:url("https://www.cnblogs.com/images/cnblogs_com/cuiguoliang/1344385/o_58f57dfbb36e2.jpg") no-repeat;
background-position: center center;
background-attachment:fixed;
background-size: 100% auto ;
}
#home{
background-color: rgba(255,255,255,.5);
}
#blog-calendar,.newsItem{
padding: 10px;
background-color: rgba(255,204,204,.5);
border-radius: 10px;
box-shadow: 0px 0px 5px #f96e57;
box-sizing: border-box;
margin: 5px 5px 30px 5px;
width:auto;
}
    #blog-sidecolumn>div>div{
            padding: 10px;
            background-color: rgba(255,204,204,.5);
            border-radius: 10px;
            box-shadow: 0px 0px 5px #f96e57;
            box-sizing: border-box;
          
            margin: 5px 5px 30px 5px;
        }
 #sidebar_search_box input[type=text]{
            width:80%;
        }
.catListView{
background-color: transparent;
}