


.blog_write h3
{
color: #424242;
font-weight: bold;
}

.blog_write a
{
text-decoration: underline;
}

.blog_search
{
margin: 0px 0px 20px 0px;
}

	.blog_search h3
	{
	color: #424242;
	font-weight: bold;
	}

.blog_article
{
border: 1px dotted #f1e6d0;	
padding: 2px 10px 10px 10px;
margin: 10px;
}

	.blog_article h2
	{
	font-weight: bold;
	font-size: 14px;
	}
	
	.blog_article h3
	{
	font-weight: bold;
	font-size: 14px;
	}
	
	
.summary
{
padding: 0px 0px 5px 0px;
}

.comment
{
border: 1px dotted #f1e6d0;
padding: 5px;
}

	/** this has been hidden but may need to be displayed if it is supposed to hold content ***/
	.comment p.content
	{
	
	}
	
	.comment p
	{
	padding-top: 0px;
	margin-top: 0px;
	}
	
	.comment .username
	{
	margin
	}
	
	
/*** Blog search ***/
.blog_search
{
border: 1px dotted #f1e6d0;	
padding: 10px;
margin: 10px;
}

	.blog_search .autoFormMerge *
	{
	display: inline;
	}
	
	.blog_search .autoFormMerge 
	{
	
	}