﻿/********************/
/* common           */
/********************/

/* the entire post, including comments, in contained in this div */
.eb_post
{
}

.eb_post a
{
    text-decoration:none;
    color:Blue;
}

.eb_post a:hover
{
    text-decoration:underline;
}


/********************/
/* 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
{
}


/********************/
/* 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
{
    font-weight:bold;
}


/**************************/
/* 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
{
}

.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 input
{
    width:80%;
}








/********************/
/* post             */
/********************/
.eb_post_frame
{
    border:ridge 2px #fff;
    margin-bottom: 30px;
}

.eb_post_header
{
    border-bottom:solid 1px #cacaca;
    font-size:20px;
    padding: 5px;
    font-weight:bold;
}

.eb_post_addthis
{
    width:125px; 
    float:right;
}

.eb_post_content
{
    padding:10px;
    overflow:hidden;
}

/* shown instead of eb_post_content when a post is disabled */
.eb_post_content_disabled
{
    text-align:center;
    font-weight:bold;
    padding:5px;
}

.eb_post_footer
{
    border-top: solid 1px #cacaca;
    /*border-bottom: solid 1px #cacaca;*/
    padding:5px;
}

.eb_post_admin
{
    margin-top: 10px;
    border-top: dashed 1px #cacaca;
    text-align:right;
    padding:5px;
}

.eb_post_admin_editLink
{
}

.eb_post_admin_deleteLink
{
}

.eb_post_admin_disableLink
{
}







/********************/
/* comments         */
/********************/
.eb_post_comments_frame
{
    margin-top:10px;
    border-top: solid 1px #cacaca;
}

.eb_post_comments_header
{
    font-size:20px;
    color: #f60;
    font-weight:bold;
}

.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
{
    margin: 5px 10px;
}

.eb_post_comments_comment_frame_unapproved
{
    margin: 5px 10px;
    background-color: #DDD;
    padding-bottom:1px;
}

.eb_post_comments_comment_header
{
    font-size:20px;
    font-weight:bold;
}

.eb_post_comments_comment_info
{
    font-style:italic;
}

.eb_post_comments_comment_content
{
    margin-top: 10px;
}

.eb_post_comments_comment_admin
{
    margin: 10px;
    padding: 5px;
    border: solid 1px #000;
    background-color: #FFFF99;
    text-align:right;
}

.eb_post_comments_comment_admin_approveLink
{
}

.eb_post_comments_comment_admin_deleteLink
{
}






/***********************/
/* new comment section */
/***********************/
.eb_post_comments_newComment_frame
{
    margin-top:10px;
    border-top: solid 1px #cacaca;
}

.eb_post_comments_newComment_header
{
    font-size:20px;
    color: #f60;
    font-weight:bold;
}

.eb_post_comments_newComment_content
{
    padding: 5px;
}

.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_text_value textarea
{
    width: 80%;
}

.eb_post_comments_newComment_submitButton
{
}

/***********************/
/* Google Ads          */
/***********************/
.eb_post_GoogleAdOuter
{
    padding:20px 0;
}

.eb_post_GoggleAdInner
{
    width:468px;
    margin:0 auto;
}
