/* CSS Document */

/* WEBSITE Stylesheet */

/**********
NINJOE BLOG
**********/

div#layer_ninjoe_blog
{
	vertical-align:top;
}

div#layer_list_blog_post
{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	margin-top:10px;
	min-height:330px;
}

.single_blog_post
{
	margin-bottom:15px;
}

.single_blog_post_timestamp
{
	float:left;
	color:purple;
}

.single_blog_post_title
{
	color:black;
	text-align:left;
	margin-left:78px;
	margin-bottom:3px;
}

.single_blog_post_content
{
	margin-left:0px;
	text-align:left;
	border-bottom:2px dotted purple;
	border-left:2px dotted purple;
	padding-bottom:4px;
	padding-left:4px;
	background-color:#de66dd;
	color:white;
	min-height:100px;
}

/**********
NINJOE BLOG COMMENTS AREA
**********/

.single_blog_post_comments_summary
{
	border-bottom:2px dotted purple;
	border-left:2px dotted purple;
	border-right:2px dotted purple;	
	cursor:pointer;
	color:white;
	background-color:purple;
}

div#layer_blog_post_comments_area
{
	border-bottom:2px dotted purple;
	border-left:2px dotted purple;
	border-right:2px dotted purple;		
}

div#layer_message_comments_area
{
	margin-bottom:6px;
	font-size:12px;
	font-weight:bold;
}

/**********
NINJOE BLOG COMMENTS LIST
**********/
.layer_single_blog_comment
{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	font-style:italic;
}

.single_blog_comment_timestamp
{
	float:left;
	color:purple;
}

.single_blog_comment_nickname
{
	color:black;
	text-align:left;
	margin-left:78px;
	margin-bottom:3px;
	font-weight:bold;
}

.single_blog_comment_content
{
	color:black;
	text-align:right;
}

.single_blog_comment_timestamp_nickname_text
{
	font-weight:normal;
}

/**********
NINJOE BLOG COMMENTS INPUT
**********/
div#layer_input_blog_comment
{
	margin-bottom:5px;
	width:452px;
	padding:2px;
}

div#layer_title_blog_comment
{
	font-weight:bold;
	font-size:14px;
	color:purple;
	margin-bottom:6px;
}

div#layer_nickname_blog_comment
{
	margin-bottom:5px;
}

.label_blog_comment_input
{
}

input#nickname_blog_comment
{
}

div#layer_post_content_blog_comment
{
	margin-bottom:5px;
}

textarea#post_content_blog_comment
{
}