#header{
background-color: black;
}
#navList li a{
background-color: black;
}
#main{
background-color:transparent;
width:80%;
margin:20px auto;
}
#mainContent{
float:right;
width: calc( 100% - 280px);
}
#sideBar{
width:230px;
border-radius:5px;
background-color:rgb(245, 245, 245);
}
#footer{
display:none;
}
.footer-des{
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
color: white;
font-size: 12px;
background-color:black;
}
.postTitle, .postTitl2, .entrylistPosttitle{
border-left-width:8px;
border-left-color:black;
}
a:link, a:visited{
/*color:#396;*/
color:rgb(174,18,29);
}
#navList li a:hover {
background-color: rgb(174,18,29);
}