div.blog_post_wrapper {
	padding-bottom: 25px;
}

div.blog_post_head {    
    background: url(../images/post-head.png) no-repeat;
    
    width: 609px;
    height: 48px;
    
    display: table-cell;
    vertical-align: middle;
    
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 3px;
    
    cursor: pointer;
}

    div.blog_post_head a {
        font-size: 10pt;
        font-weight: bold;
        
        color: #000000;
        text-shadow: 1px 0px 1px #ffffff;
        background: none;
    }
    
div.blog_post_meta {
    padding-left: 15px;
    padding-right: 15px;
    
    width: 609px;
    
    color: #787878;
    font-size: 8pt;
}

div.blog_post_meta_single {
    color: #787878;
    font-size: 8pt;
    margin-bottom: 16px;
}

div.blog_post_content {
    margin-top: 8px;
    
    padding-left: 15px;
    padding-right: 15px;
    
    width: 609px;
}


div.comment_wrap {
    background: #f4f4f4;
    
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    
    box-shadow: 0px 0px 12px #e8e8e8;
    -moz-box-shadow: 0px 0px 12px #e8e8e8;
    -webkit-box-shadow: 0px 0px 12px #e8e8e8;
    
    border: 1px solid #dadada;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.comment_title h4 {
	padding-top: 0px !important;
}
    
div.comment_meta {
	font-size: 8pt;
	color: #676767;
}

div.message_info h3, div.message_warning h3 {
	padding-top: 0 !important;
	font-size: 10pt;
	text-shadow: none;
}

div.message_info, div.message_warning {
	font-size: 9pt;
}