/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
	font: 12px/1.75 "Lucida Grande", Arial, sans-serif;
	color: #424242;
}

a:focus {
	outline: 1px dotted invert;
}

.intro {
	font: italic 18px/1.4 Georgia,serif;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h2#page_title { margin: 0 0 .75em;
	font: normal 26px/30px 'Trebuchet MS','Lucida Grande',Arial,sans-serif;
	color: #f89327; }
h3 { font-size: 15px; margin: 0 0 1em; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

/* =Spacing
--------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: square; }
li { margin: 0 30px; }

p,
dl,
ol,
ul,
pre,
table,
address,
fieldset { margin-bottom: 1.25em; }

dt { margin: 1em 0 0; font-weight: bold; font-size: 12px; }