/* event page */
#EventPage .wrapper {
	float: left;
	width: 944px;
	border: 1px solid #eee;
	background: #fff;
}

#EventPage .column {
	float: left;
	/*width: 449px;*/
	margin: 1px;
	padding: 10px;
	overflow: hidden;
}

#EventPage .column_left{
	width: 526px;
}

#EventPage .column_right{
        width: 368px;
}


#EventPage #event {
	padding: 4px;
}

#EventPage #eventTitle {
	margin-top: 5px;
	font-family: tahoma, arial, sans-serif;
}

#EventPage #eventCategory {
	margin-top: 10px;
}

#EventPage #eventPrice {
	margin-top: 5px;
}

#EventPage #eventTicket {
	margin-top: 5px;
}

#EventPage #eventTicket #buy-ticket-link {
	display: block;	
	width: 100px;
	text-align: center;
	padding: 3px;
	background: #636363;
	border: 1px solid #fff;
	color: #fff;
}

#EventPage #eventTicket #buy-ticket-link:hover {
	background: #f17014;
	color: #fff;
}

#EventPage #eventImage img {
	margin-top: 10px;
	max-width: 500px;
	max-height: 430px;
}

#EventPage span.header {
	margin-top: 10px;
	display: block;
}

#EventPage #eventOccurrences {
	background: #f9f9f9;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#EventPage #eventOccurrences .continued {
	margin: 5px;
}

#EventPage #eventOccurrences div {
	padding: 4px;		
	font-size:0.8em;
	margin-top: 1.5em;
	
}

#EventPage #eventOccurrences div.clear {
	padding: 0;
}

#EventPage #eventOccurrences div span {
	display: block;
	height: 13px;
	line-height: 13px;
	float: left;
}

#EventPage #eventOccurrences div span.weekday {
	width: 30px;	
}
#EventPage #eventOccurrences div span.date {
	width: 80px;	
}
#EventPage #eventOccurrences div span.time {
	width: 80px;	
}

#EventPage #eventDescription {
	background-color: #f9f9f9;
	padding-left: 5px;
	overflow-wrap: break-word;
	font-family: Playfair Display, tahoma, arial,sans-serif;
	padding-right: 5px;
	font-size:1em;!important;
	line-height:1.5;
}

#EventPage #eventDescription p span {
	font-size:0.9em !important;
}

#EventPage #eventDescription p {
	margin-bottom: 8px;
}

#EventPage #eventDescription div {
	padding: 4px;		
}

#EventPage #tools {
	padding: 4px;
}

#EventPage #eventplace {
	padding: 4px;
}

#EventPage #eventPlaceTitle {
	margin-top: 5px;
}

#EventPage #eventPlaceAddress {
	margin-top: 10px;
}

#EventPage #eventPlaceInfo {
	margin-top: 10px;
}

#EventPage #eventPlaceInfo div.header {
	float: left;
	width: 60px;
}

#EventPage #eventPlaceInfo div.header span {
	margin-left: 0;	
}

#EventPage #eventPlaceInfo span {
	margin-left: 4px;
}

#EventPage #eventPlaceMap {
	margin-top: 10px;
}

#EventPage #map {
	/*width: 444px;*/
	width: 359px;
	height: 270px;
	border: 1px solid #ccc;
}

#EventPage #eventRoute {
	margin-top: 10px;
}

#EventPage #routeFinderForm {
	margin-top: 4px;
	padding: 0px;
	border: none;
}

#EventPage #routeFinderForm p {
	margin-top: 6px;
	margin-bottom: 4px;
}

#EventPage #routeFinderForm input {
	border: 1px solid #ccc;
	padding: 6px;
	background: #f2f2f2;
}

#EventPage #routeFinderForm input[type="text"]{
	width:222px;
}

#EventPage #routeFinderForm input:focus, #EventPage #routeFinderForm input:active {
	background: #fff;
}
