/* MAIN SITE CSS FILE
----------------------------------------- */


body {
	margin:0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	color: #620000;
 	background: url(/site/images/body_bg.gif) top center repeat-y;
}

a {
  	color: #620000;
  	text-decoration: underline;
}

a:visited {
	color: #620000;
	text-decoration: underline;
}

a:hover {
	color: #570000;
	text-decoration: none;
}
a img {
	border-width: 0;
}

p {
	margin: 0;
	padding: 0;
	clear: none;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}

.clear, .clr {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}



.expandForPrint {
	display: none;
}



/* headings
----------------------------------------- */


h1 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 200%;
	line-height: 1.2em;
	font-weight: normal;
}
	
h2 {
	color:#620000;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal
}
	
h3 {
	color: #620000;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
}
	h3 a, h3 a:visited {
		text-decoration: none;
	}






#container {
  	width: 754px;
  	margin: 0 auto;
  	position: relative;
}



/* logo
----------------------------------------- */

#header {
	float: left;
	width: 44px;
	height: 350px;
	padding: 58px 0 0 0;
}
#logo {
	height: 400px;
	background: url(/site/images/logo.gif) top right no-repeat;
}


/* content areas
----------------------------------------- */

#mainContent {
	float: right;
	width: 568px;
}

#content {
	margin: 0 0 0 0;
	padding: 20px 15px;
	
	clear: both;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}




/* sidebar
----------------------------------------- */


#sidebar {
	width: 300px;
	float: right;
	margin: 0;
	margin-left: 20px;
}





/* navigation
----------------------------------------- */

#navigation {
	float: left;
	width: 138px;
	padding: 58px 0 20px 2px;
	font-size: 1.3em;
}
	#navigation ul li {
	 	display: inline;
	 	width: 138px;
	}
	#navigation a {
		padding: 2px 0 2px 10px;
		display: block;
		width: 128px;
		color: #FFF;
		font-weight: normal;
		text-decoration: none;
	}
		 #navigation a:visited {
		 	color: #FFF;
		 	text-decoration: none;
		 }
	#navigation a:hover {
		background: #FFF;
		color: #FFF;
		display: block;
		background: url(/site/images/nav_active_bg.gif) top left repeat-y;
		text-decoration: none;
	}
	#navigation .active a.top {
		background: #FFF;
		color: #FFF;
		padding: 2px 0 2px 10px;
		display: block;
		background: url(/site/images/nav_active_bg.gif) top left repeat-y;
	}
	
	#navigation ul li ul {
		padding: 5px 0 0 0;
		margin: 0 0 5px 0;
	}
		#navigation ul li ul li {
		}
		#navigation a.nested {
			padding: 2px 0 2px 20px;
			width: 118px;
			font-size: 0.8em;
		}
			#navigation a.nested.active {
				color: #FFF;
				background: url(/site/images/nav_active_bg.gif) top left repeat-y #FFF;
			}
			
	#navigationSmall span {
		display: block;
		clear: both;
		height: 15px;
		width: 138px;
		background: url(/site/images/nav_spacer.gif) center center no-repeat;
	}
		#navigation #navigationSmall a {
			font-size: 0.8em;
		}
	
/* heading areas
----------------------------------------- */

#heading {
	background: #eaeaea;
	min-height: 214px;
	height: auto !important;
	height: 214px;
	width: 568px;
	background: url(/site/images/heading_bg.gif) top left repeat-y #fffef8;
}
	#heading .headingText {
		padding: 15px;
		padding-top: 58px;
		width: 255px;
		height: 142px;
		float: left;
		font-size: 1em;
		line-height: 12px;
		background: url(/site/images/heading_btm.gif) bottom left no-repeat;
	}
		#heading .headingText h2 {
			margin: 0 0 6px 0;
		}
		#heading .headingText .detailLink {
			clear: both;
			display: block;
			margin: 0 0 5px 0;
		}
			#heading .headingText .detailLink a {
				background: url(/site/images/next.gif) 3px 2px no-repeat;
				padding-left: 12px;
			}
				#heading .headingText .detailLink a, #heading .headingText .detailLink a:visited {
					text-decoration: none;
				}
	#heading .headingImage {
		width: 282px;
		float: left;
		min-height: 214px;
		height: 214px;
		overflow: hidden;
		background: url(/site/images/heading_btm.gif) bottom right no-repeat;
	}
		#heading .headingImage img {
			height: 214px;
			display: inline;
			margin: 0;
			padding: 0;
			float: right;
		}

	/* hacks to make the heading section smaller where there is no content in there 
	--------------------------------------------------------------------------------------- */
	
	#heading2 {
		background: #eaeaea;
		min-height: 144px;
		height: auto !important;
		height: 144px;
		width: 568px;
		background: url(/site/images/heading_bg.gif) top left repeat-y #fffef8;
	}
		#heading2 .headingText {
			padding: 15px;
			padding-top: 58px;
			width: 255px;
			height: 67px;
			float: left;
			background: url(/site/images/heading_btm.gif) bottom left no-repeat;
		}
			#heading2 .headingText h2 {
				margin: 0 0 6px 0;
			}
			#heading2 .headingText .detailLink {
				clear: both;
				display: block;
				margin: 0 0 5px 0;
			}
				#heading2 .headingText .detailLink a {
					background: url(/site/images/next.gif) 3px 2px no-repeat;
					padding-left: 12px;
				}
					#heading2 .headingText .detailLink a, #heading2 .headingText .detailLink a:visited {
						text-decoration: none;
					}
		#heading2 .headingImage {
			width: 282px;
			float: left;
			min-height: 140px;
			height: 140px;
			overflow: hidden;
			background: url(/site/images/heading_btm.gif) bottom right no-repeat;
		}
			#heading2 .headingImage img {
				height: 140px;
				float: right;
			}





/* footer
----------------------------------------------- */

#below {
	clear: both;
}

#footer {
	margin: 20px 25px 20px 15px;
	clear: both;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	font-size: 0.9em;
	}
	#footer_left {
		float: left;
	}
		#footer_left div {
			
		}
		#footer_left span {
			color: #999;
		}
		#footer_left a, #footer_left a:visited {
			color: #999;
			text-decoration: none;
		}
		#footer_left a:hover {
			color: #58a;
			text-decoration: none;
		}
	#footer_right {
		float: right;
		font-style: italic;
		height: 30px;
		width: 200px;
		background: url(/site/images/pdf.gif) top right no-repeat;
	}
		#footer_right a {
			padding: 8px 35px 0 0;
			height: 25px;
			float: right;
			display: inline;
		}



/* ------------------------------------------------------------- */
/* other bits */


	/* two column lists */

	#authorListing div {
		width: 255px;
		margin-right: 10px;
		float: left;
		clear: none;
		display: inline;
	}
	#authorListing h2 {
		clear: both;
	}
	*html #authorListing ul {
	}
		#authorListing li {
			width: 240px;
			clear: both;
			min-height: 15px;
			height: auto !important;
			height: 15px;
			margin: 0 0 6px 0;
			float: left;
			display: inline;
			font-size: 1.1em;
			background: url(/site/images/next.gif) 3px 2px no-repeat;
			padding: 0 0 0 15px;
		}
			*html #authorListing li {
				padding: 0 0 0 15px;
			}
			#authorListing li a, #authorListing li a:visited {
				text-decoration: none;
				
			}
	
	
	/* detailed list style */
	
	#content #news ul, #content .detailedList ul {
		margin: 0 0 25px 0;
		display: block;
		clear: both;
		list-style: none;
	}
	#content #news li, #content .detailedList li  {
		margin: 0 0 20px 0;
		display: block;
		clear: both;
	}
	#content #news li .additionalContent {
		float: left;
		display: inline;
		width: 430px;
	}
	#content #news li .image {
		float: right;
		display: inline;
		width: 80px;
	}
		#news li img {
			margin: -0 0 0 0;
			position: relative;
		}
	

	/* simple list style */
	
	#content ul.genericListing {
		clear: none;
		display: inline;
		margin: 0;
		padding: 0;
	}
		#content ul.genericListing li {
			clear: left;
			float: left;
			width: 100%;
			margin: 0 0 4px 0;
			display: inline;
		}
		#content ul.genericListing li a {
			display: block;
			padding: 0 0 0 15px;
			background: url(/site/images/next.gif) 3px 2px no-repeat;
		}
		#content ul.genericListing li a,
		#content ul.genericListing li a:visited {
			text-decoration: none;
		}
		
		
	/* book list style (illustrated) */
	
	#content .bookList ul {
		margin: 0 0 25px 0;
		display: block;
		clear: both;
		list-style: none;
	}
		#content .bookList li  {
			margin: 0 0 20px 0;
			display: block;
			clear: both;
		}
			#content .bookList img {
				float: left;
				clear: none;
				margin-right: 8px;
			}	
			#content .bookList .details {
				float: left;
				clear: none;
				width: 200px;
			}	

	/* content common controls */
	
	.subtitle {
		margin: -4px 0 3px 0;
		font-size: 0.9em;
		font-weight: normal;
		clear: both;
		display: block;
	}
	.exhibiting {
		display: block;
		clear: both;
		margin: 0 0 3px 0;
		padding: 10px 0 0 0;
	}
		#content .exhibiting ul {
			clear: both;
			display: block;
		}
			#content .exhibiting ul li {
				float: left;
				display: block;
				margin: 0 5px 0 0;
			}
				#content .exhibiting ul li a {
					text-decoration: none;
				}
	.image {
		float: right;
		margin: 0 0 15px 20px;
		position: relative;
	}
	.date {
		display: block;
		clear: both;
		padding: 0 0 0 0;
		margin: 0 0 4px 0;
		font-weight: bold;
	}
		.date span {
			font-weight: normal;
		}
	.link {
		display: block;
		clear: left;
		padding: 10px 0 0 0;
		margin: 0 0 10px 0;
		font-weight: bold;
		font-size: 11px;
	}
		.back a {
			background: url(/site/images/prev.gif) 3px 1px no-repeat;
			padding-left: 15px;
		}
		.next a {
			background: url(/site/images/next.gif) 3px 1px no-repeat;
			padding-left: 15px;
		}
		
		.back a, .back a:visited , .next a, .next a:visited {
			text-decoration: none;
		}


	/* form stuff */
	
	.inputBox {
		background: #FFF;
		border: 1px solid #ccc;
		font-size: 1em;
		width: 140px;
	}


	/* pagination
	------------------------------------ */
	
	.previousNext {
		clear: both;
		padding-top: 35px;
		font-size: 11px;
	}
		
		.menuContainer {
			float: right;
		}
		.previousNext .links, previousNextArtists .links {
			float: left;
		}
		.pipe1 {
			display: none;
		}
		.pipe2 {
			display: none;
		}
		.previousLink {
			float: left;
			margin: 0 25px 0 0;
			display: inline;
			color: #b5a5a5;
		}
			.previousLink a,
			.previousLink a:visited {
				text-decoration: none;
				font-weight: bold;
				color: #620000;
			}
			.previousLink a {
				background: url(/site/images/back.gif) left 1px no-repeat;
				padding-left: 14px;
			}
		.nextLink {
			float: left;
			display: inline;
		}
			.nextLink a {
				background: url(/site/images/next.gif) right 1px no-repeat;
				padding-right: 14px;
			}
			.nextLink a,
			.nextLink a:visited {
				text-decoration: none;
				font-weight: bold;
			}
		.previousNextMenu {
			border: 1px solid #620000;
			height: 16px;
			font-size: 11px;	
		}

