/* ------------------------------------------ 
 * 960 Grid System ~ Text CSS.
 * Learn more ~ http://960.gs/

 * Licensed under GPL and MIT.
	
 * Sizing Chart: 

 * Taken from http://www.pxtoem.com.
 * Use this chart for font sizes:

 * 7px      0.583em 	58.3% 	5pt
 * 8px      0.667em 	66.7% 	6pt
 * 9px 	    0.75em 	    75% 	7pt
 * 10px 	0.833em 	83.3% 	8pt
 * 11px 	0.917em 	91.7% 	8pt
 * 12px 	1em 	    100% 	9pt
 * 13px 	1.083em 	108.3% 	10pt
 * 14px 	1.167em 	116.7% 	11pt
 * 15px 	1.25em   	125% 	11pt
 * 16px 	1.333em 	133.3% 	12pt
 * 17px 	1.417em 	141.7% 	13pt
 * 18px 	1.5em 	    150% 	14pt
 * 19px 	1.583em 	158.3% 	14pt
 * 20px 	1.667em 	166.7% 	15pt
 * 21px 	1.75em 	    175% 	16pt
 * ------------------------------------------ */


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 75% Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2.333em;
}

h2 {
	font-size: 1.333em;
}
.subpage h2 {
	font-size: 1.333em;
}
h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
h3 > span {
	font-size:0.833em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin: 0 0 20px 0;
}

.content {
	line-height:1.75em;
}