* {
    margin:             0;
    padding:            0;
    }

/* Avoiding flash of unstyled text in FF and IE */
.wf-loading body {
    visibility: hidden;
    }

.wf-active body, .wf-inactive body {
    visibility: visible;
    }

body {
    margin: 8px auto 88px;
    padding: 0 8px;
    max-width: 680px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    }

img, iframe, video, object, embed {
    max-width: 100%;
    }

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "ff-enzo-web-1","ff-enzo-web-2",sans-serif;
    }

h1, h2 {
    font-weight: normal;
    }

h2 {
    margin: 25px 0 15px;
    color: #000;
    line-height: 1.1em;
    }

article p, article ul, article ol, article dd, article pre, article hr {
    margin-bottom: 1em;
    }

body,
input,
textarea {
    font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Bitstream Charter", serif;
    }

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    }

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    }

header h1 {
    margin: 60px 0 20px;
    font-family: "ff-enzo-web-1","ff-enzo-web-2",sans-serif;
    font-size: 48px;
    font-weight: bold;
    -webkit-text-stroke: 1px transparent;
    }

header h1,
header h1 a,
header h1 a:hover {
    text-decoration: none;
    color: #DDD;
    }

a,
a:hover {
    color: #21759B;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

pre {
    margin-bottom: 24px;
    padding: 22px;
    background: #F7F7F7;
    color: #222;
    font-size: 12px;
    line-height: 1.6;
    overflow: auto;
    }

code {
    font-size: 12px;
    }

blockquote {
    font-style: italic;
    padding: 0 3em;
    }

ol,
ul {
    margin: 0 0 18px 1.5em;
    }

ul {
    list-style: square;
    }

article {
    padding-bottom: 30px;
    }

article h1,
article h1 a {
    color: #000;
    }

article h1 a:hover {
    text-decoration: none
    }

article h1 {
    font-family: "ff-enzo-web-1","ff-enzo-web-2",sans-serif;
    font-size: 21px;
    font-weight: bold;
    -webkit-text-stroke: 1px transparent;
    line-height: 1.3em;
    }

article small {
    display: block;
    margin-bottom: 12px;
    color: #888;
    font-size: 12px;
    line-height: 24px;
    font-family: "ff-enzo-web-1","ff-enzo-web-2",sans-serif;
    }

.read_more_link {
    font-style: italic;
    }

article .aligncenter {
    clear: both;
    display: block;
    margin: 35px auto;
    }

ol.footnotes li {
    list-style-type: decimal;
    font-size: 0.8em;
    color: #666;
    }

@media screen and (max-height: 480px) {

    html {
        -webkit-text-size-adjust: 85%;
        }

    header h1 {
        margin: 0 0 8px;
    }

}
