#container {
}
.clear {
    clear: both;
}
#blog_container {
    width: 885px;
    margin: 20px auto;
    text-align: left;
}
#blog_content {
    width: 605px;
    float: left;
    padding: 10px 15px;
    color: #ccc;
    margin: 0 10px 10px;
}
#blog_sidebar {
    /*color: #333;*/
}
#blog_sidebar h3 {
    margin: 12px 0 12px 30px;
    padding: 0;
    color: #00A0C6;
    text-transform: uppercase;
    font-size: 15px;
}
#blog_sidebar ul {
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: none;
}
#blog_sidebar li {
    margin: 0;
    padding: 0 0 0 15px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    background: transparent url(/media/images/common/plus-bg.gif) center left no-repeat;
}
#blog_sidebar li.first {
}
#blog_sidebar li a {
    color: #b3b3b3;
    text-decoration: none;
}
#blog_sidebar li a:hover {
    text-decoration: underline;
    color: #FF7F00;
}
#blog_content h1 {
    font-size: 16px;
    font-style: normal;
    color: #ddd;
}
.blog_entry h2 {
    font-size: 20px;
    font-style: normal;
    color: #00A0C6;
    padding: 0;
    margin: 12px 0 0 0;
}
.blog_entry h2 a {
    color: #00a0c6;
    text-decoration: none;
}
.blog_entry h2 a:hover {
    text-decoration: underline;
}
.blog_date {
    color: #ff7f00;
}
.blog_url {
    text-align: center;
}
.blog_image {
    text-align: center;
    margin: 10px 0;
}
.blog_extrainfo {
    padding: 5px 0;
    font-size: 11px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    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: 10px 0;
}
.reply_row label {
    display: block;
    width: 80px;
    float: left;
}
.reply_field input {
    width: 200px;
    border: 1px solid #999;
}
.reply_field textarea {
    width: 360px;
    border: 1px solid #999;
}
.reply_field {
    /*margin-left: 80px;*/
    float: left;
    width: 360px;
}
.reply_submit {
    margin-top: 5px;
    float: left;
    width: 440px;
    text-align: right;
}
#blog_comments h3 {
    border-bottom: 1px solid #333333;
    color: #00A0C6;
}
.comment_item{
    padding: 0px 10px 5px;
    border-bottom: 1px solid #333333;
}
.comment_item h4{
    color: #FF7F00;
    font-weight:  normal;
    font-style: italic;
}

