/**
 * Homepage styles
*/

#mainSection {
  padding: 0;
}
#centralSection {
  margin: 0 0 1px 0;
  padding-left: 220px;
  overflow: auto;
  background: url(/images/home-splash.jpg) no-repeat top left;
  height: 221px;
}
#centralSection p {
  line-height: 1.4;
  margin: 0 5px 0 0;
  font-size: 110%;
}
#centralSection h2 {
  margin: 0;
}
#postPrimaryReview {
  float: left;
  margin: 0;
  overflow: auto;
  background: url(/images/home-teacher-pupil.jpg) no-repeat 1px 26px;
  width: 220px;
  height: 182px;
}
#postPrimaryReview p {
  margin: 10px;
  font-size: 120%;
}
#currentProjects {
  float: left;
  margin: 0 0 0 1px;
  overflow: auto;
  background:#FEF6B5 url(/images/yellow-fade.jpg) repeat-x 0px 26px;
  width: 219px;
  height: 182px;
}
#currentProjects ul {
  font-size: 120%;
  list-style-image: url(/images/arrow-bullet-blue.gif);
  font-weight: bold;
  margin: 15px 12px;
  padding: 0 12px;
}
#currentProjects li {
  margin: 5px 0;
  padding: 0;
}
#currentProjects a:link, #currentProjects a:visited {
  text-decoration: none;
}
#postPrimaryReview h2, #currentProjects h2 {
  margin: 0 0 0 1px;
  padding: 0 0 0 12px;
  font-size: 120%;
  font-weight: bold;

  line-height: 25px;
  color: #fff;
  height: 25px;
}
#postPrimaryReview h2 {
  background: #0c5ca8;
}

#currentProjects h2 {
  background: #fee936;
  color:#1d65a0;

}


#events {
  background: url("/images/main-section-background.jpg") repeat-x 0 -70px;
  clear: both;
  margin: 0;
  min-height: 200px;
  padding: 1px 0;
}
  #events h2 {
    background: #0c5ca8;
    color: #fff;
    font-size: 120%;
    margin: 0 0 1px 0;
    padding: 4px 8px;
  }
    #events h2 a {
      color: #fff;
      float: right;
      font-size: 90%;
      font-weight: normal;
    }
  #events .event {
    padding: 20px 15px 0 15px;
  }
    #events .event .cal {
      background: url(/images/event-date.gif) no-repeat 0 0;
      clear: both;
      float: left;
      height: 60px;
      margin: 0 10px 10px 0;
      width: 61px;
    }
      #events .event .cal span {
        display: block;
        font-family: Helvetica,Arial,sans-serif;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
      }
        #events .event .cal span.date {
          color: #535353;
          font-size: 2.6em;
          height: 43px;
          overflow: hidden;
          margin: 2px 0 0 0;
        }
        #events .event .cal span.day {
          color: #fff;
          height: 16px;
        }

