/*  
	Title: Typography Stylesheet
	Author: TJ Kelly - http://www.tjkelly.com
	Info: Defines text & font styles
*/

body {
	font:normal 62.5% 'lucida grande',tahoma,sans-serif;
	}
p {
	margin:0 0 15px;
	font-size:12px;
	line-height:20px;
	}
ul, ol {
	margin:0 0 15px 20px;
	}
li {
	font-size:12px;
	line-height:20px;
	}
h1 {
	padding:0 0 10px;
	font-family:georgia;
	font-size:35px;
	font-weight:normal;
	color:#000;
	}
h2 {
	padding:5px 0;
	font:normal 28px Georgia;
	color:#82b463;
	}
h3 {
	padding:0 0 5px;
	font-size:15px;
	color:#333;
	}
h4 {
	font-size:13px;
	color:#788;
	}
h5 {
	font-size:12px;
	}
h6 {
	font-size:10px;
	}
a {
	text-decoration:underline;
	color:#16e;
	}
a:hover {
	text-decoration:none;
	color:#27a;
	}
strong {
	font-weight:bold!important;
	color:#333;
	}
em {
	font-style:italic;
	color:#444;
	}
a em {
	color:#16e;
	}
a:hover em {
	color:#27a;
	}

/* Heading Links */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight:normal;
	text-decoration:none;
	}
h1 a {
	color:#27a;
	}
h1 a:hover {
	color:#37899e;
	}
h2 a {
	color:#000;
	}
h3 a {
	color:#788;
	}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	text-decoration:underline;
	}
span.amp {
	font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-style:italic;
	}


/* Homepage Content */
.homepage_content h2 a {
	color:#82b463;
	}
.homepage_content h2 a:hover {
	text-decoration:underline;
	color:#6ba248;
	}