body {
    font: 16px/1.4em "Open Sans", Arial, Helvetica, sans-serif;
    background: #f1f1f1;
}

img, iframe {
    max-width: 100%;
    height: auto;
}

a:link, a:hover, a:visited {
    color: #447ef6;
}

.aligncenter {
    text-align: center;
}

img.aligncenter,
iframe.aligncenter {
    display: block;
    margin: 0 auto;
}

h1 {
    font-size: 2.5em;
    font-weight: normal;
}

h2 {
    font-size: 1.7em;
    line-height: 1.5em;
    font-weight: normal;
}

h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
}

h4 {
    font-size: 1.2em;
    font-weight: normal;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

#header {
    width: 100%;
    background: #202020;
}

section {
    width: 90%;
    margin: 0 auto;
    padding: 1em 0;
}

#author-pic {
    display: inline-block;
    margin-right: 1em;
}

#author-credentials {
    display: inline-block;
    vertical-align: top;
    margin-top: 1.6em;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.cursive {
    font-family: 'Just Another Hand', cursive;
}

.grid-background {
    background: url('/images/mudrun/black-texture-1.jpg') no-repeat 0 0 #000;
    color: #fff;
    background-size: cover;
}

.orange {
    color: #fa650d;
}

.ucase {
    text-transform: uppercase;
}

.paint-drops-background {
    background: #ebebeb;
}

ul.green-check {
    padding-left: 0;
}

ul.green-check li {
    list-style: none;
}

ul.green-check li > div {
    background: url('/images/mudrun/green-arrow.jpg') no-repeat;
    padding: 0.5em 0 1em 5em;
}

.red {
    color: #df0001;
}

input[type=email] {
    border-color: #d6d6d6;
    height: 30px;
    color: #000;
    font-size: 1.2em;
    padding: 0.5em 1em 0.5em 0.2em;
    border-radius: 6px;
    border: 2px solid #0000;
    width: 80%;
}

input[type=submit] {
    background: #f4d84b;
    background: -moz-linear-gradient(top, #f4d84b 0%, #f2a501 66%, #f2a501 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4d84b), color-stop(66%,#f2a501), color-stop(100%,#f2a501));
    background: -webkit-linear-gradient(top, #f4d84b 0%,#f2a501 66%,#f2a501 100%);
    background: -o-linear-gradient(top, #f4d84b 0%,#f2a501 66%,#f2a501 100%);
    background: -ms-linear-gradient(top, #f4d84b 0%,#f2a501 66%,#f2a501 100%);
    background: linear-gradient(to bottom, #f4d84b 0%,#f2a501 66%,#f2a501 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d84b', endColorstr='#f2a501',GradientType=0 );
    /border: 2px solid #eda800;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.8em;
    padding: 1em 0.65em;
    color: #272b2f;
    margin: 20px auto 10px;
    line-height: 1.6em;
}

.about {
    width: 80%;
    margin: 2.6em auto;
    border: 1px solid #999;
    padding: 1em;
}

.footer, .footer a:link, .footer a:hover, .footer a:visited {
    color: #999;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {

    .right {
        float: right;
    }

    .left {
        float: left;
    }

    img.right {
        margin-left: 1.5em;
    }

    img.left {
        margin-right: 1.5em;
    }
    .wrapper{
        width: 1036px;
    }

    section {
        width: 880px;
    }

    h2.cursive {
        font-size: 52px;
        line-height: 1.2em;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 26px;
    }

    .img-wrapper {
        position: relative;
        width: 310px;
        height: 309px;
        float: left;
    }

    .img-wrapper > img {
        position: absolute;
        left: -70px;
        max-width: 355px;
    }

    ul.green-check {
        padding-left: 2em;
    }

    input[type=email] {
        width: 380px;
        padding: 0.3em 0.5em;
        height: 50px;
        font-size: 1.8em;
    }

    input[type=submit] {
        border: 1px solid #eda800;
        border-radius: 6px;
        font-size: 1.1em;
        padding: 1em;
    }

}