#blog_container {
    background: url('../../images/style/content-right-bg.gif') top right repeat-y;
}
#blog_sidebar {
    float: right;
    width: 154px;
    padding:  0 0 0 20px;
}
#blog_sidebar .blogarchive_list {
    margin-bottom: 20px;
}
#blog_sidebar .blogcategory_list {
    margin-bottom: 20px;
}
.blogarchive_list a, .blogcategory_list a {
    font-weight: normal;
    color: #8ba9c0;
}
#blog_content{
    margin-left: 0;
    padding-left: 0;
    float: left;
    width: 740px;
    margin-right: 0px;
    padding-right: 0px;
}
.blog_entry {
    margin-bottom: 20px;
}
.blog_entry .blog_date {
    color:#8BA9C0;
    font-size:10px;
    text-transform:uppercase;
}
.blog_entry .title {
    margin-top: 0;
    font-size: 1.67em;
    text-transform: none;
}
.blog_entry .title a {
    color: #755d50;
}
.blog_comments_url {
    text-align: center;
}
.blog_images, .blog_videos {
    text-align: center;
}
.blog_video, .blog_image {
    margin: 0 auto 10px;
}
.blog_image img {
    padding: 5px;
    background: #f5f5f5;
}
#blog_comments, #blog_reply {
    border-top: 1px solid #F2F2F2;
}
#blog_reply h2 {
    margin-top: 10px;
}
#comment-form th {
    text-align: right;
    font-weight: normal;
    vertical-align: middle;
}
#id_name, #id_email, #id_url, #id_comment {
    border:1px solid #DFDFDF;
    height:18px;
    padding:1px;
    width:315px;
}
#id_comment {
    height: 80px;
}
