  @media only screen and (max-width: 800px) { 
  .content .entry {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
	}
}

html {
font-family: "arial";
}

body {
/*font-family: "spinnaker";*/
  font-family: Arial, Helvetica, sans-serif;
}

.site-header {
  position: absolute !important;
  color: #0d7310;
}

.page-id-323 {
  margin-top: 0px;
}

.home .list-date{
  background: #faa52e;
  border: 2px solid #0d7310;
  border-radius:5px;
  color:#ffffff;
  padding: 5px;
  font-family: "arial";
}

.home .list-date .list-dayname{
  color: #ffffff;
  border-radius:4px;
  background:#0d7310;
  padding: 0px;
  font-family: "arial";
  font-size: 10px;
  text-transform: uppercase;
}

.more-news .entry-content {
  /*padding: 0px;*/
}

.more-news article {
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.more-news article h2 {
  margin-bottom: 5px !important;
  font-size: 1.1em !important;
  font-weight: 900;
}

#FromTheNNDSB, #FromNNDSB_SidebarContainer{
  display: initial;
}