body{

  
 


background:url("https://cdn.pixabay.com/photo/2016/11/23/13/48/beach-1852945_960_720.jpg") ,linear-gradient(90deg,purple,blue);
 background-repeat:no-repeat;
 background-size:cover;
 

}
div#home{
   background:rgba(255,255,255,.4);
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: transparent;
   
}

#sideBar a {
    color:dodgerblue;

   curson:pointer;
   text-decoration:none;

}
#sideBar a:hover {
color:dodgerblue;
  background:hsla(0,100%,90%,.3);
text-decoration:none;
}