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

	Licensed under GPL and MIT.
*/

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


body { font: 13px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;	color: #999791; line-height: 18px; text-shadow: #fff 0px 0px 1px;}

p { font-size: 13px;
	color: #999791;
}

a { color: #999791;
}

a:focus {
	outline: 1px dotted invert;
}
a:hover {
	color: #626262;
}

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

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


	
h1 {
	font-size: 25px;
}

h2 {
	font: 23px Georgia, "Times New Roman", Times, serif;
	color: #5f5f5e;
}

h3 {
	font-size: 20px;
	padding: 0 0 5px 0;
	color: #5f5f5e;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 14px;
	margin-bottom: 5px !important;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: none; margin-bottom: 15px;
}

li {
	list-style: none; margin:0; padding:0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}


