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

	Licensed under GPL and MIT.
*/

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

body
{
	font: 12px Arial, sans-serif;
	color: #e5e5e5;
	line-height:1.4em;
}

a:focus
{
	/*outline: 1px dotted invert;*/}
a{
color: #abadaf;
text-decoration:none}
a:hover{
text-decoration:underline}


hr
{
	border-color: #3e2d23;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin:30px 0 30px 0;
}

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

h1
{
	font-family:Arial, Helvetica, sans-serif;
	color:#3e2d23;
	font-size: 30px;
	padding:40px 0 19px 0;
	font-weight:normal;
	line-height:normal;
}

h2
{
	font-family:arial;
	color:#3e2d23;
	font-size: 24px;
	padding:40px 0 0px 0;
	font-weight:normal;
	line-height:normal;
}

h3
{
	font-family:arial;
	color:#3e2d23;
	font-size: 20px;
	padding:15px 0 10px 0;
	font-weight:normal;
	line-height:normal;
}

h4
{
	font: 12px Arial, sans-serif;
	color:#3e2d23;
	line-height:1.4em;
}

h5
{
	font-size: 17px;
}

h6
{
	color: #E0F2A2;
	font-weight:normal;
}

/* =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: 15px;
}
