@charset "utf-8";
@import "/style/link_icons.css";

/* CSS Document */

body
	{
	background-color: #e8ebef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #333;
	}

img
	{
	border: none;
	}

a, a:link, a:visited
	{
	color: #369;
	text-decoration: underline;
	}

a:hover, a:active
	{
	color: black;
	text-decoration: underline;
	}

h1
	{
	font-size: 1.6em;
	font-weight: normal;
	}

h2
	{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	}

.wideBanner h2 {
	font-weight: normal;
}

h3
	{
	font-size: 1.1em;
	font-weight: bold;
	}

h4
	{
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	}

#page
	{
	width: 760px;
	/* all the 'top' positions cause the footer to fall out the bottom */
	/* big padding so stuff doesn't fall out */
	padding: 20px 20px 100px 20px;
	background: white;
	margin: 0px auto;
	position: relative;
	overflow: visible;
	}

#header
	{
	/*position: relative;*/
	/*top: 2px;*/
	width: 760px;
	overflow: hidden;
	margin: 0;
	/*padding: 0 0 32px 0;*/
	padding: 0;
	}
	
	#header .logo
		{
		width: 567px;
		height: 32px;
		margin: 0;
		padding: 0;
		float: left;
		/*position: relative;*/
		}

		#header .logo a
			{
			background: transparent url( 'http://www.mtholyoke.edu/style/artmuseum_images/mhcam.gif' ) top left no-repeat;
			text-indent: -9642px;
/* The preceding lines uncommented 11-12-2009. */
			position: absolute;
			width: 567px;
			height: 32px;
			margin: 0;
			padding: 0;
			}
	
	#search 
		{
		float: right;
		text-align: right;
		margin: 0px;
		padding: 2px 0px;
		}

		#search form 
			{
			margin: 0px;
			padding: 0px;
			}

		#search label
			{
			display: none;
			}

		#search #searchtext 
			{
			width: 130px;
			margin: 0 2px 0 0;
			padding: 0;
			text-align: left;
			vertical-align: top;
			}

		#search #searchgo {
			position: relative;
			top: 4px;
		}

#bodyContainer
	{
	margin: 20px 0 0 0;
	padding: 0;
	width: 760px;
	position: relative;
	/*float: left;*/
	clear: both;
	}

	#banner
		{
		position: relative;
		float: right;
		width: 605px;
		margin: 0px;
		padding: 0px;
		}

	.wideBanner #banner
		{
		top: 46px;
		margin-top: 0;
		float: none;
		width: 760px;
		}

	#banner h1
		{
		padding-top: 12px;
		}

	#sidebar
		{
		display: none;
		}

	#breadcrumbs
		{
		visibility: hidden;
		display: none;
		}

	#mainContent
		{
		position: relative;
		width: 605px;
		float: right;
		padding: 0px;
		margin: 0px;
		line-height: 1.5em;
		/*top: -20px;*/
		}

	.bannerHeight151H #mainContent,
	.bannerHeight151 #mainContent
		{
		/*top: 0px;*/
		}

	.wideBanner #mainContent
		{
		/*top: 80px;*/
		top: 56px; /* (#nav top: 0) + (#banner top: 46) + (padding between banner and features: 12) */
		clear: both;
		width: 772px;
		margin: 0px -12px 0px 0px;
		}

		.contentNode
			{
			position: relative;
			float: none;
			margin: 0px;
			padding: 9px 0px 22px 0px;
			clear: both;
			}

			.contentNode .inlineImageLeft
				{
				position: relative;
				float: left;
				padding: 0;
				margin: 0px;
				}

			.contentNode .inlineImageRight
				{
				position: relative;
				float: right;
				padding: 0;
				margin: 0px;
				}

			.contentNode .textBlockLeft,
			.contentNode .textBlockRight
				{
				position: relative;
				float: left;
				padding: 0px;
				margin: 0px 0px 0px 12px;
				width: 404px;
				}

			.contentNode h2
				{
				line-height: 1.3em; 
				margin: -3px 0px 0px 0px;
				}


		.contentNodeNarrow
			{
			width: 181px;
			position: relative; 
			float: left;
			margin: 0px 12px 1.5em 0px;
			padding: 0px;
			clear: none;
			}

			.contentNodeNarrow .inlineImageCenter
				{
				position: relative;
				margin: 0px auto;
				}

			.contentNodeNarrow h2
				{
				font-size: 1.3em;
				line-height: 1.2em; 
				float: none;
				clear: both;
				margin: 15px 0px;
				}

			.contentNodeNarrow .textBlockCenter
				{
				width: 179px;
				padding: 0px;
				}

			h2 a,
			h2 a:link,
			h2 a:visited
				{
				color: #333 !important;
				text-decoration: none !important;
				}

			h2 a:hover,
			h2 a:active
				{
				color: #369 !important;
				text-decoration: underline !important;
				}

		#mainContent form
			{
			display: block;
			margin: 1.5em 0;
			padding: 0;
			border-top: 1px dotted #ccc;
			border-bottom: 1px dotted #ccc;
			}

		#mainContent fieldset
			{
			border: none;
			margin: 0;
			padding: 0;
			}

		#mainContent input
			{
			margin: 0;
			}

		#mainContent input.submit 
			{
			margin: 0 0 1.5em 3.5em;
			}

		#mainContent input.reset 
			{
			margin: 0 0 1em 2.5em;
			}

		#mainContent .requiredKey 
			{
			color: #990000;
			margin: 0;
			}

		#mainContent p.requiredKey
			{
			margin-top: 1.5em;
			}

		#mainContent label.requiredFlag 
			{
			color: #990000;
			margin: 0 0 0 0.4em;
			display: inline;
			vertical-align: top;
			}

		#mainContent textarea 
			{
			font-family: sans-serif;
			font-size: 110%;
			vertical-align: top;
			}

		#mainContent textarea.paragraph 
			{
			width: 40em;
			height: 10em;
			}

		#mainContent label
			{
			display: block;
			clear: left;
			margin: 0;
			}
		
		#mainContent label.trailing
			{
			display: inline;
			margin-left: 5px;
			}

		#mainContent ol.numberedForm
			{
			margin-top: 1.5em;
			}

		#mainContent li.numberedForm
			{
			margin-bottom: 1.5em;
			}

		#mainContent input.largeText 
			{
			width: 20em;
			}

		#mainContent input.mediumText 
			{
			width: 10em;
			}

		#mainContent input.smallText 
			{
			width: 5em;
			}


	#nav 
		{
		position: absolute;
		top: 0px;
		width: 135px;
		padding: 0;
		margin: 0 0 10px 0;
		float: left;
		}

	#nav.bannerHeight151
		{
		/*top: -151px;*/ /* 151 px for banner img */
		}

	.bannerHeight151H #nav
		{
		/*top: -195px;*/ /* 151 px for banner img, 44px for banner h1 */
		}

		#nav ul 
			{
			margin: 0;
			padding: 0;
			list-style: none;
			}

			#nav ul li 
				{
				margin: 0;
				border-top: 1px dotted #ccc;
				padding: 4px 0;
				}

				#nav ul li a,
				#nav ul li a:visited 
					{
					color: #333;
					font-weight: normal;
					display: block;
					text-decoration: none;
					}

				#nav ul li a:hover,
				#nav ul li a:active 
					{
					color: #369;
					border-top: 2px solid #ccc;
					padding: 3px 0 0 0;
					margin: -5px 0 0 0;
					}

				#nav ul li ul 
					{
					list-style: none;
					padding-left: 10px;
					margin: 5px 0;
					}

					#nav ul li * li
						{
						border-top: none;
						}
				
						#nav ul li * li a,
						#nav ul li * li a:visited 
							{
							color: #999;
							}

						#nav ul li * li a:hover,
						#nav ul li * li a:active 
							{
							border-top: none;
							padding: 0;
							margin: 0;
							color: #369;
							}

	.wideBanner #nav
		{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 760px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		}

		.wideBanner #nav .museumNav
			{
			padding: 0;
			margin: 0 0 20px 0;
			display: block;
			}
			
			.wideBanner #nav {
				/*top: 0;*/
			}

			.wideBanner #nav .museumNav ul
				{
				margin: 0;
				padding: 0;
				list-style: none;
				}

				.wideBanner #nav .museumNav ul li
					{
					float: left;
					margin: 0px;
					padding: 0px;
					text-align: center;
					border-top: 1px dotted #ccc;
					border-bottom: 1px dotted #ccc;
					}

					.wideBanner #nav .museumNav ul li a,
					.wideBanner #nav .museumNav ul li a:visited
						{
						color: #333;
						font-weight: normal;
						display: block;
						text-decoration: none;
						background: #fff;
						padding: 4px 12px;
						margin: 0px;
						}

					.wideBanner #nav .museumNav ul li a:hover,
					.wideBanner #nav .museumNav ul li a:active
						{
						color: #369;
						border-top: 2px solid #ccc;
						padding: 3px 12px 4px 12px;
						margin: -1px 0 0 0;
						}

					.wideBanner #nav .museumNav ul li.about a { width: 45px; }
					.wideBanner #nav .museumNav ul li.collection a { width: 75px; }
					.wideBanner #nav .museumNav ul li.exhibitions a { width: 75px; }
					.wideBanner #nav .museumNav ul li.visit a { width: 48px; text-align: center; }
					.wideBanner #nav .museumNav ul li.learn a { width: 53px; }
					.wideBanner #nav .museumNav ul li.teach a { width: 76px; }
					.wideBanner #nav .museumNav ul li.skinner a { width: 95px; }
					.wideBanner #nav .museumNav ul li.museums10 a { width: 101px; margin-right: 0; text-align: center; }
	
		.wideBanner #nav .siteNav,
		.wideBanner #nav .stayconnected
			{
			display: none;
			}


		#nav .museumNav,
		#nav .relatedNav,
		#nav .promo1,
		#nav .promo2,
		#nav .gateways,
		#nav .utilities
			{
			display: none;
			}

		#nav h2
			{
			font-size: 1.2em;
			text-transform: uppercase;
			}

		#nav .stayconnected
			{
			margin: 15px 0;
			}

		*|html #nav .stayconnected
			{
			background: none;
			padding-right: 0;
			}

	#bodyContainer .caption
		{
		display: none;
		}


#footer
	{
	clear: both;
	position: relative;
	width: 760px;
	overflow: hidden;
	/*top: 30px;*/
	top: 76px; /* equal to 'top' of #maincontent plus 20 for IE */
	color: #999;
	padding: 15px 0 0 0;
	margin: 0px;
	border-top: 1px dotted #ccc;
	}

	#footer a, #footer a:link, #footer a:visited
		{
		color: #99b;
		text-decoration: underline;
		}

	#footer a:hover, #footer a:active
		{
		color: #668;
		text-decoration: underline;
		}

	#footer .mhcLogo
		{
		float: left;
		}

		#footer .mhcLogo a
			{
			display: block;
			width: 135px;
			height: 60px;
			overflow: hidden;
			background: transparent url( 'http://www.mtholyoke.edu/style/artmuseum_images/mhclogo_footer.gif' ) top left no-repeat;
			text-indent: -9642px;
			}

		#footer .mhcLogo a:hover, #footer .mhcLogo a:active
			{
			background-position: 0px -60px;
			}

		#footer .mhcLogo .print 
			{ /* Black & white version of logo: display only in print stylesheet */
			display: none;
			border: none;
			}

	#footer p
		{
		line-height: 1.5em;
		margin: 0px 0px 1.5em 155px;
		padding: 0px;
		}

#navigationLists
	{
	visibility: hidden;
	display: none;
	}

table {
    border: 1px solid #c8cbcf;
    border-collapse: collapse;
    margin: 15px 0;
}

td,th {
    padding: 5px;
    border: 1px solid #c8cbcf;
    border-collapse: collapse;
}

th {
    background-color: #c8cbcf;
} 

