/*--------------------------------------------------
	The Upper Part Navigation Menu
--------------------------------------------------*/
#navigation
{
	width:600px;margin:16px auto;
	border-color:#808080;
	border-style:solid none;
	border-width:1px 0;
	padding: 4px 3px;
}
/*--------------------------------------------------
	Posting Form
--------------------------------------------------*/
#bbsform
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #00F;
	text-align:left;
}
#bbsform table.postinfo
{
	margin:1.5em;
	text-align:left;
	font-size:1em;
}
/*--------------------------------------------------
	Whole Threads
--------------------------------------------------*/
.thread_wrapper
{
	width:600px;
	margin:16px auto;
	border:1px solid #00F;
	text-align:right;
}
/*--------------------------------------------------
	Searched Entry
--------------------------------------------------*/
.result_article
{
	margin:16px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	Topic
--------------------------------------------------*/
.thread_wrapper .parent_article
{
	margin:16px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	Comment
--------------------------------------------------*/
.thread_wrapper .child_article
{
	width:90%;
	margin-left:auto;
	padding:16px;
	border-top:1px solid #00F;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	***
--------------------------------------------------*/
.thread_wrapper .parent_article form,
.thread_wrapper .child_article form
{
	clear:both;
}
/*--------------------------------------------------
	Title of Entry
--------------------------------------------------*/
.thread_wrapper .parent_article span.title,
.thread_wrapper .child_article span.title,
.result_article span.title
{
	color:red;
	font-weight:bold;
}
/*--------------------------------------------------
	Date of Entry
--------------------------------------------------*/
.thread_wrapper .parent_article div.date,
.thread_wrapper .child_article div.date,
.result_article div.date
{
	text-align:right;
}
/*--------------------------------------------------
	Contents of Entry (Parent Selecter of Text and Image)
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents,
.thread_wrapper .child_article div.contents,
.result_article div.contents
{
	margin:1em 2em;overflow:auto;
}
/*--------------------------------------------------
	Text of Entry
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents div.body,
.thread_wrapper .child_article div.contents div.body,
.result_article div.contents div.body
{
	float:left;
}
/*--------------------------------------------------
	Image of Entry
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents img.userimage,
.thread_wrapper .child_article div.contents img.userimage,
.result_article div.contents img.userimage
{
	float:right;
	border:0px;
	vertical-align:middle;
}
/*--------------------------------------------------
	Parent Selecter of Entry including the reply button and the edit button
--------------------------------------------------*/
.thread_wrapper .parent_article div.panel,
.thread_wrapper .child_article div.panel
{
	text-align:right;clear:both;
}
.thread_wrapper .parent_article div.panel form,
.thread_wrapper .child_article div.panel form
{
	display: inline;
}
/*--------------------------------------------------
	Help
--------------------------------------------------*/
#help
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #00F;
	text-align:left;
}