﻿/********************/
/* 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
{
}


/********************/
/* all headers      */
/********************/
.eb_post_header,
.eb_post_comments_header,
.eb_post_comments_comment_header,
.eb_post_comments_newComment_header
{
    font-family:verdana, Sans-Serif;
    font-style:italic;
    font-weight:bold;
    font-size:18px;

}


/********************/
/* all contents     */
/********************/
.eb_post_content,
.eb_post_comments_content,
.eb_post_comments_comment_content,
.eb_post_comments_newComment_content
{
}


/**************************/
/* 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
{
    padding-left:10px;
}


/**************************/
/* all new comment values */
/**************************/
.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:80%;
    margin-bottom:5px;
}

.eb_post_comments_newComment_title_value input:focus,
.eb_post_comments_newComment_name_value input:focus,
.eb_post_comments_newComment_email_value input:focus,
.eb_post_comments_newComment_website_value input:focus,
.eb_post_comments_newComment_text_value textarea:focus
{
    background-color:#FDF1D9;
}





/********************/
/* post             */
/********************/

.eb_post_frame
{
    margin-bottom:20px;
    overflow:hidden;
}

.eb_post_header
{
}

.eb_post_content
{
    margin-bottom:20px;
    border-bottom:dashed 2px silver;

}

/* shown instead of eb_post_content when a post is disabled */
.eb_post_content_disabled
{
}

.eb_post_footer
{
}

.eb_post_admin,
.eb_post_comments_comment_admin
{
    font-size:85%;
}

.eb_post_admin_editLink,
.eb_post_admin_deleteLink,
.eb_post_admin_disableLink
{
}




/********************/
/* comments         */
/********************/
.eb_post_comments_frame
{
    margin-top:20px;
}

.eb_post_comments_header
{
}

.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:#FDF1D9;
    padding:5px;
    margin-top:10px;
    border:dashed 1px red;
}

.eb_post_comments_comment_header
{
}

.eb_post_comments_comment_info
{
    font-size:85%;
    font-style:italic;
}

.eb_post_comments_comment_content
{
}


.eb_post_comments_comment_admin_approveLink
{
}

.eb_post_comments_comment_admin_deleteLink
{
}






/***********************/
/* new comment section */
/***********************/
.eb_post_comments_newComment_frame
{
    margin-top:20px;
    border-top:dashed 1px silver;
    padding-top:10px;
}

.eb_post_comments_newComment_header
{
}

.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
{
    margin-top:5px;
}

/***********************/
/* Google Ads          */
/***********************/
.eb_post_GoogleAdOuter
{
    padding:20px 0;
    background:white;
    border:dashed 2px silver;
    margin:10px 0 0;
}

.eb_post_GoggleAdInner
{
    width:468px;
    margin:0 auto;
}
