/**
 * Author(s): James Morris
 *
 * Feature maintenance page. 
 *
 * Styling for the maintenance pages.
 */


body.maintenance-page.in-maintenance {
  font-family: "Arial",sans-serif;
  font-size: 16px;
  margin: 0;
}

body.maintenance-page.in-maintenance #header,
body.maintenance-page.in-maintenance header {
  padding: 1.5em 1.8em;
  background-color: #122943;
  height: 115px;
  border-bottom: 2px solid #b5985a;
}

body.maintenance-page.in-maintenance header {
  background: url('../images/ox-uni-icon.gif') no-repeat 1.8em center #122943;
}

body.maintenance-page.in-maintenance #branding {
  height: 115px;  
}

body.maintenance-page.in-maintenance #site-name {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body.maintenance-page.in-maintenance #page-title, {
  font-family: "Georgia",serif;
  color: #b5985a;
  font-size: 1.750em;
}

body.maintenance-page.in-maintenance #main,
body.maintenance-page.in-maintenance #page {
  padding: 1.25em 1.8em;
}

body.maintenance-page.in-maintenance #main p,
body.maintenance-page.in-maintenance #page p {
  max-width: 525px;
  line-height: 2em;
}

body a img {
  border: none;
}

body #container {
    border-bottom: 1px solid #bfbfbf;
}

