/*
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

*/
.posts h1 {	font-size: 25px }
.posts h2 {	font-size: 23px }
.posts h3 {	font-size: 21px }
.posts h4 {	font-size: 24px; font-family: impact, "Arial Black", sans-serif; color: #C00C00; }
.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: #000; }
