/* @override http://devgdc.guidesdecharme.com/media/css/typo.css */

/* --------------------------------------------------------------
		TYPOGRAPHY
-------------------------------------------------------------- */

/* Setting body font size at 62.5% : 1em = 10px */
body {
	font: 75%/1.3 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
}
h1 {
	font: normal 2.6em/1 Georgia, 'Times new roman', Times, serif; 
	margin-bottom: .25em;
	color: #4A6D04;
}
h1 strong { color: #3E151C; font-weight: normal;}
h2 {
	font: normal 2.5em/1 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	margin-bottom: .5em;
	color: #4A6D04;
	padding-bottom: .2em;
	border-bottom: 1px solid #E5E5E5;
}
h3 { 
	font: normal 2em/1.1 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin-bottom: .666667em;
}
h4 {
	font: normal 1.6em/1.1 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: .4em;
}
h5 {
	font: normal 1.4em/1.1 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: .5em;
	color: #4A6D04;
}
h6 {
	font: normal 1.2em/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: .5em;
	color: #4A6D04;
}
p {
	margin-bottom: 1.5em;
}

strong {font-weight:bold;}
em, dfn {font-style:italic;}

a:link		{ color: #444;}
a:visited	{ color: #666;}
a:hover		{ color: #000; }
a:active, a:focus	{ background-color: #D7DBB3;}

a.readmore			{ text-decoration: none; color: #839F02;}
a.readmore:hover	{ text-decoration: underline; color: #4B550B;}

pre { padding: 1em 1.5em; border: 1px solid #ccc; }
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em/1.5 'Monaco', 'andale mono', 'lucida console', monospace;}
kbd {font:bold 1.1em/1.5 'Courier New', 'andale mono', 'lucida console', monospace; text-transform: uppercase; padding: 2px 4px; border: 1px solid #999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}

/* Typo scaler */
.smaller { font-size: .8em; line-height: 1.4; }
.small, small { font-size: .9em; line-height: 1.3; }
.large { font-size: 1.25em; line-height: 1.7; }
.larger { font-size: 1.5em; line-height: 1.7; }

/* Quiet down! (lighter text) */
.quiet { color: #666;}

/* Alternative typo */
.alt { font-size: 1.4em; color: #454545; font-family: Georgia, 'Times new roman', Times, serif;}

/* Image Legend */
.legend { color: #4A6D04;}

/* Symbols like  ♥ */
.symbol { font-size: 1.2em;}

.caps		{ text-transform: uppercase; }	/* CAPITALIZE text */
.small-caps	{ font-variant: small-caps; }	/* Small caps */

/* Text alignment */
.align-right	{ text-align: right;}
.align-justify	{ text-align: justify;}
.align-center	{ text-align: center;}
