/* Event List Styles */
#events {
	width: 540px;
}

#events .event {
	color: #303C43;
	margin: 0 0 20px 0;
}

#events .event .eventHeader {
	border-bottom: 1px solid #b3b38c;
}

#events .event .eventHeader .eventName {
	font-weight: bold;
	color: #303c43;
	font-size: 1em;
}

#events .event .eventHeader a {
	color: #d76f14;
	font-size: .75em;
}

#events .event .eventDate, #events .event .eventLocation {
	font-size: .75em;
}

#events span.eventField {
	font-weight: bold;
	text-transform: uppercase;
	color: #d76f14;
}

/* Event View Styles */
#event {
	width: 540px;
	color: #303C43;
}

#event #left {
	font-size: .75em;
	width: 280px;
	line-height: 1.4em;
}

#event #left #information {
	border-bottom: 1px solid #b3b38c;
	padding: 0 0 8px 0;
}

#event #left #datetime {
	margin: 10px 0 0 0;
}

#event #right {
	float: right;
	width: 240px;
	background: #e0e0e0;
	padding: 4px;
}

#event #right div a {
	font-size: .75em;
	font-weight: normal;
}

#event #navigation {
	clear: both;
	border-top: 1px solid #b3b38c;
	border-bottom: 1px solid #b3b38c;
	font-size: .8em;
	padding: 4px;
	margin: 10px 0 0 0;
}

#event #photos {
	margin: 10px 0 0 0;
	font-size: .75em;
}

#event #photos #photoStripContainer {
	background: #e2dfe0;
	height: 92px;
	width: 480px;
	margin: 0 24px 0 24px;
	overflow: hidden;
	position: relative;
}

#event #photos #photoStripLeft,
#event #photos #photoStripRight {
	background: #e2dfe0;
	padding: 6px 6px;
	height: 80px;
}

#event #photos #photoStripLeft {
	float: left;
}

#event #photos #photoStripRight {
	float: right;
}

#event #photos a {
	outline: none;
}

#event #photos #photoStripContainer #photoStrip {
	position: absolute;
	height: 110px;
}

#event #photos #photoStripContainer #photoStrip .photos-padding {
	padding: 6px;
	margin: 0px;
	display: inline;
}

#event .eventField {
	font-weight: bold;
	text-transform: uppercase;
}

/* Hide Google Maps hybrid copyright text */
div#map div span {
	display: none;
}
