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

	Licensed under GPL and MIT.
*/

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

body
{
	font: 11px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a
{
	color: #000;
	text-decoration:none;
}

a:visited
{
	color: #000;
}

a:hover
{
	color: #c81e25;
}

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

/* =Typo
 * --------------------------------------------------------------------------------*/

p{
	line-height: 15px;
}

em{
	font-style:normal;
	color: #c81e25;
}

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

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-weight:normal;
	font-size: 20px;
	line-height: 24px;
}

h5
{
	font-size: 11px;
	color: #000;
	font-weight:bold;
}

h6
{
	font-size: 11px;
	color: #c81e25;
}

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

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
iframe
{
	margin: 10px 0  10px 0;
}

h4{
	margin: 15px 0  10px 0;
}

img, iframe{
	/*margin: 15px 0  0  0;*/
}
