/* content hidder */
#content .post .entry .hide_content_block {
	display: none;
}
#content .post .entry .hide_content {
	display: block;
	width: 15px;
	height: 15px;
	margin-bottom: 20px;
	background: url('../images/hide_content.gif') no-repeat center left;
}
#content .post .entry .show_content {
	display: block;
	width: 15px;
	height: 15px;
	background: url('../images/show_content.gif') no-repeat center left;
}
/* end content hidder */