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

	Licensed under GPL and MIT.
*/

/*Basic HTML*/
body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

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

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/*HEADINGS*/
h1{
	font-size: 25px;
}

h2{
	font-size: 23px;
}

h3{
	font-size: 21px;
}

h4{
	font-size: 19px;
}

h5{
	font-size: 17px;
}

h6{
	font-size: 15px;
}

h1 a {
	font-weight:normal;
}

/* branding */
h1#branding {
	font-weight:bold;
	font-size:3em;
}

/*page heading*/
h2#page-heading {
	font-weight:normal;
}

/*boxes*/
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
}

/*paragraphs, quotes and lists*/
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
}
blockquote cite {
	font-size:.9em;
}

/*TABLEAUX*/
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
}
table tr.odd th, table tr.odd, table tr.even th, table tr.even {
text-align:left;
}

/* forms */
legend {
	font-size:1.1em;
}
form p.notice {
	font-weight:bold;
}

/* articles */
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
}
.article h3 {
	font-size:1.6em;
}
.article h4 {
	font-size:1.2em;
}

/* Accordian */
.toggler {
	font-size:1.1em;
	font-weight: normal;
}

/* NAV */
ul.nav li {
	font-weight:normal;
}
ul.nav li a {
	font-weight:bold;
	text-decoration:none;
}
ul.nav li ul li a {
	font-weight:normal;
}
ul.nav li.current a {font-weight:bold;}
ul.nav li.current ul li a {font-weight:normal;}

/*secondary list*/
ul.nav li.secondary span.status {
	font-size:0.9em;
}
ul.nav li.secondary span.status span {
	text-transform:capitalize;
}

/*Spacing*/
ol{
	list-style: decimal;
}

ul{
	list-style: square;
}

li{
	margin-left: 30px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom: 20px;
}
