html {
  height: 100%; }

body {
  margin: 0px;
  padding: 0px;
  background: #DDD3C7; }

body, .pure-g [class*="pure-u"], .pure-g-r [class*="pure-u"] {
  font-family: "Open Sans", sans-serif; }

a {
  color: #9E8361;
  text-decoration: underline;
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out; }
  a:hover {
    color: #5D381E; }

code {
  margin: 5px;
  padding: 3px;
  background: #DDD3C7; }

pre {
  padding: 25px;
  background: #DDD3C7;
  text-align: left; }

pre > code {
  margin: 0px;
  padding: 0px; }

.wrapper {
  margin: 0px auto;
  max-width: 1024px; }

.pointer {
  cursor: pointer; }

.block {
  display: block; }

div.header {
  margin-bottom: 25px;
  background: #9E8361;
  border-bottom: 4px solid #5D381E;
  color: #F3EFDF;
  line-height: 60px;
  text-align: center; }
  @media only screen and (min-width: 900px) {
    div.header {
      margin-bottom: 50px; } }
  div.header
a {
    color: #F3EFDF;
    text-decoration: none; }
  div.header
div.title {
    font-size: 200%; }
    div.header
div.title a:hover {
      color: #5D381E; }
    div.header
div.title a.title {
      margin-right: 0.5em; }
    @media only screen and (min-width: 900px) {
      div.header
div.title {
        text-align: left; }
        div.header
div.title a.title {
          margin-left: 0.5em; } }
  div.header
div.navigation a {
    font-size: 120%; }
    div.header
div.navigation a:hover {
      background: #5D381E; }

.ads-container {
  text-align: center;
  margin-bottom: 25px; }
  @media only screen and (min-width: 900px) {
    .ads-container.top {
      margin-top: -25px; } }

div.body-block {
  margin: 25px 12.5px;
  margin-top: 0px;
  border-bottom: 2px solid #9E8361; }
  @media only screen and (min-width: 900px) {
    div.body-block {
      margin-bottom: 50px; } }
  div.body-block
> div {
    padding: 25px;
    overflow: hidden; }
  div.body-block
> div.title {
    background: #5D381E;
    color: #DDD3C7;
    font-size: 150%; }
  div.body-block
> div.content {
    background: #F3EFDF; }
    div.body-block
> div.content
div.subtitle {
      font-size: 130%;
      line-height: 200%;
      margin: 20px 0px; }

div.footer {
  background: #5D381E;
  color: #F3EFDF;
  line-height: 45px;
  text-align: center; }
  div.footer div.top:hover {
    background: #9E8361; }
  div.footer div.copyright {
    text-align: right; }

figure {
  margin: 1em;
  padding: 1em;
  text-align: center;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none; }
  figure
img {
    width: 100%;
    display: block;
    margin: auto; }
  figure
figcaption {
    font-size: 90%;
    font-style: italic; }
