#container {
    /*width: 900px;*/
}
.clear {
    clear: both;
}
#content {
    text-align: center;
}
#blog_container {
    margin:0 auto;
    text-align:left;
    width:980px;
}
#blog_content {
    margin-bottom:30px;
    padding-right:45px;
    border-right:1px solid #F2F2F2;
    float:left;
    width:740px;
}
#blog_sidebar {
    color:#333333;
    float:left;
    padding:1px 0;
    width:150px;
}
#blog_sidebar h3 {
    font-size:18px;
    font-weight:normal;
    margin:0 0 0 30px;
    padding:0;
}
#blog_sidebar ul {
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: none;
}
#blog_sidebar li {
    font-size:11px;
    height:18px;
    line-height:28px;
    margin:0;
    padding:0;
    vertical-align:middle;
}
#blog_sidebar li.first {
    border-top: none;
}
#blog_sidebar li a {
    white-space:nowrap;
    color: #808080;
    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-size: 28px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    color: #000;
    padding: 0;
    margin: 12px 0 0 0;
}
.blog_entry h2 a {
    color: #000;
    text-decoration: none;
    line-height: 1.1em;
}
.blog_date {
    color:#EB008B;
    font-size:12px;
}
.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_url a {
    color:#EB008B;
    font-size:12px;
    text-decoration:none;
}
.blog_entry.first {
    border-top:0px solid #F2F2F2;
}
.blog_entry {
    padding:16px 0 9px;
    border-top:1px solid #F2F2F2;
}
#content.blog {
    margin:0 auto;
    text-align:left;
    width:980px;
}
/* Footer Stick Chunk */
html, body {
    height: 100%;
}
html {
    overflow:auto;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
}
/* End Footer Stick Chunk */


