body{
background: url(https://th.bing.com/th/id/R7e76add39eeae9b694985b2d5298474a?rik=gDxotwv3gcAv5Q&riu=http%3a%2f%2fimg95.699pic.com%2fphoto%2f40139%2f7609.gif_wh300.gif&ehk=N8h0tLdHYFejWzwXpn%2bxQ8RcjfEK4ngrL%2fXJDuk0eww%3d&risl=&pid=ImgRaw) fixed;
background-size: 100%;
height: 100%;
overflow: hidden;
}
#header{
background:none;
box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
#blogTitle{
display:none
}
#navigator{
display: flex;
justify-content: center;
background-color: transparent;
border:none;
box-shadow: 0 0 20px 0 rgba(251,131,62,0.50);
}
#banner{
background-size: 100%;
}
#home{
height:100%
}
#main{
display: flex;
flex-direction: row;
position: relative;
overflow-y: scroll;
height: calc(100% - 150px);
max-width: none;
margin: 30px 10%;
}
#mainContent{
  width: calc(100% - 340px);
}
#mainContent {
  flex: 1;
  max-width: none;
}
.has-navbar #left{
top:26px;
}
#left_content{
margin: 0px
}
.newsItem{
margin-top:0px
}
#text{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#leftcontentcontainer li:nth-child(3), #leftcontentcontainer li:nth-child(4), #leftcontentcontainer li:nth-child(5), #leftcontentcontainer li:nth-child(6){
display:none
}
.day:hover{
 border:none;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.day{
border:none;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.day:hover .postSeparator{
  border-top: 1px solid #f0f0f0;
}
.postSeparator:hover{
  border-top: 1px solid #f0f0f0;
}
.postSeparator{
  border-top: 1px solid #f0f0f0;
}
.c_b_p_desc{
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.c_b_p_desc > #text{
   flex: 1;
}
.c_b_p_desc_readmore{
  display: none;
}
#sideBar {
    margin: 0 0 0 20px;
}
#leftcontentcontainer{
  margin-top: 0;
}
.sidebar-block{
  margin-bottom: 0;
}
#navList{
  width: auto;
}
.day{
  padding: 10px;
  position: relative;
}
.postCon{
  padding: 5px 0 0 0 ;
}
.postDesc{
  float: right;
}
.dayTitle{
  padding: 1px 6px;
}
.postTitle2 span, postTitle2:hover{
  color: #25A1E3;
}
.sidebar-block ul li, .sidebar-block h3{
  padding: 5px 10px;
}