#container {
    /*width: 900px;*/
}
.clear {
    clear: both;
}
#content {
    text-align: center;
}
#blog_container {
    margin:32px auto 0;
    text-align:left;
    width:890px;
}
.wrapper {
    min-width:890px;
}

#blog_content {
    min-height:350px;
    margin: 0 0 30px 35px;
    padding-right: 11px;
    /*border-right:1px solid #F2F2F2;*/
    float:left;
    width:600px;
}
#blog_sidebar {
    color:#333333;
    float:left;
    padding:1px 0;
    width:180px;
    margin-top: 10px;
    text-align: right;
}
#blog_sidebar img {
    margin-top: 13px;
}

#blog_sidebar img:first-of-type { margin-top: 20px; }

#blog_sidebar h3, .blog_entry h2 a, .blog_entry h2 {
    font: 12px "Times New Roman", serif;
    color:#777;
    font-size:18px;
    font-weight:normal;
    margin:0 0 0 30px;
    padding:0;
}
#blog_sidebar ul {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}
#blog_sidebar li:hover {
    background-color:#F9F9F9;

}
#blog_sidebar li {
    border-top:1px solid #E5E5E5;
    font-size:11px;
    height:25px;
    line-height:25px;
    padding:5px;
    vertical-align:middle;
}
#blog_sidebar li.first {
    border-top: none;
}
#blog_sidebar li a {
    color: #808080;
    text-decoration: none;
}
#blog_sidebar li a:hover {
}
#blog_content h1 {
    color:#7E7E7E;
    font-size:21px;
    font-weight:normal;
    margin:0 0 12px;
    text-transform:uppercase;
}
#blog_content #blog_reply h1 {
    text-transform:none;
}
.blog_entry h2 {
    font-style: normal;
    font-weight: normal;
    color: #000;
    padding: 0;
    margin:0 0 3px;
}
.blog_entry h2 a {
    margin:0;
    color: #000;
    font-size:21px;
    font-weight:normal;
    text-decoration:none;
}
.blog_entry iframe { margin: 5px 0 10px; }
.blog_date {
    color:#979797;
    font-family: "US101Regular", sans-serif;
    font-size:13px;
    letter-spacing: 1px;
}
.blog_url {
    text-align: center;
}
/*.blog_text {
    border-bottom:1px solid #bcbbbb;
}*/
.blog_text p:last-of-type { border-bottom:1px solid #bcbbbb; padding-bottom: 5px; }
.blog_image {
    text-align: left;
    margin: 10px 0;
}
.blog_extrainfo {
    padding: 5px 0;
    font-size: 11px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #666;
}
.blog_extrainfo a {
    color: #0558F7;
    text-decoration: none;
}
.blog_extrainfo a:hover {
    text-decoration: underline;
}
#blog_reply h2 {
    font-size: 14px;
    margin: 10px 0;
}
.reply_row {
    margin: 5px 0;
}
.reply_row label {
    display: block;
    width: 80px;
    float: left;
}
.reply_field input {
    width: 200px;
    border: 1px solid #bfbfbf;
}
.reply_field textarea {
    width: 360px;
    border: 1px solid #bfbfbf;
}
.reply_field, .reply_submit {
    margin-left: 80px;
    width: 360px;
}
.reply_submit {
    text-align: right;
}
#blog_comments h3 {
    padding:5px 0;
    border-bottom: 1px solid #dfdfdf;
}
.comment_item{
    padding: 0px 10px 5px;
    border-bottom: 1px solid #dfdfdf;
}
.blog_url a {
    font-size:12px;
    text-decoration:none;
}
.blog_entry.first {
    padding-top:0px;
    border-top:0px solid #F2F2F2;
    margin-top: 11px;
}
.blog_entry {
    padding:16px 0 9px;
    border-top:1px solid #F2F2F2;
}
#content.blog {
    width:715px;
    margin:0 auto;
    text-align:left;
}

#blog_search {
    background-color:#F9F9F9;
    /*background: url("../images/common/search_bg.jpg") top left no-repeat;*/
    color:#979797;
    margin:0 0 24px 75px;
    float:left;
    width:103px;
    height:17px;
    padding-left:3px;
    font-family: "Times New Roman", serif;
    border:none;
    -moz-box-shadow:inset 2px 2px 1px #e4e4e4;
    -webkit-box-shadow:inset 2px 2px 1px #e4e4e4;
    -o-box-shadow:inset 2px 2px 1px #e4e4e4;
    box-shadow:inset 2px 2px 1px #e4e4e4;
    }

.blog_video_container {
    padding-bottom:25px;
}

.entry-footer {float:left; position:relative; width:100%;}
.entry-footer .comments { float:left;}

#id_name, #id_email, #id_url, #id_comment {
    width:250px;
    height:18px;
    padding:1px;
    border:1px solid #dfdfdf;
}
#id_comment {
    height:80px;
}
table#comment-form th {
    text-align: right;
    font-weight: normal;
}
h4 {
    font-size:12px;
    font-weight:bold;
    margin-top:10px
}
.blog_image_desc {
    text-align:left;
}

