a,.pager,.pager a{
color: #00ABA9;
}
.blogStats{
color:#fff;
}
.post{
background:#fff;
}
.day{
margin-bottom: 10px;
padding-bottom: 15px;
border-bottom: 1px solid #DDDDDD;
}
.dayTitle{
border:none;
text-align:left;
}
.c_b_p_desc,#blog-sidecolumn ul li a{
color:#666;
}
.postTitle{
         opacity: 0;
        -webkit-animation:fadeLeft .4s linear 0s forwards;
	-moz-animation:fadeLeft .4s linear 0s forwards;
	-ms-animation:fadeLeft .4s linear 0s forwards;
	-o-animation:fadeLeft .4s linear 0s forwardsn;
	animation:fadeLeft .4s linear 0s forwards;
}
.postTitle a,.catListTitle{
color:#6b6a68!important;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.postTitle a:hover{
  margin-left:50px;
}
#blogTitle h2{
  color:#fff;
}
.hwg-contact{
   text-align: center;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active, .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active{
background:#00ABA9;
}
@-webkit-keyframes fadeLeft{
	0%{
		opacity: 0;
		-webkit-transform: translate(100%,0);
	}
	100%{
		opacity: 1;
		-webkit-transform: translate(0,0);
	}
}
@-moz-keyframes fadeLeft{
	0%{
		opacity: 0;
		-moz-transform: translate(100%,0);
	}
	100%{
		opacity: 1;
		-moz-transform: translate(0,0);
	}
}
@-ms-keyframes fadeLeft{
	0%{
		opacity: 0;
		-ms-transform: translate(100%,0);
	}
	100%{
		opacity: 1;
		-ms-transform: translate(0,0);
	}
}
@-o-keyframes fadeLeft{
	0%{
		opacity: 0;
		-o-transform: translate(100%,0);
	}
	100%{
		opacity: 1;
		-o-transform: translate(0,0);
	}
}
@keyframes fadeLeft{
	0%{
		opacity: 0;
		transform: translate(100%,0);
	}
	100%{
		opacity: 1;
		transform: translate(0,0);
	}
}