/* CSS Document for exhibitions.php if when=past */
#thumbs-box {
	padding-left: 0px;
}
.event-box {
	/*clear: both;*/
	float: left;
	padding: 5px;
	/*	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	margin-top: 5px;
	width: 185px;
	/*min-height: 300px;*/
	margin-left: 5px;
}
.event-image {
	padding: 5px;
	float: left;
	position: relative;
	width: 180px;
	/*min-height: 200px;*/
}
.event-title {
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	clear: left;
	position: relative;
	margin-left: 5px;
	line-height: 1.2em;
	width: 225px;
	text-align: left;
}
.event-title a:link, .event-title a:visited, .event-title a:active {
	color: #000 !important;
	font-size: .9em;
}
.event-dates {
	/*font-size: 0.7em;*/
	float: left;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 225px;
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
}
.event-dates a:link, .event-dates a:visited, .event-dates a:active {
}

#event-selection {
	padding: 2px;
	border: 1px dotted #EEE;
	float: left;	
	padding-left: 15px;
}
#event-where {
	padding: 2px;
	border: 1px dotted #EEE;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: capitalize;
	color: #1D93CE;
}
.event-select {
	font-size: 1em;
	font-weight: normal;
	margin-right: 15px;
	float: left;	
}
.event-selected {
	font-weight: bold !important;	
}
#container {
	min-height: 500px;
}
