#container {
    background: transparent url('/static/blog/images/content_bg.png') 47px 0 no-repeat;
}
h1.title {
    display: none;
}
#blog_sidebar {
    float: right;
    width:230px;
}
#blog_sidebar h1 {
    font-size: 18px;
    margin: 0;
}
#blog_sidebar .blogarchive_list {
    margin-bottom: 30px;
}
#blog_sidebar .blogcategory_list {
    margin-bottom: 20px;
}
.blogarchive_list a, .blogcategory_list a {
    font-weight: normal;
    color: #4d4d4d;
}
.sidebar .menus {
    padding-left: 30px;
}
#sidebar_ctas {
    margin: 30px 0;
}
#blog_container {
    padding-top: 70px;
    background: transparent url('/static/blog/images/bar_bg.png') top left repeat-y;
}
#blog_content{
    margin-left: 0;
    padding-left: 0;
    margin-right:275px;
    padding-right: 30px;
}
.blog_entry {
    margin-bottom: 20px;
}
.blog_entry .blog_date {
    color: #666666;
    font-size: 11px;
}
.blog_entry h2 {
    margin: 0;
    font-size: 18px;
}
.blog_entry h2 a {
    color: #333333;
}
.blog_comments_url {
    text-align: center;
}
.blog_images, .blog_videos {
    text-align: center;
}
.blog_video, .blog_image {
    margin: 0 auto 10px;
}
#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;
}
