p {
    margin:7px 0;
}

#container {
    /*width: 900px;*/
}
.clear {
    clear: both;
}
#content {
    text-align: center;
}
#blog_container {
    padding:15px;
    width: 885px;
    margin: 0px auto;
    text-align: left;
}
#blog_sidebar {
    float:left;
    color: #333;
    padding: 1px 0;
    width: 156px;
}
#blog_sidebar h3 {
    margin: 12px 0 12px 30px;
    padding: 0;
}
#blog_sidebar ul {
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: none;
}
#blog_sidebar li {
    margin: 0;
    padding: 0;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    vertical-align: middle;
    border-top: 1px solid #dfdfdf;
}
#blog_sidebar li.first {
    border-top: none;
}
#blog_sidebar li a {
    color: #333;
    text-decoration: none;
}
#blog_sidebar li a:hover {
    text-decoration: underline;
}
#blog_content h1 {
    font-size: 16px;
    font-style: normal;
    color: #333;
}
.blog_entry h2 {
    font-weight:normal;
    font-size: 20px;
    font-style: normal;
    color: #333;
    padding: 0;
    margin: 6px 0;
}
.blog_entry h2 a {
    color: #333;
    text-decoration: none;
}
.blog_entry h2 a:hover {
    text-decoration: underline;
}
.blog_date {
    color: #666;
}
.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 #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 {
    border-bottom: 1px solid #dfdfdf;
}
.comment_item{
    padding: 0px 10px 5px;
    border-bottom: 1px solid #dfdfdf;
}
.blog_text {
    color:#797979;
}
.blog_image_caption {
    text-align:center;
    color:#797979;
    margin-bottom:20px;
}
.blog_image_title {
    text-align:center;
    font-weight:bold;
    color:#797979;
    font-size:10pt;
}
.blog_text a {
    color:#00612B;
    text-decoration:underline;
}
.blog_video {
    text-align:left;
}

