@charset "UTF-8";
.exhibitions-box {
	height: 150px;
	width: 300px;
	overflow: hidden;
}
.exhibitions-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	padding-left: 10px;
}

.exhibitions-title a {
	color: #999;
	text-decoration: none;	
}

.exhibitions-title a:hover {
	color: #A0AC39;
	text-decoration: none;
}
.thumb-image {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}


.thumbImage a {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #CCC;
}

.thumbImage a:hover {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #FFF;
}
.ex-header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 18px;
	color: #FFF;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #DDD;
	padding-bottom: -2px;
	font-variant: small-caps;
	margin-bottom: -2px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(../images/hor-grey-gradient.jpg);
	background-repeat: repeat;
}
.ex-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #A0AC39;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 22px;
	padding-left: 40px;
}
.ex-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 19px;
	padding-left: 40px;
	padding-right: 40px;
}

.ex-description a {
	color: #A3BA00;
	text-decoration: none;
}
.ex-description a:hover {
	color: #A3BA00;
	text-decoration: underline;
}

.ex-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #999;
	text-align: left;
	padding-bottom: 10px;
	line-height: 13px;
	padding-left: 40px;
	padding-top: 10px;
}
.ex-contributing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A0AC39;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 13px;
	padding-left: 40px;
}
.ex-artist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 3px;
	line-height: 13px;
	padding-left: 10px;
}

.ex-artist a {
	color: #A0AC39;
	text-decoration: none;	
}
.ex-artist a:hover {
	text-decoration: underline;	
}
