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

* {
	padding: 0;
	margin: 0;
}
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: normal;
	padding: 14px 0 0 0;
	font-family: 'Gill Sans', 'Gill Sans MT', arial, sans-serif;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
	margin: 0 0 14px 0;
}
h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 18px;
	margin: 0 0 7px 0;
}
h4 {
	font-size: 16px;
	margin: 0 0 4px 0;
}

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

#topNav,
#footerToolbar,
#nextPreviousProjects,
#graphicNavigation {
	display: none;
}


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

#header {
	
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#logo {
	font-size: 26px;
	color: #333;
	font-weight: normal;
	font-family: 'Gill Sans', 'Gill Sans MT', arial, sans-serif;
	float: left;
	display: inline;
}
#logo a,
#logo a:visited {
	text-decoration: none;
	color: #333;
}
#url {
	float: right;
	padding-top: 8px;
}

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

#content, #contentPage {
	border-top: 1px dashed #CCC;
	padding-top: 15px;
	display: block;
	clear: both;
	width: 100%;
	float: none;
	margin: 0 0 15px 0;
}

body #sidebar {
	background: none;
}




.section-about #sidebar {
	display: none;
}


.section-books ul#bookRecords {
	list-style: none;
}
	.section-books ul#bookRecords li {
		float: left;
		display: inline;
		clear: both;
		margin-bottom: 25px;
		width: 100%;
	}
	.section-books ul#bookRecords li .imgShadow {
		margin-right: 15px;
		float: left;
		display: inline;
	}
	.section-books ul#bookRecords li .description,
	.section-books ul#bookRecords li h3 {
		clear: none;
		padding-top: 0;
	}
	
	
.section-news ul#bookRecords {
	list-style: none;
}
	.section-news ul#bookRecords li {
		float: left;
		display: inline;
		clear: both;
		margin-bottom: 25px;
		width: 100%;
	}
	.section-news ul#bookRecords li .imgShadow {
		display: none;
	}
	.section-news ul#bookRecords li .description {
		clear: none;
		display: block;
	}
	.section-news ul#bookRecords li h3 {
		clear: none;
		padding-top: 0;
	}
	
	.postToolbar {
		clear: both;
		padding-top: 15px;
	}
	.permalink {
		display: none;
	}


.section-journalism ul#bookRecords {
	list-style: none;
}
	.section-journalism ul#bookRecords li {
		float: left;
		display: inline;
		clear: both;
		margin-bottom: 25px;
		width: 100%;
	}
	.section-journalism ul#bookRecords li .imgShadow {
		display: none;
	}
	.section-journalism ul#bookRecords li .description {
		clear: none;
		display: block;
	}
	.section-journalism ul#bookRecords li h3 {
		clear: none;
		padding-top: 0;
	}


.section-photos #gallery {
	padding-top: 25px;
}
	.section-photos #gallery ul {
		list-style: none;
		padding: 0;
		float: left;
		width: 100%;
		clear: both;
		margin-bottom: 25px;
	}
	.section-photos #gallery ul li {
		width: 145px;
		height: 125px;
		float: left;
		display: inline;
		margin-right: 35px;
		margin-bottom: 20px;
	}
	.section-photos #gallery ul li td {
		width: 140px;
		height: 125px;
		vertical-align: middle;
		text-align: center;
	}
	
.section-photos #directoryListing {
	padding-top: 25px;
}
	.section-photos #directoryListing ul {
		list-style: none;
		padding: 0;
		float: left;
		width: 100%;
		clear: both;
		margin-bottom: 25px;
	}
	.section-photos #directoryListing ul li {
		float: left;
		display: inline;
		width: 145px;
		margin-right: 35px;
		margin-bottom: 20px;
	}
	.section-photos #directoryListing ul li.last {
		margin-right: 0;
	}
	

.section-carparkandcredits #sidebar {
	width: 100%;
	clear: both;
}


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


	/* Links ----------------------------------------- */
	
	.link {
		display: none;
	}
	
	.moreLink {
		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;
	}
	
	.clear, .clr {
		clear: both;
		height: 1px;
		display: block;
		overflow: hidden;
	}
	
	
	
	
	
	

