
#article-content
{
	/*background-color: #e1e1e1;*/
	width: 850px;
	margin: 40px auto;
	border: 2px solid #e1e1e1;
    min-height: 700px;
}

#article-content h2 a
{
	text-decoration: none;
	color: #000000;
	font-size: 32px;
}

#article-content h2 a:hover
{
	text-decoration: underline;
}

#article-content p
{	
	font-size: 13px !important;
    font-family: Arial !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 180% !important;
    text-align: left !important;
}

#article-content span
{
	font-size: 13px !important;
    font-family: Arial !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 180% !important;
    text-align: left !important;
}

#article-content ul
{
	list-style-type: none;
	padding: 0px 15px 0px 15px;
    margin: 10px 0px;
}

#article-content img
{
	width: 320px;
    height: 454px;
	/*float: left;*/
	/*margin-right: 15px;*/
	/*border: 2px solid #ff0000;*/
}

#image-content
{
	float: left;
	padding: 0px;
	/*border: 1px solid #00ff00;*/
}

#article-image ul
{	
	padding: 10px;
    
	/*border: 1px solid #00ff00;*/
}

#image-caption
{
	width: 270px;
	margin-bottom: 5px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	/*border: 1px solid #e1e1e1;*/
}
#image-slider
{
	width: 270px;
	height: 25px;
	border: 1px solid #e1e1e1;
}

#comment-content
{

}
#comment-content ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.comment-box
{
	margin: 0px 20px 0px 20px;
	border: 1px solid #fff097;
	width: 450px;
	height: 150px;
	background-color: #FFF9D4
}

.comment
{
	font-family: 	Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin: 20px;
	border: 2px dotted #e1e1e1;
	padding: 10px;
	font-size: 12px;
}
.commentor
{
	/*font-weight: bold;*/
	margin-bottom: 5px;
	background-color: #e5ecf3;
	padding: 5px;
}

.commentor-author
{
    font-weight: bold;
}

.commentor-datetime
{
    padding-left:514px;
    font-style: italic;
}

.commentor-image
{
    float:left;
    margin-right:10px;
    border: 1px solid #e5ecf3;

}

.article-form-body
{
    height: 500px;
    width: 850px;
}

.comment-form
{
    padding: 0px 0px 0px 20px;
}

.article-form-label
{
    width: 70px;
    float:left;
    padding: 5px 5px 5px 0px;
}

.comments_datetime b
{
    font-size: 14px;
    font-family: Arial;
}

.comments_datetime span
{
    font-size: 11px;
    font-family: Arial;
    color: #696969;
}