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

	Licensed under GPL and MIT.
*/

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

/*Colours
green:  #426f11
orange: #e95f0e
beige:  #f8f0d4
*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

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

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

h1 {
	font-size: 22px;
	margin-bottom: 10px;
	color:#426f11;
	border-bottom: 4px solid #f8f0d4;
	margin-top:5px;
}

h2 {
	font-size: 18px;
	font-variant:small-caps;
	margin-bottom: 5px;
	color:#426f11;
	margin-top:5px;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top:20px;
	color:#426f11;
}
.grid_4 h3 {
	border-bottom: 4px solid #f8f0d4;
}

h4 {
	font-size: 14px;
	margin-bottom: 4px;
	color:#426f11;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

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

p {
	margin-bottom:4px;
}
