/* HOME PAGE STYLES
=================== */
/* Structure
 =========== */
.container {
  background: none;
}
.inner-container {
  background: none;
}
.content-container {
  padding: 0;
  border: none;
  background: none;
}
footer {
  height: 137px;
  background: url(footerhome-640px.jpg) center bottom repeat-x;
  position:relative;
  top:-40px;
}
/* Scrolling Banner
=================== */
.scrolling-banner-wrapper {
  position: relative;
  line-height: 1.3;
  padding: 5px 15px;
  color: #00ab89;
  background-color: #fff;
  font-weight:bold;
}
/* Slideshow
-============ */
.home-slideshow {
  width: 100%; /* Remove this if the slideshow is full width */
  height: 244px;
  position:relative;
  top:-40px
}
.ps-slideshow {
  margin: 0 auto;
}
.slideshow-mask {
  background: none;
}
/*  Calendar Dates
=============================== */
.callendartile{
  background: url(callendarbg-640px.jpg) top center repeat-x;
  height:586px;
  display:block;
  width:100%;
}
.callendarbg{
  background: url(callendar-640px.jpg) top center no-repeat;
  height:586px;
  display:block;
}
.updates-area {
  color: #00305F;
  padding: 260px 15px 0 15px;
}
.updates-area li a {
  font-size:12px;
  font-size:1.2rem;
}
.ps_activity_compact-date, .ps_date{
  font-size:12px;
  font-size:1.2rem;
}
.read-more a{
  font-size:12px;
  font-size:1.2rem;
  padding-top:6px;
}
/* House Points
=============== */
.house-points {
  position:relative;
  top: -40px;
  width: 640px;
  height:214px;
  margin:0 auto;
  text-align: center;
  background: url(housepoints-640px.png) no-repeat;
  font-size:26px;
  font-size:2.6rem;
  color:#fff;
  font-family: 'chrissfontmedium';
}
.house-points-list {
  position: relative;
  top:44px;
  left: 0px;
  width:480px;
  margin:0 auto;
}
.house-points-list li {
  width:102px;
}
/* Graphical Links
================== */
.graphical-links {
  display: block;
}
.facebook{
  display:block;
  margin:0 auto;
  position:relative;
  top:-80px;
}
.graphical-links:focus,
.graphical-links:hover {
  background-position: right top;
}
/* Awards Bar
============= */
.cp-awards-wrap {
	width: 100%;
  top: -40px;
}
.footer-links {
  padding-top: 20px;
}
/* Additional Media Queries (Images etc.)
====================================== */
@media (max-width: 640px) {
.scrolling-text{
  font-size:12px;
  font-size:1.2rem;
}
/* Calendar Dates
=============================== */
.callendartile{
  background: url(callendarbg-320px.jpg) top center repeat-x;
  height:371px;
  display:block;
  width:100%;
}
.callendarbg{
  background: url(callendar-320px.jpg) top center no-repeat;
  height:371px;
  display:block;
}
.updates-area {
  color: #00305F;
  padding: 134px 5px 0 5px;
}
.updates-area h2 a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height:1.2;
}
.updates-area li a {
  font-size:10px;
  font-size:1rem;
    line-height:1.2;
}
.ps_activity_compact-date, .ps_date{
  font-size:10px;
  font-size:1rem;
}
.read-more a{
  font-size:10px;
  font-size:1rem;
  padding-top:0px;
}
.facebook{
  top:-60px;
}
/* House Points
=============== */
.house-points {
  position:relative;
  top:-25px;
  width:100%;
  height:114px;
  background: #56a859 url(housepoints-320px.png) center top no-repeat;
  font-size:18px;
  font-size:1.8rem;
  color:#fff; 
}
.house-points-list {
  position: relative;
  top:10px;
  left: 0px;
  width:299px;
  margin:0 auto;
}
.house-points-list li {
  width:68px;
}
/* Awards Bar
============= */
.cp-awards-wrap {
  top: -10px;
}
footer {
  height: 185px;
  background: url(footerhome-320px.jpg) center bottom no-repeat;
  position:relative;
  top:-5px;
}
}
