/* MAIN SITE PRINT CSS
---------------------------------------------------------------------------------- */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 30px;
	margin: 0;
}

.collapseForPrint {
	display: none;
}

a,
a:visited {
	color: #333;
	text-decoration: none;
}
a img {
	border: 0;
}

.clear, .clr {
	clear: both;
}

h1, h2, h3, h4 {
	color: #333;
	font-weight: bold;
	padding: 14px 0 0 0;
	font-family: "Helvetica Neue", "HelveticaNeue", Arial, Sans-Serif;
}
h1 {
	font-size: 19px;
	margin: 0 0 14px 0;
}
h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
}
	#sidebar h2 {
		display: none;
	}
	.section-exhibitions #sidebar h2 {
		display: block;
	}
h3 {
	font-size: 15px;
	margin: 0 0 7px 0;
}
h4 {
	font-size: 13px;
	margin: 0 0 4px 0;
}

ul {
	padding-left: 14px;
}
ul li {
	margin: 0 0 10px 0;
}
ul li a {
	display: block;
	background: #FFFFFF;
}

#topNavigation,
#footerToolbar,
#nextPreviousProjects {
	display: none;
}


.subheading {
	clear: both;
	display: block;
	font-size: 11px;
}

#header {
	border-bottom: 1px solid #CCC;
}
#logo {
	font-size: 26px;
	color: #333;
	font-weight: bold;
	font-family: "Helvetica Neue", "HelveticaNeue", Arial, Sans-Serif;
}
#logo a,
#logo a:visited {
	text-decoration: none;
	color: #333;
}

#footer {
	padding: 10px 0 0 0;
	font-weight: bold;
	margin: 10px 0 0 0;
	border-top: 1px solid #CCC;
}

#content {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	margin: 0 0 15px 0;
}

	/* All Exhibitions
	----------------------------------------- */
	
	.section-exhibitions #content ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.section-exhibitions.page-detail #content ul li {
			float: left;
			width: 250px;
			height: 150px;
			margin: 0 20px 0 0;
		}
		.section-exhibitions.page-detail #content h4 {
			display: block;
			clear: both;
			float: left;
			width: 100%;
		}
		.section-exhibitions.page-detail #content .image {
			display: block;
			clear: both;
			float: left;
			width: 100%;
		}
		


/* ----------------------------------------- 
   Global Controls
----------------------------------------- */


	/* Links ----------------------------------------- */
	
	.link {
		display: none;
	}
	
	
	/* Details List ----------------------------------------- */
	
	.detailsList {
		width: 300px;
		clear: left;
	}
	.detailsList h4 {
		border-bottom: 1px solid #b2bfda;
	}
	.detailsList ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.detailsList ul li {
			margin: 0 0 2px 0;
			border-bottom: 1px solid #d7e0ed;
			color: #7ea8c7;
		}
			.detailsList ul li strong {
				font-weight: normal;
				color: #3b6e93;
			}
			.detailsList ul li a {
				padding-right: 7px;
				background: url(/site/images/next.gif) right 1px no-repeat;
			}
				.detailsList ul li a,
				.detailsList ul li a:visited {
					text-decoration: none;
					color: #3b6e93;
				}
				.detailsList ul li a:hover {
					color: #2f4c9a;
				}
	

	/* Table Results ----------------------------------------- */
	
	.resultsTable.first {
		margin: 0 0 35px 0;
	}
			.resultsTable tr.tableHeaders td a {	
				border-bottom: 1px solid #bdc9e0;
				display: block;
			}
		.resultsTable td {
			padding: 0 10px 5px 0;
			vertical-align: top;
			text-align: left;
		}
		.resultsTable td.column1 {
			width: 40%;
		}
		.resultsTable td.column2 {
			width: 20%;
		}


	#content { }
	#mainImage {
		float: left;
	}
	#mainImage img {
		width: 400px;
	}
	
	h3,
	h2,
	.subheading,
	.description {
		clear: left;
	}
	
	.image {
		float: right;
		display: inline;
		margin: 0 0 5px 15px;
	}
	
	
	
	
	
	
	


