/*
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

*/
body { 
	font-family: Century Gothic, Verdana, Arial; 
	font-size: 16px;
}
h1 { font-size:26px; font-weight:normal; font-family: Century Gothic, Verdana, Arial; margin:0px; padding:0px; color:#c86105; }
h1 a, h3 a, h1 a:visited, h3 a:visited { text-decoration:none; color:#c86105 }
h1 a:hover, h3 a:hover { text-decoration:none; }
h3.h1 {  /*make homepage h3's for the first 2 stories look like H1 */ font-size:28px; font-family: Century Gothic, Verdana, Arial; text-decoration:none; color:#c86105; }
h3 { font-size:28px; font-weight:normal; font-family: Century Gothic, Verdana, Arial; color:#c86105; }

blockquote { margin:0px 0px 0px 5px; padding:8px 25px 5px 40px; font-size:15px; font-style:italic; font-family: Century Gothic, Verdana, Arial; }
h2 { font-size:24px; font-family: Century Gothic, Verdana, Arial; font-weight:normal; padding:10px 0px; line-height:150%; margin:0px; }
h4 { font-size:18px; font-weight:normal; font-family: Century Gothic, Verdana, Arial; }
h5 { font-size:16px; font-weight:bold; font-family: Century Gothic, Verdana, Arial; }
h6 { font-size:14px; font-family: Century Gothic, Verdana, Arial; font-weight:bold; padding:0px 0 10px 0px; line-height:150%; margin:0px; } 
#header-in .title a { text-decoration:none; font-family: Century Gothic, Verdana, Arial; font-size:33px; font-weight:normal; margin:0px; padding:0px; }
