/* HOME PAGE STYLES
=================== */
html {}
body {
  background: url(hometile.png) center top repeat-x;
}

/* Homepage Link Colours
 ============================ */
a {
  color: #1f52a3;
}

a:focus,
a:hover,
a:active {
  color: #ffff00;
}


/* STRUCTURE
 =========== */


.container { 
  background: url(containerbg.png) center top no-repeat;
}

.inner-container {
  background: url(mainbg1.png) center top no-repeat;
}


.main-header {
  background: red;
  height: 0;
}

.content-container {
  height: 696px;
  background: none;
  padding: 0;
}

/* Hide the home link - Not required on the homepage */
.home-link {
  display: none;
}

/* HOME NAVIGATION
================= */
/* Copy over additional Navigation CSS from style.css
   if nav popups are different on the homepage  */
.main-nav {
  top: 0;
  left: 0;
}

.main-nav li {
    position: absolute;
}
.main-nav .ps_topic_slug_about-us {
    left: 169px;
    top: 296px;
}
.main-nav .ps_topic_slug_our-school {
    left: 157px;
    top: 232px;
}
.main-nav .ps_topic_slug_parents {
    left: 140px;
    top: 218px;
}
.main-nav .ps_topic_slug_children {
    left: 109px;
    top: 273px;
}
.main-nav .ps_topic_slug_our-community {
    left: 90px;
    top: 288px;
}

/*POP UPS
==========*/

.main-nav .ps_topic_slug_about-us ul {
    top: 102px;
}

.main-nav .ps_topic_slug_our-school ul {
    left: 13px;
}

.main-nav .ps_topic_slug_parents ul {
    left: 22px;
}

.main-nav .ps_topic_slug_children ul {
    left: 6px;
}

.main-nav .ps_topic_slug_our-community ul {
    left: 25px;
}

/* SCROLLING BANNER
=================== */
.scrolling-text {
    color: #FFFFFF;
    cursor: pointer;
    left: 340px;
    position: absolute;
    top: 514px;
    width: 280px;
}



/* NOTICEBOARD / CALENDAR DATES
=============================== */
.updates-area {
    color: #ff0000;
    font-weight: bold;
    height: 180px;
    position: absolute;
    width: 150px;
}

.updates-area h2 {
  padding-bottom: 10px;
}

.updates-area h2 a {
  font-family: Kids, Chalkboard, sans-serif;
  display: block;
  width: 160px;
  height: 25px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

/* Uncomment if Noticeboard / Calendar dates require graphical tiles
.noticeboard h2 a { background: url(noticeboard.png) left top no-repeat; }
.calendar-dates h2 a { background: url(calendar-dates.png) left top no-repeat; }
*/


.updates-area ul {
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  height: 140px;
  width: 200px;
  margin-left: -30px;
}

.updates-area li {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 10px;
  margin-bottom: -12px;
}

.updates-area a {
  /* Add a color here to override the default link colour */
}

.updates-area a:focus, .updates-area a:hover {
  color: #ff0000;
  /* Add a color here to override the default link colour */
}

.updates-area li a {
  color: #000;
  font-size: 1.1rem;
  font-size: 11px;
  line-height: 0.7;
}

.updates-area .read-more {
  font-family: Kids, Chalkboard, sans-serif; 
}

.ps_activity_compact-title a {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}

.ps_activity_compact-author {
  display: none;
}

.ps_activity_compact-date {
  font-family: Arial, sans-serif;
  line-height: 1;
  padding-bottom: 8px;
  display: block;
}



 
/* NOTICEBOARD
============== */
.noticeboard {
    left: 800px;
    top: 292px;
}

/* CALENDAR DATES
================= */


.ps_date {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  line-height: 1;
  position: relative; /* Overwrite the inherited styles */
  background-color: transparent;  /* Overwrite the inherited styles */
  top: 0; 
  padding-top: 5px; /* Overwrite the inherited styles */
  padding-bottom: 8px;
}

.ps_event {
  position: relative;
  margin: 5px;
  background: none;
  border-radius: 0;
  padding: 0;
  min-height: 1px;
}


/* SLIDESHOW
============ */
.home-slideshow {
    height: 164px;
    left: 800px;
    position: absolute;
    top: 19px;
    width: 164px;
}

.ps-slideshow {
  margin-bottom: 10px;
}

.home-slideshow-text {
  text-indent: -9999px;
}

.slideshow-mask{
  position: absolute;
  width: 168px; /* width must be 4px larger than slideshow width */
  height: 168px; /* height must be 4px larger than slideshow height */
  left: -2px; /* To prevent the slideshow image popping ouf of the mask on iOS */
  top: -2px; /* To prevent the slideshow image popping ouf of the mask on iOS */
  background: url(mask.png) no-repeat;
  z-index: 20;
}

/* BREADCRUMBS
============== */
.breadcrumbs {
  display: none;
}

/* FOOTER
 ======== */
.main-footer {
  position: relative;
  background: none;
  height: 1px;
  margin: 0;
}

/* HOUSE POINTS
=============== */

.house-points {
  background: none repeat scroll 0 0 transparent;
  font-family: Kids, Chalkboard, sans-serif;
  font-weight: bold;
  height: 116px;
  left: 15px;
  position: absolute;
  text-align: left;
  top: 377px;
}

.house-points p {
    color: #FFFFFF;
    text-align: right;
    width: 100%;
}

.house-points-list {
    height: 115px;
    list-style-type: none;
    position: relative;
    text-align: right;
    top: 0px;
}

.house-points-list li {
  display: block;
  margin: 5px;
  position: relative;
  width: 130px;
}

.house-1 {
    color: #fff;
}

.house-2 {
    color: #fff;
}

.house-3 {
    color: #993300;
}

.house-4 {
    color: #fff;
}




/* SCHOOL ADDRESS
================= */
.school-address {
    color: #FFFFFF;
    list-style: none outside none;
    position: relative;
    text-align: center;
    top: 656px;
    left: 135px;
}

.school-address li {
  float: left;
  margin-right: 4px;
  list-style-position: outside;
}

.school-address li a  { /* Keep this in if there is a telephone number. On ipads/iphones telephone numbers are turned into links */
  color: #fff;
}

.school-address li a:focus, .school-address li a:hover { /* Keep this in if there is a telephone number. On ipads/iphones telephone numbers are turned into links */
  color: #ffff00;
}




/* GRAPHICAL LINKS
===================== */
.graphical-links {
  position: absolute;
  display: block;
}

.graphical-links:focus, .graphical-links:hover {
  background-position: right top;
}

.ceop {
  background: url(ceoplink.png) top left no-repeat;
  width: 66px;
  height: 67px;
  top: 578px;
  right: 236px;
  z-index: 10;
  text-indent: -9999px;
}
 

  
.disabled-go {
  background: url(disabled-go.png) no-repeat scroll left top transparent;
  display: block;
  position: absolute;
  height: 50px;
  width: 88px;
  top: 489px;
  left: 751px;
}
/*HIT COUNTER
==============*/

.hit-counter {
  display: block;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  height: 42px;
  left: 165px;
  position: absolute;
  top: 475px;
  width: 100px;
}

.hit-counter-pre-text {
  margin-right: 6px;
  font-size: 14px;
  font-size: 1.4rem;
}

.hit-counter-digits {
 	display:block;
  width:100px;
  text-align:center;
}

/* AWARDS BAR 
============= */

.awards {
  position: relative;
  background: url(awards.png) top center no-repeat;
  width: 750px;
  height: 80px;
  top: 571px;
  /*margin: 0 auto;*/
  left:0px;
}


/* Google Search
================ */
.google-search {
  position: absolute;
  top: 560px;
  left:  791px;
  width: 170px;
  
}

.google-search input[type="text"] {
  width: 156px;
  height: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 4px 6px!important;
  border-radius: 4px;
  border: 1px solid #2b853c!important;
  vertical-align: middle;
}

.google-search input[type="submit"] {
  width: 80px;
  height: 35px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border: 0;
  border-radius: 4px;
  background: #2b853c;
  vertical-align: middle;
  float:right;
  margin-top:4px;
}

.google-search input:focus[type="submit"],
.google-search input:hover[type="submit"] {
  color: #000;
}

 /* IE STYLES
============= */
/* IE */
.ie {}

/* IE 7 */
.ie7 .main-header {
  margin-bottom: -17px; /* Used to pull up elements in IE7 */
}

.ie7 .ps_title a {
  line-height: 1.3;
}

.ie7 .house-points-list li {
  width: 110px;
}

.ie7 .home-slideshow {
  top:20px;
}

.ie7 .school-address {
  position: absolute;
  top: 646px;
}

/* IE 8 */
.ie8 {}

.ie8 .school-address {
}

/* IE 9 */
.ie9 {}
