#blog_background
{
    overflow: hidden;
    width: 100%
    height: auto;
    background: #3d4147 url(../images/background.png) repeat-y 50% 0;
}

#main_body .post
{
    width: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

#main_body .post img
{
    margin: 10px;
    margin-left:0px;
    border: solid 1px #f33640;    
    float: left;
}

#main_body .post p 
{
    margin-top: 5px;
    margin-bottom: 10px;
}

div#preview
{
    float: left;
}

#preview img#preview_gravatar
{
    margin-top: 0;
    margin-right 0;
}

#comment_user_info 
{
    line-height: 20px; 
    float:left;  
    width: 50px;
}

.comment_section
{

    margin-left: 20px;
    margin-right: 20px;
}

.comment_section .comment .reply
{
    float: right;
}

.comment_section .comment, .comment_section .comment_current
{
    width: auto;
    border-left: solid 2px white;
    margin: 20px;
    margin-bottom:10px;
    margin-left: 0px;
    padding: 5px;
    padding-left: 5px;
    padding-right: 0px;
    margin-right: 0px;
    overflow: hidden;
    min-width: 50px;
    min-height: 60px;
    background-color:#505359; 
    position:relative;
}

.comment_section .comment .body, .comment_section .comment_current .body
{
    padding-right: 70px;
}

.comment_section .date
{
    float: right;
    margin-right: 75px;
    color: #858a94;
}

.comment_section img
{
   position: absolute;
   top: 0px;
   right: 0px;
   padding: 5px;
}

.comment_section .comment_current
{
    border-left: solid 2px #f33640;
}

.comment_section .comment:hover
{
    border-left: solid 2px #d18546;    
}

DIV.comment_body
{
    margin-top: 5px;
    margin-bottom: 15px;
}

SPAN.comment_author_name
{
  font-weight: bold;  
  color: #d18546;    
}

#reply_thread_expanding_wrap
{
    margin-top: 5px;
    overflow: hidden;
}

#reply_thread
{
    margin-top: -18px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

#right_menu
{
    float: right;
    width: 30%;
    padding-top: 20px;
    overflow: hidden;
}

#right_menu .post
{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: 10px;
}

#right_menu .post .tweet
{
    margin-bottom: 10px;
}

#right_menu .post .tweet .date, .date
{
    color: #858a94;
}

#edit_blog input, #edit_blog textarea
{
    color:  #ffffff;
    background-color:#505359; 
    margin-bottom: 5px;
    border: solid 1px #505359;
    height: 14px;
    font-size: 12px;
    font-weight: normal;
}

#edit_blog .submit
{
    float: right;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    width: auto;
    background-color: #3d4147;
}

#edit_blog .submit:hover
{
    background-color: #d18546;    
}

#edit_blog input:focus, #edit_blog textarea:focus
{
    border: solid 1px #d18546;    
}


#edit_blog #title 
{
    height: 22px;
    color: #d18546;    
}

#edit_blog #body
{
    height: 500px;
    width: 530px;
}

#edit_blog #excerpt
{
    width: 530px;
    height: 100px; 
}

img.sneak_peek
{
    border: white 1px solid;
}

A.comment_delete_button
{
    float: right;
    margin-right: 75px;
}
