﻿/********************/
/* common           */
/********************/

/* the entire post, including comments, in contained in this div */
.eb_post
{
    padding:10px;
    border:1px solid #E1D6C6;
    background-color:#FDFBF8;
}


/********************/
/* 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
{
    overflow:hidden;
}


/********************/
/* all headers      */
/********************/
.eb_post_header,
.eb_post_comments_header,
.eb_post_comments_comment_header,
.eb_post_comments_newComment_header
{
    padding:5px;
    color:#7D8B5A;
    font-size:1.2em;
}

/*.eb_post_header a, .eb_post_header a:link, .eb_post_header a:visited
{
    color:#7D8B5A;
}*/

/********************/
/* 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
{
}


/**************************/
/* 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%;
    margin-bottom:5px;
}







/********************/
/* post             */
/********************/

.eb_post_frame
{
margin-bottom:30px;
}

.eb_post_header
{
    font-size:1.5em;
    padding-left:45px;
    color:#7D8B5A;
    background:url(bombay_box.gif) no-repeat left;
    line-height:30px;
}

.eb_post_addthis
{
    width:125px; 
    float:right;
}

.eb_post_content
{
    border-top:1px solid #BBC4A3;
    padding-top:10px;
}

/* shown instead of eb_post_content when a post is disabled */
.eb_post_content_disabled
{
}

.eb_post_footer
{

}

.eb_post_admin,
.eb_post_admin_editLink,
.eb_post_admin_deleteLink,
.eb_post_admin_disableLink
{
    font-size:90%;
}






/********************/
/* comments         */
/********************/
.eb_post_comments_frame
{
    margin-top:10px;
    border-top:1px solid #E1D6C6;
}

.eb_post_comments_header
{
    border-bottom:1px solid #E1D6C6;
}

.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-top:10px;
}

.eb_post_comments_comment_frame_unapproved
{
    background-color:#F3F6ED;
    padding:5px;
    margin:10px 0;
}

.eb_post_comments_comment_header
{
}

.eb_post_comments_comment_info
{
    font-family:Arial, helvetica, Sans-Serif;
}

.eb_post_comments_comment_content
{
    font-family:Arial, helvetica, Sans-Serif;
    padding:5px 0;
}

.eb_post_comments_comment_admin,
.eb_post_comments_comment_admin_approveLink,
.eb_post_comments_comment_admin_deleteLink
{
    font-size:90%;
}






/***********************/
/* new comment section */
/***********************/
.eb_post_comments_newComment_frame
{
}

.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_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;
}