/* GENERAL PAGE STYLE */

body{
    background:#121212;
    color:#f2e9e4;
    font-family: Georgia, "Times New Roman", serif;
    margin:20;
    line-height:1.8;
}


/* MAIN CONTENT AREA */

.site{
    max-width:850px;
    margin:auto;
    padding:70px 50px;
}


/* TITLE */

h1{
    font-size:56px;
    font-weight:normal;
    color:#ff7a59;
    margin-bottom:10px;
}


/* TAGLINE */

.tagline{
    color:#b08968;
    font-style:italic;
    margin-bottom:60px;
    max-width:600px;
}


/* SECTION TITLES */

h2{
    font-weight:normal;
    margin-bottom:30px;
}


/* POST PREVIEW */

article{
    margin-bottom:45px;
}

h3{
    font-weight:normal;
    font-size:28px;
    margin-bottom:8px;
}


/* LINKS */

a{
    color:#ff7a59;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}


/* PARAGRAPH SPACING */

p{
    margin-bottom:22px;
}


/* DATE TEXT */

.date{
    color:#8a7a6a;
    font-size:14px;
    margin-bottom:30px;
}


/* HORIZONTAL DIVIDER */

hr{
    border:0;
    height:1px;
    background:#2a2a2a;
    margin:40px 0;
}


/* FOOTER */

footer{
    margin-top:80px;
    color:#777;
    font-size:14px;
}


/* BLOG POST BODY */

.post-content{
    max-width:720px;
}


/* OPTIONAL DROP CAP (magazine style opening letter) */

.post-content p:first-of-type::first-letter{
    float:left;
    font-size:60px;
    line-height:0.9;
    padding-right:8px;
    color:#ff7a59;
}
