#blogTitle
{
  display: none;
}
#sideBar
{
  float:right;
  margin-right:20px;
}
#mainContent
{
  float:left;
}
#BlogPostCategory
{
  dispaly:none;
}
#blog_post_info
{
 display:none;
}
.postDesc
{
display:none;
}
#comment_form
{
  background: #fff;
box-shadow: 1px 1px 2px #A7A8AD;
margin-top:50px;
border-radius: 7px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:#2eb1e8;
    transition: all 0.4s linear 0s;
}
.catListTitle
{
 background-color:#2eb1e8;
 border-bottom:#2eb1e8;
}
a.entrylistItemTitle
{
  color:#2eb1e8;
}