/**
 * 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;

}