/* 960 Grid System ~ Text CSS.  Learn more ~ http://960.gs/  Licensed under GPL and MIT. */

/* Basic HTML */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color:#888;
}
pre, code {font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;}
hr {border: 0 #EFEFEF solid; border-top-width: 1px; clear: both; height: 0;}

/* Headings */
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, Verdana, sans-serif; font-style:normal; font-weight: normal; line-height: 1em;}

h1 {
	font-size:30px;
	letter-spacing: -1px;
	font-weight:bold;
	text-transform:normal;
	color:#111;
	line-height: 1.1em;
}
h2 {
	font-size: 20px;
	text-transform: none;
	letter-spacing: normal;
	color:#777;
	line-height: 1.2em;
	padding-top:6px;
}
h3 {
	font-size: 15px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.2em;
	color:#111;
}
h4 {font-size: 15px;}
h5 {font-size: 11px;}
h6 {font-size: 15px;}

/* Spacing */

ol {list-style: decimal;}
ul {list-style: disc;}
li {margin-left: 30px;margin-bottom:10px;}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {margin-bottom: 10px;}