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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;color:#333333;
}

a { color:#ba3e31;text-decoration:none; }
a:hover { text-decoration:underline; }

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

/* `Headings
----------------------------------------------------------------------------------------------------*/
h2,h3,h4 { color:#314645; }
h2 {margin:0 0 10px 0;font:normal normal normal 2.21em/1em "Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;}
h3 {margin:0 0 5px 0;font:normal normal normal 1.6em Helvetica,sans-serif;}
h4 {
    font: lighter 1.4em Helvetica,sans-serif;
    margin: 0 0 5px;
}
h5 {margin:0 0 5px 0;font:normal normal normal 1.2em Helvetica,sans-serif;}
h6 {margin:0 0 5px 0;font-size: 1.1em;}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
p.last { margin-bottom:0; }

