
/* Exhibition list pages */
.exhibition {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b2b0ad;
}
.exhibition:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.exhibition { display: inline-block; }
.exhibition { display: block; }
	.exhibition .image {
		float: right;
		margin-left: 20px;
	}
	.exhibition h2 {
		margin-bottom: 0;
	}
		.exhibition h2 a {
			text-transform: uppercase;
			text-decoration: none;
			letter-spacing: .5px;
		}
		.exhibition h2 a:hover {
			text-decoration: underline;
		}
	.exhibition .short_description {
		margin-top: 15px;
	}
		.exhibition .short_description .more {
			margin: 0;
		}
			.exhibition .short_description .more a {
				font: bold 11px Tahoma;
				text-decoration: none;
				text-transform: uppercase;
				color: #c03;
			}
			.exhibition .short_description .more a:hover {
				text-decoration: underline;
			}
