/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/
.services img { float:left; margin-top:5px; margin-right:16px; }
.posts h4 {	font-size: 24px; font-family: impact, "Arial Black", sans-serif; color: #664c9c; }
.posts h5 {	font-size: 24px; font-family: impact, "Arial Black", sans-serif; color: #000000; }
.posts h6 {	font-size: 14px; font-family: "Times new Roman" Times, Georgia, serif; color: # 000000; }

