/* ------------------------------------------------------ */
/* General Styles                                         */
/* ------------------------------------------------------ */
#body_container .content {
	height: 712px;
}
#display_content {
	height: 670px !important;
}
#display_content div {
	position: relative;
	float: left;
}
#events_header {
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #999;
}
#events_header .title {
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: bold;
}
#events_header .toggle {
	position: relative;
	float: right;
}
#events_header .toggle a {
	color: #666;
	text-decoration: none;
}
#events_header .toggle a:hover {
	color: #CC0000;
}
.item_data {
	position: relative;
	float: left;
}
.item_header {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.item_body {
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}
.img_preview img {
	width: 100%;
}
.read_more {
	color: #CC0000;
}
.event_date {
	font-weight: bold;
}
/* ------------------------------------------------------ */
/* Share tools                                            */
/* ------------------------------------------------------ */
.item_hashtag_empty {
	margin: 0px;
}
.item_hashtag {
	float: left;
	margin: 0px 10px 0px 0px;
}
.share_content_tools {
	position: relative;
	float: left;
	margin-top: 7px;
}
.share_content_tools div {
	position: relative;
	float: left;
	margin-right: 7px !important;
	width: 16px !important;
	height: 15px !important;
	border: 1px solid #666;
	z-index: 10000;
}
.share_content_tools div img {
	width: 16px !important;
	height: 15px !important;
}