﻿/* Universal Reset - courtesy of Eric Meyer */

html, body, div, span, object, 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, l, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table.border, table.border th, table.border td 
{
  border: 1px solid silver;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* End of universal reset */

/* Basic content styles */
body {
  font-family: "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
  font-size: smaller;
  color: #333333;
  background-color: #fffec5;
  line-height: 1.5;
  text-align: center; /* for IE 5.5 and below */
}
p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
a 
{
  color: #333333;
}
blockquote 
{
  font-size: larger;
  font-style: italic;
  padding: 30px 25px 0 25px;
}
.reference 
{
  text-align: right;
  font-style: italic;
  font-size: smaller;
}
.reference a
{
  color: #333333;
}
h1, h2, h3, h4 {
  font-family: "Maiandra GD", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
h1 
{
  font-size: 1.8em;
  color: #cc0000;
}
h2 {
  font-size: 1.5em;
  color: #cc0000;
}
.inlineheader 
{
  padding-top: 25px;
}
h3 
{
  font-size: 1.1em;
}
h3 a 
{
  color: #333333;
}
h4
{
  font-size: 1em;
}
a 
{
}
#bottomnav a
{
  color: black;
}
#bottomnav a:hover
{
  color: #cc0000;
}

/* Layout */

#container {
  width: 758px;
  margin: 0 auto;
  text-align: left; /* for IE 5.5 and below */
  background-color: inherit;
}
#header {
  width: 100%;
  height: 206px;
  margin: 0; padding: 0; position: relative; overflow: hidden;
}
#header span 
{
  display: block; position: absolute; left: 0; top: 0; z-index: 1; margin: 0; padding: 0;
	width: 100%;
	height: 100%;
  background-image: url('images/default2.jpg');
  background-position: 50% 75px;
  background-repeat: no-repeat;
}
.subheader {
  clear: both;
}
#frame {
  display: block; position: absolute; left: 0; top: 0; z-index: 2; margin: 0; padding: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/header2.gif');
}

.skip {
  height: 15px;
}
.skip a {
  padding-right: 25px;
  font-size: 10px;
  float: right;
  color: #fffec5;
  background-color: inherit;
}
.skip a:hover {
  color: #333333;
}
#headerh1, #headerp {
  position: absolute;
  top: 0;
  left: -9999px;
}
#menu {
	width: 100%;
	height: 75px;
	padding-top: 10px;
  background-image:url('images/content2.gif');
  background-repeat: repeat-y;
}
#topnav {
  height: 55px;
  width: 600px;
	padding-top: 10px;
  position: absolute;
  left: 50%;
  margin-left: -290px;
}
#topnav ul {
}
#home, #about, #ages, #rooms, #location {
  width: 95px;
  height: 35px;
  list-style-type: none;
  float: left;
}

#news {
  width: 104px;
  height: 35px;
  list-style-type: none;
  float: left;
}

#topnav li a {
  display: block;
  margin: 0; padding: 0; position: relative; overflow: hidden;
  width: 100%;
  height: 100%;
}
#topnav li a span {
  display: block; position: absolute; left: 0; top: 0; z-index: 1; margin: 0; padding: 0;
	width: 100%;
	height: 100%;
}

#home a span{
  background-image: url('images/buttons2/b.gif');
  background-position: 0 0;
}
#about a span{
  background-image: url('images/buttons2/r.gif');
  background-position: 0 0;
}
#ages a span{
  background-image: url('images/buttons2/y.gif');
  background-position: 0 0;
}
#rooms a span{
  background-image: url('images/buttons2/g.gif');
  background-position: 0 0;
}
#location a span{
  background-image: url('images/buttons2/v.gif');
  background-position: 0 0;
}
#news a span{
  background-image: url('images/buttons2/o.gif');
  background-position: 0 0;
}

#home a:active span, #home a:hover span, #about a:active span, #about a:hover span, 
#ages a:active span, #ages a:hover span, #rooms a:active span, #rooms a:hover span, 
#location a:active span, #location a:hover span 
{
	background-position: -95px 0; /* Shifts the image across to show down bit */
}

#news a:active span, #news a:hover span
{
	background-position: -104px 0; /* Shifts the image across to show down bit */
}

#banner {
  background-image: url('images/default.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#content {
  clear: both;
  background-image:url('images/content2.gif');
  background-repeat: repeat-y;
  padding: 70px 20px 1px 20px;
}
#content.admincontent 
{
  padding-top: 5px;
}
#content ul 
{
  padding-left: 25px;
}
#content li 
{
   padding-left: 10px;
   list-style-type: disc;
   list-style-position: outside;
}

#footer {
  width: 100%;
  height: 63px;
  background-image:url('images/footertop.gif');
  text-align: center;
}

#bottomnav {
  width: 100%;
}

#bottomnav li {
  display: inline;
	list-style-type: none;
	padding: 0 1em;
	border-left: 1px black solid;
}

#bottomnav li.firstlink {
  border-left: none;
}

#copyright {
  width: 100%;
  height: 31px;
  background-image:url('images/footerbottom.gif');
  text-align: center;
  font-size: smaller;
  color: gray;
}

#copyright p {
  margin: 0;
  line-height: 2em;
  vertical-align: bottom;
}
#copyright a {
  text-decoration: none;
  color: #333333;
}

.textblock {
  clear: both;
  width: 100%;
  min-height: 250px;
}
.lefttext {
  width: 100%;
  min-height: 250px;
  background-image: url('images/rightframe.gif');
  background-repeat: no-repeat;
  background-position: 500px 25px;
}
.righttext {
  width: 100%;
  min-height: 250px;
  background-image: url('images/leftframe.gif');
  background-repeat: no-repeat;
  background-position: 0 25px;
}
.righttext p, .righttext h3, .righttext div {
	margin-left: 250px;
}
.lefttext p, .lefttext h3, .lefttext div  {
	margin-right: 250px;
}
#default1 {
  background-image: url('images/toddler1.jpg');
  background-repeat: no-repeat;
  background-position: 506px 27px;
}
#default2 {
  background-image: url('images/baby1.jpg');
  background-repeat: no-repeat;
  background-position: 58px 27px;
}

/* Form based stuff here */
.label {
  text-indent: 0;
}
.inlinelabel 
{
  display: block;
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 5px;
}
.textbox
{
  width: 450px;
}
.inlinetextbox
{
  width: 250px;
}
.formitem 
{
  clear: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.inlinebutton
{
  margin-left: 125px;
}
h3.ajaxlink 
{
  font-size: smaller;
  font-weight: normal;
}

/* Admin page stuff */

#adminnav 
{
  width: 100%;
  text-align: center;
}
#adminnav li 
{
  display: inline;
  list-style-type: none;
  padding: 0 20px;
  border-left: 1px solid black;
}
#adminnav li.firstlink 
{
  border-left: none;
}
.maplink 
{
  padding-left: 20px;
  font-size: small;
  font-weight: normal;
}
.centreimg 
{
  width: 100%;
  text-align: center; 
}
table 
{
  margin-bottom: 1em;
  margin-top: 1em;
}
