@charset "utf-8";
/* CSS Document */

/* Reset Browser Settings */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #F60;
}

html,body {
	margin:0;
	padding:0;
	height: 100%;
}

/* Containers */

#SkyBG {
	position: relative;
	height: 600px;
	width: 100%;
	background-image: url(images/skygrad.jpg);
	background-repeat:repeat-x;
	z-index: 1;
}

#Container {
	position:absolute;
	left: 50%;
	margin-left: -400px;
	top:0px;
	width:800px;
	height:600px;
	z-index:3;
}

/* Footer */

#Footer {
	position: absolute;
	width: 100%;
	background-color: #05d700;
    height:30%;
	top:600px; 
	z-index:1;
}

#FooterHills {
	position:absolute;
	top:500px;
	width:100%;
	height:100px;
	background-image:url(images/footerhill.png);
	z-index:2;
}

#FooterHillsBk {
	position:absolute;
	top:500px;
	width:100%;
	height:100px;
	background-image:url(images/footerhillsback.png);
	z-index: 1;
}

#FooterContent {
	position:absolute;
	left:514px;
	left: 50%;
	top:34px;
	width:600px;
	text-align:center;
	margin-left: -300px;
	z-index:4;
}

/* Header including menu */

#Logo {
	position:absolute;
	left:6px;
	top:7px;
	width:278px;
	height:149px;
	z-index:4;
}

#Homelink {
	position:absolute;
	left:256px;
	top:81px;
	width:126px;
	height:75px;
	background-image:url(images/clouds.png);
	background-repeat:no-repeat;
	text-align:center;
	z-index:4;
}

#Pictureslink {
	position:absolute;
	left:295px;
	top:81px;
	width:123px;
	height:75px;
	background-image:url(images/clouds.png);
	background-repeat:no-repeat;
	text-align:center;
	z-index:4;
}

#OurNurserylink {
	position:absolute;
	left:418px;
	top:15px;
	width:124px;
	height:75px;
	background-image:url(images/clouds.png);
	background-repeat:no-repeat;
	text-align:center;
	z-index:6;
}

#DropDownMenu {
	position:absolute;
	width:95px;
	height:168px;
	left: 9px;
	top: 68px;
	z-index:5;
}

#Linkslink
{
	position:absolute;
	left:526px;
	top:81px;
	width:124px;
	height:75px;
	background-image:url(images/clouds.png);
	background-repeat:no-repeat;
	text-align:center;
	z-index:4;
}

#Contactlink {
	position:absolute;
	left:650px;
	top:22px;
	width:126px;
	height:75px;
	background-image:url(images/clouds.png);
	background-repeat:no-repeat;
	text-align:center;
	z-index:4;
}

#Main {
	position:absolute;
	margin-left:-255px;
	left:50%;
	top:205px;
	width:510px;
	height:300px;
	background-image:url(images/mainbkgrad.png);
	border: 2px solid #666;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 1.5em;
	z-index:4;
	color: #006;
}

#MainWriting_Column1 {
	float:left;
	width: 500px;
	padding:0px 15px 0px 15px;
}


#Ofsted {
	position:absolute;
	left:658px;
	top:496px;
	width:91px;
	height:45px;
	border:2px solid #666;
	z-index:4;
}

/* Columns Test */

div.maincolumn {
	width: 500px;
}

div.maincolumn div {
	float: left;
	width: 200px;
}

div.maincolumn div.column1 {
	padding:5px;
}

div.maincolumn div.
 {
	padding:5px;
}

/* Gallery List */

#Gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

#Gallery li {
	/* float:left;*/
	display:inline;
	margin: 0.5em;
}

#Gallery li img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}

#Gallery ul a:hover img {
	border: 5px solid #ccc;
	border-width: 5px 5px 20px;
	color: #ccc;
}

#Gallery ul a:hover { 
	color: #ccc; 
}

/* Image minipulation / rotate / skew */

.skew_left {
  -moz-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
}

.skew_right {
  -moz-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);	
}

/* Links */

a {
	text-decoration:none;
	color: #000;
	-moz-transition: all 250ms ease-in;
	-webkit-transition: all 150ms ease-in;
	-o-transition: all 250ms ease-in;
}

a:hover {
	text-decoration:blink;
	border-bottom:1px dotted;
	color:#063;
}

.centerImage {
    text-align:center;
	display: block;
}

/* Fonts */

h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: large;
	color: #FC0;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom: 5px;
	color: #333;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: medium;
	background-color:#FFF;
	border:1px solid #666;
	padding: 3px;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	color:#000;
}

p {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	text-align:left;
	color: #039;
}

p.small {
	font-size: small;
	}
	

p2 {
	font-family: "Comic Sans MS", cursive;
	font-size: small;
	text-align:center;
	color: #039;
}