/********** Main Styles ***********/
#blog_display { background-color: #FFFFFF; }
#blog_name { color: #660000; font-weight: bold; clear: both; font-size: 16px; font-family: Arial; border-bottom: 2px solid #EFEFEF; margin-bottom: 20px; }

.title_bar { float:left; display: inline; color: #FFFFFF; padding-left: 5px; font-size: 16px; }
.blog_message { padding-left: 10px; }
.title_bar_rating { padding-top: 3px; float: right; text-align: left; width: 80px; display: inline; }

/******** Entry Page Navigation ****************/
#entry_nav_container { text-align: center; color: #660000; }
#next_button { display: inline; text-decoration: underline; cursor:pointer; }
#back_button { display: inline; text-decoration: underline; cursor:pointer; }
#back_to_blog_button { display: inline; text-decoration: underline; cursor:pointer; float:right; }
#current_entry_page { width:0px; height:0px; display:none; font-size: 12px; font-family: Arial; padding-top: 5px; }

/********** Comments ***********/
.comment_field { clear: left; width:130px; float:left; }
.comment_error { float: left; color: #FF0000; }
.comment_input input { width:300px; }
.comment_input { float: left;}
.comment_button { text-align: right;  }
.comment_box { width: 653px; margin-left: 10px; border-bottom: 1px solid #EFEFEF; padding-bottom: 10px; font-size: 12px; color: #660000; }
.comment_row { clear: both; }
.comment_title { font-size: 14px;  font-weight: bold; color: #660000; }
.comment_title { padding-top: 5px; font-size: 12px; }
.comment_main_title { font-weight: bold; margin-left: 10px; margin-right: 10px; color: #660000; background-color: #FFF; border-bottom: 1px solid #878C90; }
#entry_comments { cursor: pointer; }

/********** Wrapper Box ***********/
.wrapperBox { padding: 0px; margin: 0px; }
.layout_top { font-family: Arial; font-weight: bold; background-image: url(_config/@blog/templates/red/images/ibox-top-spacer.jpg); background-repeat: repeat-x; height: 30px; }
.layout_main { padding-top: 5px; background-color: #FFFFFF; color: #660000; text-align: left; padding: 0px; margin: 0px; border: 1px solid #660000;}

/********* Comments and Ratings ***********/
#entry_comments { cursor: pointer; }
.blog_message { padding:3px; }
.blog_message p { padding:0px; padding-bottom: 15px; margin: 0px; }
.blog_posted { font-size: 11px; text-align: left;color: #999; padding: 3px;}
.blog_links { float:right; color: #333333; font-size: 11px; }
.blog_links a { font-size: 11px; text-decoration: none; color: #333333; }
.blog_links a:hover {text-decoration: underline; color: #660000; }
.view_comments { text-decoration: underline; color: #ff0000; }