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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
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;
	text-transform: uppercase;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
}
h5 {
	font-size: 17px;
	font-weight: normal;
}
h6 {
	font-size: 15px;
}
/* =Spacing
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style-type: disc;
}
li {
	margin-left: 1.3em;
	margin-top: .65em;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 1.3em;
	font-weight: normal;
}
#header #logo h1 span {
	text-indent: -999999px;
	position: relative;
	display: block;
	float: left;
}
