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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
html * { font-size: 100.01%; letter-spacing:normal;  }
body {
	font: 13px/1em 'Lucida Grande', Verdana, sans-serif; color: #000; background: #fff; line-height:1.3em;
	/*font: 85.00% Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;*/
}

a:focus {
	
}

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

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

h1,h2,h3,h4,h5,h6 { line-height:normal; font-weight:normal; }
h1 { font-size: 1.85em; }	/* 24px */
h2 { font-size: 1.54em; }						/* 20px */
h3 { font-size: 1.38em }          				/* 18px */
h4 { font-size: 1.23em }                  		/* 16px */
h5 { font-size: 1.08em }               			/* 14px */
h6 { font-size: 1.08em; font-style:italic }		/* 14px */

h3 { color:#8778B3; }
h4 { color:#178BBF; }

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

ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; margin-bottom:5px; }

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