@charset "utf-8";

.event-box{
	float: left !important;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	width: 1000px;
	margin-right: auto;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#content {
	width: 1010px;
}
.event-title {
	font-weight:bold;
	float:left;
	position: relative;
	padding-left: 5px;
	padding-top: 5px;
}
.event-duration {
	color:#E88409;
	float:left;
	clear:left;
	position: relative;
	margin-top: 3px;
	padding-left: 5px;
}
.event-description {
	float:left;
	clear:left;
	position: relative;
	font-size: .9em;
	margin-top: 5px;
	padding-left: 5px;
	text-align: left;
	width: 760px;
	margin-bottom: 20px;
}
.event-img-box {
	width: 225px;
	float: right;
	position: relative;
	font-size: 1em;
	margin-bottom: 20px;
}
.event-image {
	margin: 5px;
	border: thin solid #F7941D !important;
	position: relative;

}
#photo-gallery-link {
	text-decoration: underline;
	text-align: center;
	color: #E48107;
}
