/*

[EVOLVER] - Global Stylesheet
http://www.evolver.org.uk/
Handwritten by Oliver Coningham

*/

																					/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

																					/* ------------ Defaults ------------ */

body {
	background: #d8d8d8 url('../images/body-bg.gif') repeat-x 0 0;
	color: #a3a3a3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0;
	padding: 19px 0 20px 0;
	}
	
#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}

#container { 
	margin: auto;
	width: 960px; 
	}
	
																					/* ------------ Branding ------------ */

#branding {
	height: 80px;
	padding-top: 10px;
	width: 960px;
	}

#branding #logo {
	float: left;
	height: 50px;
	margin-top: 5px;
	width: 472px;
	}

#branding h1 a {
	background: url('../images/branding-h1.gif') no-repeat 0 0;
	display: block;
	float: left;
	height: 50px;
	margin-right: 20px;
	text-indent: -25000px;
	width: 199px;
	}
	
#branding h2 {
	background: url('../images/branding-h2.gif') no-repeat 0 0;
	display: block;
	float: left;
	height: 15px;
	margin-top: 17px;
	text-indent: -25000px;
	width: 253px;
	}

#branding #banner {
	float: right;
	height: 60px;
	width: 468px;
	}
	
																					/* ------------ Navigation ------------ */
																					
#nav {
	height: 35px;
	margin: auto;
	text-indent: -25000px;
	width: 960px; 
	}

#nav li {
	float: left;
	}

#nav a {
	display: block;
	height: 35px;
	width: 120px;
	}
	
#nav a:hover {
	background-position: 0 -35px;
	}
	
#nav-home a { background: url('../images/nav-home.gif') no-repeat 0 0; }
#nav-listings a { background: url('../images/nav-listings.gif') no-repeat 0 0; }
#nav-magazine a { background: url('../images/nav-magazine.gif') no-repeat 0 0; }
#nav-prize a { background: url('../images/nav-prize.gif') no-repeat 0 0; }
#nav-wessex a { background: url('../images/nav-wessex.gif') no-repeat 0 0; }
#nav-subscribe a { background: url('../images/nav-subscribe.gif') no-repeat 0 0; }
#nav-advertising a { background: url('../images/nav-rates.gif') no-repeat 0 0; }
#nav-sponsors a { background: url('../images/nav-sponsors.gif') no-repeat 0 0; }

#home #nav-home a,
#errors #nav-home a, 
#listings #nav-listings a,
#magazine #nav-magazine a,
#prize #nav-prize a,
#wessex #nav-wessex a, 
#subscribe #nav-subscribe a,
#advertising #nav-advertising a,
#sponsors #nav-sponsors a { 
background-position: 0 -35px; 
	}

																					/* ------------ Sub-Navigation ------------ */
																					
#subnav {
	font-size: 90%;
	height: 25px;
	width: 960px; 
	}

#subnav li {
	float: left;
	padding-top: 4px;
	text-align: center;
	width: 120px;
	}

#subnav a {
	color: #fff;
	text-decoration: none;
	}
	
#subnav a:hover, #subnav a.selected {
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-decoration: none;
	}
	
																					/* ------------ Content ------------ */
																					
#content {
	background-color: #fff;
	padding: 20px;
	width: 920px; 
	}
	
#content p {
	margin-bottom: 1.25em; 
	}
	
#content #copy-1-lrg {
	float: left;
	width: 450px;
	}
	
#content #copy-2-lrg {
	float: right;
	width: 450px;
	}
	
#content #copy-3-lrg {
	margin-top: 20px;
	width: 920px;
	}
	
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	margin-bottom: 15px;
	text-transform: uppercase;
	}
	
#content h3 .sIFR-flash {
	margin-bottom: -10px;
	}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-bottom: 15px;
	text-transform: uppercase;
	}
	
#content h4 .sIFR-flash {
	margin-bottom: -10px;
	}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-bottom: 15px;
	text-transform: uppercase;
	}
	
#content h5 .sIFR-flash {
	margin-bottom: -10px;
	}

#content ul {
	margin: 0 0 1.5em 20px;
	}

#content ul li {
	padding: 0 0 2px 11px;
	}

																					/* ------------ Form ------------ */

#content form {
	border: 1px dotted #cdcdcd;
	margin: 0;
	padding: 15px 20px 10px 20px;
	}
	
#content form div {
 	margin-bottom: 10px;
	}
	
#content form label {
	display: block;
	float: left;
	padding-top: 3px;
 	text-transform: uppercase;
	width: 130px;
	}
	
#content form input, #content form textarea {
	background-color: #fafafa;
	border: 1px solid #cdcdcd;
	color: #a3a3a3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	overflow: hidden;
	padding: 5px;
	vertical-align: middle;
	width: 200px;
	}

#content form p {
	margin: 0 0 0 130px;
	}

																					/* ------------ Links ------------ */
																					
#links {
	background: #c0c0c0 url('../images/links-bg.gif') no-repeat bottom left;
	color: #fff;
	margin-bottom: 15px;
	padding: 20px 0 10px 0;
	width: 960px; 
	}

#links h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-bottom: 15px;
	text-transform: uppercase;
	}
	
#links h4 .sIFR-flash {
	margin-bottom: -10px;
	}


#links p {
	margin-bottom: 1.25em;
	}
		
#links .links-content {
	float: left;
	padding: 0 20px;
	width: 200px;
	}
	
#links .links-content a {
	color: #fff;
	text-decoration: none;
	}

#links .links-content-listings a:hover {
	color: #ee7900;
	text-decoration: none;
	}

#links .links-content-magazine a:hover {
	color: #fdca00;
	text-decoration: none;
	}

#links .links-content-sponsors a:hover {
	color: #e50084;
	text-decoration: none;
	}

#links .links-content-contact a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#links .links-content li {
	border-bottom: 1px dotted #a3a3a3;
	margin-bottom: 6px;
	padding-bottom: 6px;
	}
	
																					/* ------------ Links ------------ */
																					
#footer {
	font-size: 90%;
	width: 960px; 
	}
	
#footer a {
	color: #a3a3a3;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #a3a3a3;
	text-decoration: underline;
	}
	
#footer #copyright {
	float: left;
	}
	
#footer #aztec {
	float: right;
	}