a:hover, a:active, #blogTitle h1 a:hover {
   color:#02ab68; 
   font-weight: 700;
}
#sideBar a:hover {
   color:#02ab68; 
}
#blogTitle h1 a {
  font-size: 40px;
}
#blogTitle h1 {
  margin-bottom: 5px;
}
#footer {
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
}
.postTitle {
   border-left: none;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    font-size: 20px;
    color:#02ab68;
    transition: all 0.2s ease-in;
}
.postTitle a:hover {
   margin-left: 0;
   color: #02ab68;
   font-weight: 600;
}
a.cb_post_title_url {
  font-size: 16px;
}
.entrylistItem {
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.entrylistPosttitle {
  padding-left: 0;
  border-left: none;
}
.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .entrylistPosttitle a:active {
   margin-left: 0;
   color: #02ab68!important;
}
#BlogPostCategory a:hover {
   background-color:#02ab68; 
}
#EntryTag a:hover {
   background-color: #02ab68; 
}
.postDesc a:hover {
  color: #02ab68; 
}