body {
  font-size: 18px;
}
#header .blogStats {
  margin-right: 15px;
}
#blogTitle h2 {
  margin-left: 30px;
  font-size: 14px;
}
#home {
  background: none;
}
#sideBar {
  float: right;
  padding: 0 20px;
  transition: all 0.2s;
}
#sideBarMain .newsItem, #blog-calendar, #sidebar_search, #sidebar_shortcut {
  transition: all 0.2s;
}
#sideBarMain .newsItem:hover, #blog-calendar:hover, #sidebar_search:hover, #sidebar_shortcut:hover {
  box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
  transform: translate3d(0,-2px,0);
}

#sideBarMain h3, .newItem h3 {
  font-size: 18px;
  text-align:center;
}
.newsItem #blog-news {
  font-size:16px;
  padding: 10px 20px;
}