﻿*
{
    margin: 0px;
    padding: 0px;
}
body
{
    text-align: center;
    font-family:"Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
    font-size:13px;
}
canvas.bl_n_w
{
    display: block;
}
        
div.canvas_holder
{
    z-index: 3;
}
        
div.post_info_container_photo
{
    position: absolute;
    left: 0px;
    bottom: 0px; /*background-color:#EEE;*/
    display: none;
    margin: 0px;
    padding: 0px;
}
        
div.post_info
{
    z-index: 10;
    margin: 0px;
    padding: 0px;
    background-image: url("http://static.tumblr.com/zqfmpxs/t85m6c7vy/info_bg.png");
    width: 500px;
    left: 0px;
    min-height: 40px;
    bottom: 0px;
    color: Black;
}
        
div.post
{
    position: relative;
    padding: 0px;
    width: 500px;
}
div.post img
{
    margin: 0px;
    border: none;
    display: block;
}
        
div.copy
{
    padding:5px;
}
        
div.blog_element
{
    width: 500px;
    margin: 0px;
    margin-bottom: 20px;
    background-color: #FFF;
    padding: 5px;
}
div#blocks_container
{
    width: 1040px;
    text-align: left;
    position: relative;
    margin: 0px auto;
}
div#blocks_container_left
{
    width: 500px;
    position: absolute;
    top: 0px;
    left: 0px;
}
div#blocks_container_right
{
    width: 500px;
    position: absolute;
    top: 0px;
    right: 0px;
}
div#posts_jail
{
    display: none;
}
        
div.post_info_left, div.post_info_right
{
    display:inline-block;
    padding:5px;
}
        
div.post_info_left
{
    text-align:left;
    width:400px;
}
        
div.post_info_right
{
    vertical-align:top;
    text-align:right;
    width:70px;
}
        
div.caption
{
    margin-top:3px;
    margin-bottom:3px;
}
        
    span.tag_comma :last
    {
        display:none;
    }
        
a
{
    color:#113438;
}
        
a:hover
{
    color:#255E58;
}
        
a.Permalink
{

}
        
        
div.post_info_container_photo div.post_info
{
    min-height:100px;
}

div#blog_title
{
    margin-top:70px;
    margin-bottom:95px;
    vertical-align:middle;
    text-align:right;
	padding-right:40px;
    font-size:30px;
    font-family:Georgia;
}

div#blog_description
{
    font-family:Georgia;
    position:absolute;
    right:10px;
    top:110px;
    width:135px;
    text-align:left;
    z-index:3;
}

div#user_photo_container
{
    position:fixed;
    top:20px;
    left:20px;
    z-index:10;
}

div#back_to_top
{
    cursor:pointer;
    width:20px;
    text-align:center;
    position:fixed;
    top:40px;
    left:82px;
    z-index:10;
}

div#posts
{
    margin: 0px auto;
    margin-bottom:50px;
    width:500px;
}

div#PermalinkPagination
{
    margin:10px;
}

div#post_notes
{
    width:500px;
    text-align:left;
}

div#post_notes img
{
    display:inline;
}

div#blog_links
{
    font-family:Georgia;
    position:absolute;
    right:3px;
    top:30px;
    text-align:left;
    z-index:3;
}