#headerbanner {
    display: block;
    position: relative;
    top: 2em;
    clear: left;
    height: 36px;
    width: 74px;
    background-image: url("/static/blog/images/header_blog.png");
    background-repeat: no-repeat;
}

#blog_sidebar, #blog_search {
    float: right;
}

#blog_reply form { /* search */
    padding: 18px;
    width: 244px; /* 280px - 2*18px padding */
}

#blog_sidebar {
    background: #f7f7f7;
    width: 280px;
    clear: right;
    margin-top: 50px;
}

#blog_sidebar h1, #blog_sidebar div, #blog_sidebar ul, #blog_sidebar ol {
    padding: 0 18px;
}
#blog_sidebar .blogarchive_list {
    margin-bottom: 30px;
}
#blog_sidebar .blogcategory_list {
    margin-bottom: 20px;
}
#blog_content{
    margin-left: 0;
    padding-left: 0;
    margin-right: 300px;
    padding-right: 30px;
    border-right: 1px solid #DDD;
}

.blog_entry.first { border: none; padding-top: 0; }

#blog_content a {
    border-bottom: 1px solid #98b7e3;
}

.blog_entry h2 {
    margin: 0;
    font-size: 1.5em;
}
#blog_content .blog_entry h2 a {
    color: #5d5d5d;
    font-weight: bold;
    border: none;
}
.blog_entry {
    margin-bottom: 20px;
    border-top: 1px solid #DDD;
    padding: 2em 0;
}
.blog_entry .blog_date {
    color: #3767b1;
}

.blog_comments_url {
    text-align: center;
}
.blog_images, .blog_videos {
    text-align: center;
}
.blog_video, .blog_image {
    margin: 0 auto 10px;
}
.blog_extrainfo {
    padding: 1em 0;
}
#blog_comments, #blog_reply, .blog_extrainfo {
    border-top: 1px solid #e3e3e3;
}
#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;
}

#blog_container .blogarchive_list, #blog_container .blogcategory_list {
    list-style: url("/static/images/style/r_arrow.png") none outside;
    margin: 0 18px;
}

#searchtext {
    border: 1px solid #bbb;
    padding: 6px 0;
    vertical-align: middle;
    height: 14px;
    width: 150px;
}

#searchtext:focus {
    border: 1px solid #777;
}

#searchbutton { vertical-align: middle; }

.blog_flip {
    margin: 1em 0 2em;
    height: 1em; /* prevent need for div class="clear" */
}
.blog_flip .prev { float: left; }
.blog_flip .next { float: right; }

.reqfield {
    font-style: italic;
    float: left;
}

#submit_btn {
    display: block;
    float: right;
}

#blog_home, #blog_sidebar .rss {
    margin-top: 1em;
}


