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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.384615em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #FFFFFF;
}

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

a:link, a:visited, a:active {
	color: #FF3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.846154em;
	line-height: 0.75em;
	margin-bottom: 0.75em;
}

h2 {
	font-size: 1.538462em;
	line-height: 0.9em;
	margin-bottom: 0.6em;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

h3 {
	font-size: 1.230769em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

h4 {
	font-size: 1.076923em;
	line-height: 1.285714em;
	margin-bottom: 1.285714em;
}

h5 {
	font-size: 1em;
	line-height: 1.384615em;
	margin-bottom: 1.384615em;
}

h6 {
	font-size: 1em;
	line-height: 1.384615em;
	margin-bottom: 1.384615em;
}

.little_text {
	font-size: 0.769231em;
	line-height: 1.7em;
	margin-bottom: 1.545455em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

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