#blog_sidebar {
    background:#EFEFEF url(/static/images/common/right_sidebar_cap.gif) no-repeat scroll 0 0;
    border-left:1px solid #CCCCCC;
    float:right;
    margin:20px 0 40px;
    width:201px;
    padding:0 9px;
}
#blog_sidebar .blogarchive_list {
    margin-bottom: 30px;
}
#blog_sidebar .blogcategory_list {
    margin-bottom: 20px;
}
.blogarchive_list a:hover, .blogcategory_list a:hover {
    color: #333;
}
.blogarchive_list a, .blogcategory_list a {
    font-weight: normal;
    color: #333;
}
#blog_content{
    margin-left: 0;
    padding-left: 0;
    margin-right: 240px;
    padding-right: 30px;
}
.blog_entry {
    border-top:1px solid #CCCCCC;
    margin-bottom:30px;
    padding-top:30px;
}
.blog_entry.first {
    border-top:0px solid #CCCCCC;
}
.blog_entry .blog_date {
    color: #666666;
    margin-bottom:5px;
}
.blog_entry h2 {
    margin-top: 0;
}
.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;
}
#content {
    width:970px;
}
#blog_content { color:#666; }
#blog_content a {
    color:#017ad0;
}
#blog_content h2.title a {
    color:#333;
    text-decoration:none;
    font-weight:normal;
}
.blog_comments_url a {
    text-decoration:none;
}
.blog_comments_url a:hover {
    text-decoration:underline;
}
#blog_sidebar h1 {
    background:transparent url(/static/images/common/blog_cat_bg.jpg) repeat-x scroll 0 0;
    border:1px solid #E5E5E5;
    color: #333333;
    font-size:12pt;
    font-weight:normal;
    line-height:38px;
    padding-left:10px;
    margin:0.67em 0 0;
}
h1#blog_heading {
    background:transparent url(/static/images/common/blog_heading_bg.jpg) no-repeat scroll 0 0;
    border:0 none;
    font-weight:normal;
    font-size:12pt;
    height:12px;
}
h1#blog_heading span {
    display:block;
    height:0;
    overflow:hidden;
}
#blog_sidebar .titlelink {
    line-height:32px;
    text-decoration:none;
    display:block;
    background:#EFEFEF;
    border-bottom:1px solid #E5E5E5;
    padding:0 0 0 10px;
}
#blog_sidebar .last .titlelink {
    border-bottom:0 none;
}
#blog_sidebar .titlelink:hover {
    background:#EAEAEA;
}
#rss_icon {
    float:right;
    margin:11px 9px 0 0;
}
.blogimage_desc {
    display:block;
    font-size:8pt;
    margin-top: 5px;
    line-height:135%;
}
.blog_title_month {
    margin-bottom:0;
}
#social_links {
    text-align:center;
    margin:10px 0;
    padding:10px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
}
