/*#header{background-color: #282A2B !important;}*/
/*Design nav*/
.sf-menu > li > a:hover,.current-menu-item > a,
.current-menu-ancestor > a,
.current_page_item > a,
.current_page_ancestor > a,
.current-cat> a,
.menu-item-home> a {
  color: #A0CE4E !important;
  border-top: 3px solid #A0CE4E !important;
  /*background:url(../images/nav-bg.png) no-repeat scroll bottom center;*/
}
.sf-menu a {color:#fff; font-weight:bold;}
.sf-menu > li > a {
  display: block;
  position: relative;
}
#site-title > a {
  color: #fff;
}
#post-title > a {
  color: #555555;
  font-size: 22px;
  line-height:25px;
}
#post-title > a:hover{color:#A0CE4E;}
/*Design comment submit btn*/
.btn-info {
  background-color: #A0CE4E;
  border-color: #A0CE4E;
  color: #FFFFFF;
}
.btn-info:hover {
  background-color: #789840;
  border-color: #789840;
  color: #FFFFFF;
}
.comments-back-top{color:#A0CE4E;}
.comments-back-top:hover{color:#789840; text-decoration:none;}
#toTop{
    background: none repeat scroll 0 0 #555;
    border: 2px solid #A0CE4E;
	color: #FFFFFF;           
}
#toTop:hover{transition:1s;-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;background: none repeat scroll 0 0 #A0CE4E; transition-delay: 300ms; transition: opacity 200ms linear;}