﻿/********************/
/* common           */
/********************/

/* the entire post, including comments, in contained in this div */
.eb_post
{
}


/********************/
/* all frames       */
/********************/
.eb_post_frame,
.eb_post_comments_frame,
.eb_post_comments_frame,
.eb_post_comments_comment_frame,
.eb_post_comments_comment_frame_unapproved,
.eb_post_comments_newComment_frame
{
    margin-bottom:20px;
    background-color:White;
    /*border-bottom:solid thick #F5F1CB;*/
}


/********************/
/* all headers      */
/********************/
.eb_post_header,
.eb_post_comments_header,
.eb_post_comments_comment_header,
.eb_post_comments_newComment_header
{
    padding-left:10px;
    padding-right:10px;
    font-weight:bold;
}


/********************/
/* all contents     */
/********************/
.eb_post_content,
.eb_post_comments_content,
.eb_post_comments_comment_content,
.eb_post_comments_newComment_content
{
    padding:10px 10px;
}


/**************************/
/* all new comment labels */
/**************************/
.eb_post_comments_newComment_title_label,
.eb_post_comments_newComment_name_label,
.eb_post_comments_newComment_email_label,
.eb_post_comments_newComment_website_label,
.eb_post_comments_newComment_text_label
{
}


/**************************/
/* all new comment values */
/**************************/
.eb_post_comments_newComment_title_value,
.eb_post_comments_newComment_name_value,
.eb_post_comments_newComment_email_value,
.eb_post_comments_newComment_website_value,
.eb_post_comments_newComment_text_value
{
}







/********************/
/* post             */
/********************/

.eb_post_frame
{
}

.eb_post_header
{
    border-top: solid 6px #F5F1CB;
    background:#83230D;
    font-size:16px;
    font-weight: bold;
    text-transform:uppercase;
    line-height:36px;
    padding-left:10px;
    color:#E7E4C6;
}

.eb_post_header a,
.eb_post_header a:link,
.eb_post_header a:visited {color:#E7E4C6;}

.eb_post_header a:hover {color:#F5F1CB;}

.eb_post_addthis
{
    width:125px; 
    float:right;
}

.eb_post_content
{
    color:Black;
}

/* shown instead of eb_post_content when a post is disabled */
.eb_post_content_disabled
{
}

.eb_post_footer
{
    margin-top:20px;
    border-top:solid thin #F5F1CB;
    padding:5px 10px;
    background:#F2F2F0;
}

.eb_post_admin
{
    padding:5px 10px;
    background:#F2F2F0;
}

.eb_post_admin_editLink
{
}

.eb_post_admin_deleteLink
{
}

.eb_post_admin_disableLink
{
}






/********************/
/* comments         */
/********************/
.eb_post_comments_frame
{
}

.eb_post_comments_header
{
    margin-top:20px;
}

.eb_post_comments_content
{
}






/********************/
/* each comment     */
/********************/
/*
    If the blog is configured to moderate comments, unapproved comments are not shown.
        "eb_post_comments_comment_frame" is used for approved comments.
        "eb_post_comments_comment_frame_unapproved" is used for unapproved comments.
    You do not need to worry about visibility - that is handled by the code.
*/
.eb_post_comments_comment_frame
{
}

.eb_post_comments_comment_frame_unapproved
{
    background-color:#ECECEC;
    margin:4px;
    border:solid 1px #83230D;
}

.eb_post_comments_comment_header
{
}

.eb_post_comments_comment_info
{
}

.eb_post_comments_comment_content
{
}

.eb_post_comments_comment_admin
{
    padding:5px 10px;
}

.eb_post_comments_comment_admin_approveLink
{
}

.eb_post_comments_comment_admin_deleteLink
{
}






/***********************/
/* new comment section */
/***********************/
.eb_post_comments_newComment_frame
{
    border-top:solid 6px #F5F1CB;
    padding-top:5px;
}

.eb_post_comments_newComment_header
{
    padding-left:20px;
    font-style:italic;
}

.eb_post_comments_newComment_content
{
}

.eb_post_comments_newComment_title_label
{
}

.eb_post_comments_newComment_title_value
{
}

.eb_post_comments_newComment_name_label
{
}

.eb_post_comments_newComment_name_value
{
}

.eb_post_comments_newComment_email_label
{
}

.eb_post_comments_newComment_email_value
{
}

.eb_post_comments_newComment_website_label
{
}

.eb_post_comments_newComment_website_value
{
}

.eb_post_comments_newComment_text_label
{
}

.eb_post_comments_newComment_text_value
{
}

.eb_post_comments_newComment_submitButton
{
}

.eb_post_comments_newComment_title_value input,
.eb_post_comments_newComment_name_value input,
.eb_post_comments_newComment_email_value input,
.eb_post_comments_newComment_website_value input,
.eb_post_comments_newComment_text_value textarea
{
    width:70%;
    margin-bottom:5px;
}

/***********************/
/* Google Ads          */
/***********************/
.eb_post_GoogleAdOuter
{
    padding:20px 0;
}

.eb_post_GoggleAdInner
{
    width:468px;
    margin:0 auto;
}
