/* @group Links */

a {
	color: inherit;
}

a:link,
a:visited {
	
}

a:hover,
a:active {
	text-decoration: none;
}

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.1em;
}

h1 {
	display: none;
}

h3 {
	font-size:18px;
	top:2px;
	line-height: 18px;
}

/* @end */


/* @group Lists */



/* @end */

/* @group Misc */


#footer p {
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 18px;
	text-indent: 0;
	width: 50%;
	float: left;
}

#footer p.credits {
	text-align: right;
}

form {
	margin-top: 20px;
	overflow: visible;
}

label {
	padding: 0;
	margin:0;
	float: none;
	display:inline;
}

input[type="text"] {
	display: inline;
	float: none;
}

/* @end */

/* Non-screen tidy-up */

body {
	padding: 72px 10%;
}

#header img {
	width: 100%;
	max-width: 363px;
}