.journal_entry{
	border-bottom:1px #524A25 dashed;
	margin:0px 0px 20px 20px;
	padding:0px;
	padding-bottom:10px;
	line-height: 1.5em;
	width:670px;
}

.journal_entry img{
	border: 1px solid black;
}

.journal_entry .journal_content{
	background-color:#D6D0AC;
	border:1px solid #F4EECA;
	padding-left:14px;
	margin:0px 0px 20px;
}

.journal_entry .date{
	color:#E54B89;
	font-size:12px;
}

.journal_entry .journal_content .journal_title{
	font-size:16px;
}

.journal_entry .journal_content p{
	font-size:13px;
	color:#5C5842;
}

.journal_entry .comment{
	font-size:11px;
}

.comment .comment_left{
/*	float:left;*/
	width:400px;
}

.comment_left .comment_content{
	background-color:#5A5444;
	border:1px solid #F4EECA;
	margin-bottom:30px;
	padding:10px;
	min-height:68px;
}

.comment_content .avatar{
	float:left;
}

.comment_content .avatar img{
	border:0;
}

.comment_content .comment_text{
	margin-left:60px;
	color:#FAF6E1;
	line-height:1.2em;
}

.comment .comment_right{
	float:right;
}

.comment_right .comment_add{
	background-color:#5A5444;
	border:1px solid #F4EECA;
	padding:10px 20px;
	color:#A49E7A;
	line-height:1.2em;
}

.clearfix{
	clear:both;
}
