.member_item {
	margin-bottom: 5px;
	padding: 5px;
}

.member_item .show_more {
	cursor: pointer;
}

.member_item {
	background-color: #333;
}

.pp_comment .member_item {
	background-color: #ddd;
}

.member_item .item_unit {
	float: left;
	width: 108px;
	text-align: center;
	margin: 2px;
}

.member_item .item_description {
	text-align: left;
	font-size: 80%;
	padding: 2px;
}

.item_author_picture {
	float: left;
	width: 75px;
}

.item_author_picture_small {
	float: left;
	width: 32px;
}

.item_content {
	margin-left: 75px;
}

.item_content_small {
	margin-left: 40px;
}

.item_author {
	font-weight: bold;
}

.item_author em {
	font-weight: normal;
	font-size: 90%;
}

p.item_title {
	font-style: italic;
}

.item_meta {
	font-size: 80%;
	border-top: 2px solid #888; 
	clear: both;
	padding: 5px 0;
	height: 20px;
}

.item_meta a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.item_meta a:hover {
	color: #fff;
}

.item_meta .item_timestamp {
	float: right;
	text-align: right;
}

.item_meta_gold, .item_meta_comment, .item_meta_share {
	display: inline-block;
	background-color: #007FA6;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	position: relative;
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.item_tags, .item_golds {
	clear: both;
}

.item_tags span {
	font-size: 85%;
	display: block;
}

.item_golds, .item_current_progress {
	font-weight: bold;
}

.item_give_gold, .item_post_comment, .item_edit, .item_progress {
	padding-top: 5px;
	margin-bottom: 15px;
	clear: both;
	border-top: 2px solid #0096C3;
}

.item_edit, .item_progress {
	display: none;
}

.item_give_gold button {
	width: 95px;
}

span.video_overlay {
	display: block;
	position: relative; 
	top: -24px;
	margin-top: -24px;
	margin-left: 10px;
	background: url(/image/video_play_button.png) top left no-repeat;
	height: 24px;
	opacity: 0.8;
}

span.video_overlay:hover {
	opacity: 1;
}

.item_video_thumbnail {
	max-width: 480px;
}