body {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding: 3em;
  color: #444;
}
a {
  color: #44f;
}
h1, h2 {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 400;
  margin: 0;
}
h1 {
  font-size: 4em;
}
.footer {
  padding-bottom: 3em;
  margin-bottom: 3em;
  margin-top: 3em;
  font-size: 0.8em;
}
.footer h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}
.link-list {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 3%;
}
.link-list ul {
  list-style: none;
  margin: 0 0 0 1ex;
  border-left: 1px solid #555;
  padding: 0 0 0 1ex;
}
.clear {
  clear: both;
}
#page-wrap {
  width: 800px;
  margin: 0 auto;
}
blockquote {
  font-style: italic;
}
blockquote em {
  font-style: normal;
}

@media print {
    body, a {
        color: black !important;
        background: white;
    }

    h1 { font-size: 24pt; }
    h2 { font-size: 16pt; font-family: "Open Sans", sans-serif; }
    h3 { font-size: 12pt; }
    p, div, table { font-size: 12pt; }

    #page-wrap {
        width: 100%;
        margin: auto auto;
    }

    .footer {
        display: none;
    }

    hr {
        color: #ccc;
        background: #ccc;
        height: 1pt;
    }
}

img.full-width {
    width: 100% !important;
    height: auto !important;
}
