/* SITE CORE STYLES
=================== */
html {
  font-size: 62.5%;
  background:url(bottom-glow.png) center bottom no-repeat;/* Please have a colour or image - background on html needed for javascript */
}

body {
  background: #b1ddf1 url(container.jpg) center top repeat-x;
}

.school-name {
  position: absolute;
  top: 135px;
  left:80px;
  letter-spacing:4px;
  font-size: 3.6rem;
  text-align:center;
}


/* Website Struture
=================== */
.container {
  background: url(glow.png) center top no-repeat;
}

.inner-container {
  width: 980px;
  max-width: 980px;
  margin: 0 auto;
  background: url(watermark.png) -1px 189px no-repeat;
}

.main-header {
  position: relative;
  height: 189px;
}

/* Home link within the header */
.home-link {
  left: 396px;
  top: -25px;
}

.content-container {
  position: relative;
  min-height: 500px;
  padding: 0 38px 30px 30px;
  background: rgba(245,250,255,1.0);
  margin: 303px 16px 11px 14px;
}


/* Slideshows
============ */
.left-slideshow,
.center-slideshow,
.right-slideshow {
  position: absolute;
  width: 208px;
  height: 233px;
  top: 247px;
}

.left-slideshow {
 left: 28px;
}

.center-slideshow {
  width:477px;
  height:233px;
  left: 250px;
}

.right-slideshow {
	right: 30px;
}


/* Log in Link
============== */
.login-link a {
  position: absolute;
  top: 4px;
  right: 10px;
  line-height: 1.8;
  text-align: right;
  z-index: 101;
}

.login-responsive {
  display: none;
}


/* Page Title
============= */
.page-title {
  width:920px;
  left: -30px;
  padding: 10px 0 10px 30px;
  margin: 0 0 10px 0;
  letter-spacing: 3px;
}


/* Footer
========= */
footer {
  height: 160px;
  background:  #fff url(bottom-glow.png) center top no-repeat;
  padding-top: 33px;
}


/* Navigation
============= */
.main-nav {
  position: absolute;
  width: 887px;/*  Change width for horizontal nav  */
  height: auto;
  top: 201px;
  left: 57px;
  margin: 0 auto;
  outline: none;
  z-index: 101;
}

.main-nav h2 {
  display: none;
}

.main-nav ul {
  padding: 0;
  margin: 0;
}

.main-nav ul li {
  position: relative;
  display: block;
  cursor: pointer;
  float: left;
  margin-right: 52px;
}

.main-nav ul li:nth-child(6) {margin-right: 0;}

.main-nav ul li a {
  display: block;
  color: #fff;
  font-size: 14px;/* Remove text-shadow if not required */
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.main-nav ul li:focus a,
.main-nav ul li:hover a {
    color: #b1dcee;
}

/* Pop Ups */

/* Styles for ALL pop-up menus added here, styles for individual menus added below */
.main-nav ul li ul {
  position: absolute;
  display: none;
  top: 17px;
  left: 0;
  text-align: center;
  background-color: #0d1c93;
  z-index: 102;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 15px solid transparent;
}

.main-nav ul li ul,
.main-nav ul li ul li {
  width: 200px;
}

.main-nav ul li.ps_nav-top-level:focus ul,
.main-nav ul li.ps_nav-top-level:hover ul {
  display: block;
}

.main-nav ul li.ps_nav-top-level:focus ul ul,
.main-nav ul li.ps_nav-top-level:hover ul ul {
  display: none;
}

.main-nav li ul li {
  display: block;
  width: 100%;
  height: auto; /* Resets the height from the main li buttons */
  padding: 0;
  margin: 0;
  text-indent: 0;
  background: none;
}

.main-nav li ul li:focus,
.main-nav li ul li:hover {
  background-color: #b1dcee; /* Applies a background colour for pop-up li's */
}

.main-nav .ps_topic_slug_about-us ul {
    left: -55px;
}

.main-nav .ps_topic_slug_key-information ul {
    left: -20px;
}

.main-nav .ps_topic_slug_parents ul {
    left: -55px;
}

.main-nav .ps_topic_slug_children ul {
    left: -55px;
}

.main-nav .ps_topic_slug_nursery ul {
    left: -55px;
}

/* To style the links in the pop up menus
   Styles for ALL menus added here, styles for individual menus added below */
.main-nav li ul li a {
  display: block;
  width: auto;
  color: #b1dcee!important;
  font-weight: bold;
  padding: 5px 7px;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
}

/* To style the hover effects for the links in the popup menus
   Styles for ALL menus added here, styles for individual menus added below */
.main-nav li ul li a:focus,
.main-nav li ul li a:hover {
  color: #0d1c93!important;
}


/* School Address
================= */
.school-address {
  width: 940px;
  color: #757575;
  list-style: none;
  margin: 0 auto;
  padding:15px 0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.school-address-email {
    margin-left: 20px;
    text-align: right;
    width: 325px;
    margin-right: 0!important;
    overflow: hidden;
}

.school-address-phone {
    margin-left: 60px;
}


/* Policy & PrimarySite Link
============================ */
.footer-links {
  position: relative;
  width: 950px;
  height: 45px;
  color: #888888;
  top: 33px;
  margin: 0 auto;
}

.footer-links ul {
  list-style: none;
}

.footer-left li {
  display: inline-block;
  margin-right: 20px;
}


.footer-left {
  float: left;
}


/* News Styles
============== */
.news-items {
  width: 730px;
}


/* Scroll To Top Button
======================= */
.scroll-top {
  color: #000;
  border: 1px solid #000;
  border-bottom: none;
  background-color: #b1ddf1;
}

.scroll-top:hover {
  background: #0d1c93;
  color: #fff;
}

