/* CSS Document for Year 8 Out and About Web Pages */
/* Created 2010-03-02 at Leiston High School */
/* Created by Ian Ford */



body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5%;
	margin-right: 5%;
}

a:hover {
	color: #900;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size: 2em;
	background: #fff;
	color: #900;
	padding-bottom: .25em;
	padding-bottom: .25em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	font-weight: normal;
}

h1 a:link {
	background: #fff;
	text-decoration: none;
	color: #900;
}

h1 a:visited {
	background: #fff;
	text-decoration: none;
	color: #900;
}

.navbar {
	color: #900;
	background-color: #ffc;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #900;
	float: left;
	width: 25%;
	margin-bottom: 1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}

.navitem {
	font-weight: bold;
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}

.navitem a:link {
	background: #ffc;
	text-decoration: none;
	color: #00f;
}

.navitem a:visited {
	background: #ffc;
	text-decoration: none;
	color: #636;
}

.navitem a:hover {
	background: #ffc;
	color: #900;
	text-decoration: underline;
}

.main {
	padding-left: 28%;
	line-height: 1.3em;
}
.footer {
	font-size: 0.8em;
	color: #999;
	clear: both;
	padding-top: 0.25em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #900;
	margin-top: 1em;
	padding-left: .25em;
}
.arrow {
	font-weight: bold;
	color: #900;
}

.rightimage {
	padding-bottom: 1em;
	padding-left: 1em;
	float: right;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}
.navhead {
	color: #ffc;
	background-color: #900;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1em;
	font-weight: bold;
}

