/*
	Winsley Acorns
	http://www.winsleyacornspreschool.co.uk/
	
	Designed by Systemagic
	http://www.systemagic.co.uk/

*/

* {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-style: normal;
}

:focus {
	outline: 0;
}

html {
	width: 100%;
}

a {
	color: #0000aa;
	text-decoration: underline;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}

body {
	background: url(images/background.png) repeat-x #FFF fixed;
	color: #da6262;
	font-family: 'Lucida Grande', Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	cursor: default;
	height: 100%;
}

input, textarea, button {
	width: 285px;
	display: block;
	background: none;
	border: 1px solid #2f454d;
	padding: 10px;
	font-size: 15px;
	color: #FFF;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

input:focus, textarea:focus {
	border: 1px solid #FFF;
}

textarea { height: 110px; }

input[type=submit] {
	width: auto;
	padding: 5px;
	cursor: pointer;
}

input[type=submit]:hover {
	border: 1px solid #2f454d;
}

input[type=hidden] {
	display: none;
}

ul, ol, dl {
	list-style: none;
}

.logo {
	position: fixed;
	margin-left: 330px;
	margin-top: -40px;
	z-index: 25;
}

.grass {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
	min-width: 500px;
	z-index: 10;
}

.tree {
	position: fixed;
	bottom: 10px;
	margin-left: -100px;
	z-index: 20;
}

.footer {
	width: 960px;
	position: fixed;
	bottom: 40px;
	padding-right: 10px;
	text-align: right;
	color: #c3d7ae;
	z-index: 30;
}

.footer a {
	color: #ffba00;
}

.footer a:hover {
	color: #FFF;
}

.page {
	width: 960px;
	left: 50%;
	margin-left: -480px;
	position: absolute;
	bottom: 0px;
	top: 0px;
}

.apage p {
	width: 305px;
	font-size: 15px;
	color: #FFF;
}

.menu {
	width: 218px;
	height: 520px;
	padding-top: 3px;
	position: fixed;
	top: 50px;
	margin-left: 80px;
	background: url(images/menu.png) no-repeat;
	text-align: center;
	z-index: 40;
}

.menu li a {
	line-height: 43px;
	display: block;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0px;
}

.menu li a:hover {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}

.content {
	margin: 50px 20px 0px 370px;
	z-index: 0;
	top: 130px;
	position: relative;
}

.clear {
	clear: both;
	height: 150px;
}

h1 {
	font-size: 1.5em;
	color: #e13a8a;
	margin-bottom: 10px;
	width: 570px;
	text-align: center;
	letter-spacing: 1px;
}

h2 {
	color: #e98900;
	font-size: 1.2em;
	margin-bottom: 10px;
	width: 570px;
	text-align: center;
	letter-spacing: 1px;
}

h3 {
	color: #e13a8a;
	font-size: 1.2em;
	letter-spacing: 1px;
}

p {
	margin-bottom: 10px;
}

strong {
	color: #b73434;
}

.news-title {
	margin-top: 20px;
}

.thumb {
	margin: 10px;
}
