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

	Licensed under GPL and MIT.
*/

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

body {
	font-size: 100%;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	}

a:focus {
	outline: 1px dotted invert;
	}

hr {
	background: #ccc;
	border: 0;
	clear: both;
	color: #ccc;
	height: 1px;
	}

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

h1 {
	font-size: 180%;
	}

h2 {
	font-size: 150%;
	}
	
h3 {
	font-size: 140%;
	}
	
h4 {
	font-size: 125%;
	}
	
h5 {
	font-size: 110%;
	}
	
h6 {
	font-size: 100%;
	}

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

li {
	/*margin-left: 1.5em;*/
	}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1.0em;
	line-height: 140%;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	}
	
