html,
body
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.footer
{
    background: #ddd;
    border-top: 1px solid #aaa;
    color: #666;
    font-size: .75em;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer a
{
    color: #000;
}

.footer .title,
.footer .date
{
    padding: .5em .75em;
    position: relative;
    z-index: 2;
}

.footer .title
{
    float: left;
}

.footer .date
{
    float: right;
}

.footer .navigation_arrows
{
    font-weight: bold;
    line-height: 2.1;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.footer .navigation_arrows span
{
    color: #bbb;
    padding: 0 1em;
}

.posts
{

}

.post
{
    display: table;
    height: 650px;
    padding: 2em 0 4em 0;
    width: 100%;
}

.single_post .post
{
    padding-bottom: 0;
}

.post .post_wrapper
{
    display: table-cell;
    padding-bottom: 3em;
    text-align: center;
    vertical-align: middle;
}

.post .post_contents
{
    display: inline;
    position: relative;
}

.post p
{
    line-height: 1.7;
    margin: 0;
}

.post p a
{
    text-decoration: none;
}

.post p.caption
{
    position: absolute;
    bottom: -56px;
    left: 2px;
    height: 50px;
    font-family: Georgia;
    font-size: .875em;
    font-style: italic;
    padding-right: 230px;
    text-align: left;
}

.post p.caption a
{
    color: #000;
}

.post .time 
{
    position: absolute;
    bottom: -27px;
    right: 5px;
    font-size: .689em;
}

.post .time,
.post .time a
{
    color: #888;
}

.post.horizontal .post_contents
{
    display: block;
    margin: 0 auto;
    width: 700px;
}

.post.horizontal img
{
    float: left;
}

.post.horizontal p
{
    clear: right;
    float: right;
    position: static;
}

.post.horizontal p.caption
{
    padding-right: 0;
}

/*
.post.black { background-color: #000; color: #fff; }
.post.black .time { color: #444; }
.post.white { background-color: #fff; color: #000; }
.post.white .time { color: #888; }
*/

img
{
    border: 0;
    margin: 0 auto;
}

.post img
{
    max-height: 600px !important;
    max-width: 90%;
}

.clear
{
    clear: both;
}

h1
{
    font-weight: normal;
    font-size: 2.5em;
    margin: .5em 0;
}

.month
{
    margin: 0 auto;
    padding-bottom: 40px;
    width: 900px;
}

.month .day
{
    padding: .25em 0;
    position: relative;
}

.month h2
{
    font-size: 83px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: top;
}

.month h2 a
{
    color: #ddd;
    text-decoration: none;
}

.month h2 a:hover
{
    color: #000;
}

.month ul
{
    float: left;
    margin: 0;
    padding: 0;
}

.month li
{
    float: left;
    list-style: none;
    margin: 0 .75em;
    padding: 0;
}

.month li a
{
    float: left;
}

.month li a img
{
    width: 60px;
    height: 60px;
}

.month li a:hover img
{
}