#container {
line-height:140%;
}
#blog_text {
    line-height:18px;
}
.clear {
    clear: both;
}
#blog_container {
    width: 885px;
    margin: 20px auto;
    text-align: left;
}
#blog_content {
    min-height:600px;
    width: 637px;
    float: left;
    color: #ccc;
}
#blog_sidebar {
    padding:17px 0;
    width: 222px; 
}
#blog_sidebar h3 {
    border-top:1px solid #666666;
    color:#FF63B7;
    font-size:13.5pt;
    font-weight:normal;
    margin:23px 10px 0 15px;
    padding:23px 0 0;
}
#blog_sidebar ul {
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: none;
}
#blog_sidebar li {
    margin: 0;
    padding: 0;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
}
#blog_sidebar li.first {
}
#blog_sidebar li a {
    color: #b3b3b3;
    text-decoration: none;
}
#blog_sidebar li a:hover {
    text-decoration: underline;
    color: #FFF;
}
#blog_content h1 {
    font-size: 16px;
    font-style: normal;
    font-weight:normal;
    color: #ddd;
}
.blog_entry h2 {
    font-size: 20px;
    font-style: normal;
    color:#FF63B7;
    padding: 0;
    margin: 20px 0 6px;
    font-weight:normal;
}
.blog_entry h2 a {
    color:#FF63B7;
    text-decoration: none;
}
.blog_entry h2 a:hover {
    text-decoration: underline;
}
.blog_date {
}
.blog_url a {
    text-decoration:none;
    color:#FF63B7;
}
.blog_url a:hover {
    text-decoration:underline;
    color:#FF63B7;
}
input#blog_search {
    background-image:url(/media/images/common/blog_searchbox_corner.jpg);
    background-repeat:no-repeat;
    background-position:bottom right;
    border:0;
    float:left;
    height:15px;
    margin:0 4px 0 12px;
    padding:6px 5px;
    color:#AFAFAF;
    font-size:10pt;
    width:151px;
}
.blog_url {
    background-image:url(/media/images/common/blog_url_corner.jpg);
    background-repeat:no-repeat;
    background-position:bottom right;
    color:#FFF;
    margin:0 0 22px;
    padding:0 0 0 8px;
    line-height:30px;
    text-align: left;
    height: 30px;
    background-color: #3e3e3e; 
}
.blog_image {
    text-align: center;
    margin: 10px 0;
}
.blog_extrainfo {
    padding: 5px 0;
    font-size: 11px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    color: #CCC;
}
.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 #666;
    padding:1em 0;
    margin:0 0 0 10px;
}
.comment_item{
    padding: 0px 10px 5px;
    border-bottom: 1px solid #666;
}
.comment_item h4{
    color: #FF63B7;
    font-weight:  normal;
    font-style: italic;
    margin:10px 0 0;
}
#blogpage {
    width: 900px;
    background-color: #4D4D4D;
    padding-top: 15px;
}
.blog_text {
    margin: 8px;
}
#search_wrapper {
    border-bottom:2px solid #333;
}
#blog_reply input[type="image"] {
    padding:10px 0 0 0 ;
}
    
table#comment-form {
    width:450px;
}
#comment-form input[type="text"], #comment-form textarea {
    padding:5px;
    border:0;
    background-image:url(/media/images/common/contact-form-corner.jpg);
    background-repeat:no-repeat;
    background-position:bottom right;
    width:254px;
}
.comment_date {
    font-size:8pt;
}

.pink {
    color:#FF63B7;
}
