/*
Theme Name: Airfields Environment Trust
Description: Theme designed for the AET
Author: Jake McMurchie
Author URI: http://www.jakemcmurchie.net
Version: 1.0
*/
html { font-size:100%; }
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #333333;
	font-family: "Arial", sans-serif;
	font-size: 100%;
	}
input, select, option, textarea {
	font-family: Helvetica, Arial, Sans-serif;
	}

html, body, header, section, nav, footer, article, aside, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	line-height: 1em;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, footer, header, nav, section {
	display: block;
}

a, a:link {
	color: #7f0000;
	/*text-decoration: none;*/
	}
a:visited {
	color: #660000;
	}
h1, h1 a, h1 a:link, h1 a:visited {
	color: #7f0000;
	}
h2, h2 a, h2 a:link, h2 a:visited {
	color: #7f0000;
	}
h3, h3 a, h3 a:link, h3 a:visited {
	color: #7f0000;
	}
h4, h4 a, h4 a:link, h4 a:visited {
	color: #333333;
	}
a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #af0000;
	text-decoration: underline;
	}

h1 {
	clear: left;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 1em;
	text-transform: uppercase;
	}
h2 {
	margin-bottom: 1.2em;
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: normal;
	}
h3 {
	font-size: 1em;
	line-height: 1.5em;
	}

p, th, td, input, textarea, option, label, li {
	line-height: 1.5em;
	}
p, table, form, ul {
	margin-top: 0;
	margin-bottom: 1.5em;
	}
	ul ul {
	margin-bottom: 0;
	}
li {
	margin: 0.75em 0 0.75em 1.5em;
	}
strong {
	color: #7f0000;
	}

nav a, nav a:link {
	text-decoration: none;
}