body {
    background: url(../../img/scribble_light.png);
    padding-top: 40px;
/*    font-family: 'PT Serif', serif; */
    font-weight: 200 !important;
    letter-spacing: 0.3px;
}

/*
p, li, .alert {
    font-size: 16px;
    line-height: 1.8em;
}
    */


.hero-unit { border-radius: 0px; }

.banner {
    background-color: white;
    background-image: url(../../img/banner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    color: white;
    margin-bottom: 30px;
}

.banner h1 {
    color: white;
    text-shadow: black 3px 3px 0px;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #537A43;
}

h2, h3 {
    font-size: 18pt;
    color: #9DA638;
    letter-spacing: -1px;
}

h3 {
    font-size: 14pt;
    color: #9DA638;
    letter-spacing: -1px;
}

.main {
    background-color: white;
    width: 1040px;
    margin: 0px auto;
    overflow: auto;
    padding-bottom: 50px;
}
.navbar { }

.social-btn {
    width: 180px;
    text-align: left;
    padding: 10px;
}

[class^="icon-"] {
    vertical-align: baseline;
}

/* Undo some default Bootstrap silliness */
.navbar-inner .container { width:960px; }

pre {
    overflow: auto;
    white-space: pre;
    padding: 0.5em 1em !important;
    border: solid 1px #ccc !important;
}

.tumblr-content img {
    max-width: 300px;
}

.date {
    margin-top: -0.5em;
    font-weight: bold;
    color: #AAA;
}

.post-content {
    margin: 2em 0;
}

blockquote p {
    font-size: inherit;
    line-height: inherit;
    margin: 0.8em 0;
}
