@font-face {
  font-family: "Oxygen";
  font-style: normal;
  src: url("/fonts/oxygen/Oxygen-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Oxygen";
  font-style: bold;
  src: url("/fonts/oxygen/Oxygen-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "SourceSansPro";
  src: url("/fonts/sourcesanspro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("/fonts/sourcesanspro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}

body {
  font-size: 1em !important;
  font-family: "SourceSansPro";
  margin: 0 0 8em 0;
}

body>header {
  padding: 2em 0 1em 0;
  text-align: center;
}

body>header.metamolecular {
  background-color: #466bb0;
}

body>header.blog {
  background-color: #ff6600;
}

body>header.cheminformatics {
  background-color: #009933;
}

body>header.chemwriter {
  background-color: #660066;
}

body>header img {
  width: 4em;
  margin-bottom: 1.5em;
}

body>header h1 {
  font-weight: bold;
  font-size: 200%;
  font-family: "Oxygen";
  color: white;
}

body>header a {
  text-decoration: none;
  color: #ffffff;
}

body>header>aside {
  border-top: 0.1em solid white;
  margin-top: 1em;
  padding: 0.5em 0 0 0;
  color: white;
}

body>main {
  padding: 2em 0 2em 0;
  width: 80%;
  margin: 0 auto 0 auto;
  max-width: 52em;
  font-size: 1.2em;
}

body>main p {
  margin-bottom: 1em;
  line-height: 1.5em;
}

body>footer {
  position: absolute;
  text-align: center;
  font-size: 90%;
  background-color: #333333;
  color: #aaaaaa;
  padding-top: 1em;
  height: 9em;
  left: 0;
  bottom: 0;
  width: 100%;
}

body>footer p {
  margin: 0;
}

body>footer a {
  color: #aaaaaa;
}

body>footer p.copyright, body>footer .locale {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

.announcement {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #5ba320;
  color: #ffff99;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1.4em;
}