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

	Licensed under GPL and MIT.
*/

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

body {
	font: 12px/1.5em Helvetica, Arial, sans-serif; color:#666; margin:1em;
}

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

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

h1 {
	font-size: 2em;
	margin-bottom:0.75em;
}

h2 {
	font-size: 1.5em;
	margin-bottom:0.7em;
}

h3 {
	font-size: 1.25em;
	margin-bottom:0.8em;
}

h4 {
	font-size: 1em;
	margin-bottom:1em;
}

h5 {
	font-size: 1em;
	margin-bottom:1em;
}

h6 {
	font-size: 0.9em;
	margin-bottom:1.1em;
}

.dark {color:#333;}
.light {color:#999;}

.big {font-size:1.1em;}
.small {font-size:0.9em;}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
}
