/***********\
|  colours  |
\***********/
/********\
|  text  |
\********/
/**********\
|  layout  |
\**********/
/* line 3, ../sass/page.scss */
html {
  background-color: #7d0d0c; }

/* line 7, ../sass/page.scss */
body {
  max-width: 910px;
  min-width: 350px;
  margin: 4px auto;
  background-color: White;
  font-family: sans-serif;
  text-align: left;
  line-height: 1.3;
  font-size: 80%;
  border-style: solid;
  border-width: 0 4em;
  border-color: #7d0d0c; }
  /* line 23, ../sass/page.scss */
  body a {
    color: #7d0d0c;
    text-decoration: none;
    font-weight: bold; }
    /* line 28, ../sass/page.scss */
    body a:hover {
      text-decoration: underline; }

/* line 32, ../sass/page.scss */
div {
  position: relative; }

/* line 36, ../sass/page.scss */
#border {
  background-image: url(page-border.png);
  background-repeat: no-repeat;
  background-position: absolute;
  background-bottom: 0;
  background-left: 1em;
  padding-left: 150px; }

/* line 47, ../sass/page.scss */
#header {
  height: 188px;
  border-bottom: 2px solid black; }
  /* line 51, ../sass/page.scss */
  #header #headerLogo {
    position: absolute;
    bottom: -0.3em;
    left: 15px; }
  /* line 56, ../sass/page.scss */
  #header #bannerImages {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0; }
    /* line 61, ../sass/page.scss */
    #header #bannerImages img {
      position: absolute;
      right: 0;
      height: 100%; }

/* line 69, ../sass/page.scss */
h1._displayTitle {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1.5em;
  color: #7d0d0c;
  text-transform: lowercase; }

/* line 78, ../sass/page.scss */
h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0.2em;
  text-transform: lowercase; }

/* line 85, ../sass/page.scss */
._SidebarBlock {
  margin: 1em;
  margin-top: 4em; }

/* line 90, ../sass/page.scss */
#page.withSidebar #sidebar figure {
  margin-bottom: 30px; }

/* line 94, ../sass/page.scss */
#footer {
  font-size: 90%;
  padding: 100px 0px 20px 5px; }

/*# sourceMappingURL=page.css.map */
