/*  
Theme Name: NAA
Theme URI: http://northants-athletics.co.uk/
Description: 
Author: Robert Wallis
Author URI: http://scyphozoa.net
*/

/* YUI Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
br {
	width: 100%;
	clear: both;
	margin: -2px auto;
	visibility: hidden;
	height: 1px;
}

html {
	width: 100%;
	height: 100%;
}
body {
	background: #EEE;
	color: #000;
	font-size: 75%;
	font-family: Calibri, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
html>body {
	font-size: 12px;
}
p.clear {
	clear: both;
}

a:link, a:visited {
	color: #F00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFF;
	background: #F00;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

div#bg {
	position: absolute;
	z-index: 0; top: 0; left: 0;
	width: 100%;
	height: 126px;
	background: transparent;
	border-bottom: 0.5em solid #F00;
}
div#container {
	width: 80%;
	min-width: 900px;
	min-height: 100%;
	margin: 0 auto;
	background: #FFF;
}


div#header {
	clear: both;
	height: 126px;
	background: #FFF url(images/naaLogo.jpg) no-repeat 12% center;
	border-bottom: 0.5em solid #F00;
}
	h1 {
		display: none;
	}

ul#sidebar {
	width: 23%;
	float: left;
}
	ul#sidebar li {
		width: 100%;
		font-size: 1.4em;
		line-height: 1.0714em;
		margin: 0;
		font-weight: bold;
	}
		ul#sidebar li a {
			display: block;
			padding: 0.53571em 0 0.53571em 1em;
			margin: 0;
			text-decoration: none;
			color: #000;
		}
		ul#sidebar li a:hover {
			background: #F00;
			color: #FFF;
		}

div#content {
	width: 76%;
	float: right;
}
	div#content h2 {
		font-size: 2em;
		line-height: 1.5em;
		padding-left: 0.4em;
	}
	div#content h3 {
		font-size: 1.6em;
		line-height: 1.4063em;
		padding-left: 0.4em;
	}
	div#content h4 {
		font-size: 1.2em;
		line-height: 1.5em;
		padding-left: 0.8em;
		color: #222;
	}
		div#content h4.bold {
			color: #000;
			font-variant: small-caps;
			font-weight: bold;
			
		}
	div#content h5 {
		font-size: 1.2em;
		line-height: 1.5em;
		padding-left: 0.8em;
		color: #222;
		font-variant: small-caps;
	}
	div#content h6 {
		font-size: 1.2em;
		line-height: 1.25em;
		padding-left: 1em;
	}
	div#content p, div#content address {
		font-size: 1.2em;
		line-height: 1.25em;
		padding: 0 1.25em 0.625em 1.25em;
		text-align: justify;
	}
	div#content ul, div#content dl, div#content ol {
		font-size: 1.2em;
		line-height: 1.25em;
		padding: 0 1.25em 0.625em 0.5em;
		margin: 0 0 0 1.3em;
		text-align: justify;
		list-style: disc inside;
	}
		div#content ol.alpha {
			list-style-type: lower-alpha;
		}
		div#content dl dt {
			font-variant: small-caps;
		}
		div#content dl dd {
			margin-left: 2em;
		}
		
	div.nest {
		padding-left: 2em;
	}
	div.affiliatedOrganisation {
		margin-bottom: 2em;
		border-left: 1px solid #999;
	}

div#footer {
	width: 76%;
	float: right;
	font-size: 1em;
	
}
	p#copyright {
		margin: 1.5em 0 0 0;
		padding: 0 1em;
		line-height: 1.5em;
		color: #222;
		text-align: center;
	}
	ul#affiliates {
		display: block;
		margin: 0 auto;
	}
		ul#affiliates li {
			float: left;
			width: 33%;
			text-align: center;
		}
			ul#affiliates li span {
				display: none;
			}
div.footer2 {
	width: 100%;
	height: 0.5em;
	clear: both;
	background: #F00;
}
div#footerImage {
	width: 100%;
	height: 120px;
	clear: both;
	background: #FFF url(images/footBg.jpg) no-repeat scroll center center;
}
