/* Generic
==================== */

html,
body {
    height: 99%;
}

body {
    font-size: 18px;
    line-height: 1.4;
    font-family:'Serif'; 
    background-color: #eee; 
    color: #3A4145;
}

.container {
    max-width: 580px;
}

a {
    color: #3394CE;
}

blockquote {
    border-left: 5px solid lightgray;
}

.twitter-tweet-rendered {
    margin: auto;
}

img.txt {
    float: left;
    padding: 10px 10px 10px 0px;
    display: block;
}

.post img {
    display: block;
    margin: auto;
    max-width: 90%;
}

#wrapper {
    height: auto;
    min-height: 100%;
    margin-bottom: -60px;
    padding-bottom: 80px;
}


#footer {
    font-size: 0.8em;
    background: #E6E6E6 none repeat scroll 0% 0%;
    border-top: 1px solid #DDD;
    height: 60px;
    text-align: center;
    padding: 20px 0px;
}

a:hover,
a:active,
a:visited {
    color: #3394CE; 
    text-decoration: underline;
}

a.text-muted {
    color: #555;
}

.avatar {
    margin: auto;
    max-width: 120px;
    margin-top: 20px;
}

.home-bio {
    /* text-align: center; */
    margin-top: 10px;
}

.lead {
    padding-left: 10px;
    margin-bottom: 10px;
}

.post-title {
    margin-top: -10px;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Sans-Serif'; 
    color: #2E2E2E;
}

h1 {
    font-size: 5rem;
    letter-spacing: -2px;
    text-indent: -3px;
}

h3.navbar {
    font-size: 2rem;
    letter-spacing: 0px;
    text-indent: 0px;
}


h2 {
    font-size: 3.6rem;
    letter-spacing: -1px;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 2rem;
}

