/* !GENERIC */
.assistive { display: none; }

/* !UNSTYLE DEFAULTS */

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	list-style: none;
}

/* !LISTS */

ul li, ol li {
	margin: inherit;
	color: inherit;
	font-size: inherit;
}

ol li {
	list-style: decimal;
}

/* STYLED DEFINITION LIST 1 */

.columnRight dl.styled-def-list {
	line-height: 1.8em;
	margin-left: 20px !important;
	margin-right: 20px !important;
	margin-bottom: 30px !important;
}




		/* STYLED DEFINITION LIST 1 within Collections UL */
			.listing li dl, .listing li dl dd {
				font-size: 12px;
				line-height: 1.5em;
			}

			.listing li dl dt {
				line-height: 1.5em;
				color: #612c0d !important;
				font-size: 12px !important;
			}
			
			.section_annualprograms .listing li dl dt, .music.subpage dl dt {
				margin-top: 10px;
			}
			
			.section_annualprograms .listing li dl, .music.subpage dl, .music.subpage dl dd, #support.subpage dl dd {
				margin-left: 0px !important;
			}
			
			.music.subpage dl {
			margin-bottom: 5px !important;
			}
			
			#evergreen.section_exhibitions .listing li dl, #evergreen.section_exhibitions .listing li dd, #evergreen.section_exhibitions .listing li dt {
				margin-left: 0; 
			}
			
			/* ----- */


/* EXPANDED DL LIST VERSION */
.columnRight .styled-def-list dt {
	padding-left: 20px;
	font-size: 15px;
	color: #a78f47; 
	padding-bottom: 2px;
	margin-top: 5px;
	text-transform: uppercase;
	padding-right: 55px;
}

.columnRight .styled-def-list dd {
	padding-left: 20px;
	padding-right: 55px;
}
.columnRight .styled-def-list .on {
	background-color: #d5ce8a;
}

.columnRight .styled-def-list dt.on {
	border-top: 1px solid #c7c186;
	padding-top: 10px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius: 6px;
}

.columnRight .styled-def-list dd.on {
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c186;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#catering p, #catering h5 {
	margin-left: 30px !important;
}


/* CONDENSED UL LIST VERSION
.styled-def-list ul {
	margin: 0;
	padding: 0;
}

.styled-def-list li {
	padding-left: 8px;	
	list-style: none;
}

.styled-def-list li strong {
	font-size: 14px;
	color: #a78f47; 
	text-transform: uppercase;
}


.styled-def-list li.on {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #d5ce8a;
}
*/


/* STYLED UNORDERED LISTS */
.styled-list {
	margin-bottom: 30px;
	margin-top: 10px;
}


.styled-list-1 li, .styled-list-2 li {
	min-height: 35px;
	width: 550px;
	list-style: none !important;
	margin-left: 0 !important;
}

.styled-list-1 a, .styled-list-2 a {
	border-top: 1px solid #c7c186;
	border-bottom: 1px solid #c7c186;
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 45px;
	background-color: #d5ce8a;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.styled-list-1 a {
	text-transform: uppercase;
	font-weight: bold;
	width: 200px;
	background-image: url('../_media/interface/pdf_mini.png');
}

.styled-list-2 a {
	padding-right: 25px;
	width: 450px;
	background-image: url('../_media/interface/link_mini.png');
	margin-bottom: 5px;
}



/* !INLINE IMAGES */

.inline_image_right {
	display: inline;
	float: right;
	margin: 10px;
	background-color: #cec990;
	margin-right: 0;
	padding: 0 !important;
	margin-right: 110px;
}


.inline_image_right p {
	padding: 0;
	font-size: 110%;
	margin-top: 10px;
	color: #2e2200;
	text-align: center;
}

.inline_image_left {
	display: inline;
	float: left;
	margin-right: 0;
	padding-right: 20px;
	margin: 10px 0 20px 0;
}

.inline_image_left p {
	margin: 10px !important;
	padding: 0;
	font-size: 110%;
	margin-top: 10px;
	color: #2e2200;
	text-align: center;
}

.inline_image_center {
	margin: 10px;
	background-color: #cec990;
	padding: 0 !important;
}

.inline_image_left p {
	margin: 10px !important;
	padding: 0;
	font-size: 110%;
	margin-top: 10px;
	color: #2e2200;
	text-align: center;
}

.block_image_right {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

/* PUBLICATIONS LIST */

ul#books {
	margin-left: 20px;
	margin-right: 10px;
	line-height: 1.5em;
}

ul#books li {
	list-style: none !important;
}

ul#books .book {
	border-top: 1px solid #c7c186;
	border-bottom: 1px solid #c7c186;
	min-height: 160px;
	background-color: #d5ce8a;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

ul#books .title {
	font-size: 12px;
	color: #612c0d; 
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 30px;

}

ul#books .author {
	padding-left: 30px;
		color: #612c0d; 
		font-weight: bold;
}


ul#books .description {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 12px;
	font-style: italic;
}

ul#books .price {
	text-transform: uppercase;
	padding-left: 30px;
	color: #612c0d; 
	font-weight: bold;
	font-size: 11px;
}

ul#books .topurchase {
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 18px;
	margin-top: -4px;
	padding-top: 0;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

ul#books img.pub {
	float:left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}


/* !HCARD */

.vcard {
	list-style: none;
	font-size: 12px;
	color: #2e2200;
	margin: 0 15px;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	line-height: 1.5em;

}

.vcard.even {

}

.vcard.odd {
	border-top: 1px solid #c7c186;
	border-bottom: 1px solid #c7c186;
	background-color: #d5ce8a;
}

.vcard .org {
	font-size: 13px;
	text-transform: uppercase;
	color: #3c62a1;
	margin-bottom: 0px;
}

.vcard .organization-name {
	font-size: 10px;
	font-style: italic;
}

.vcard .organization-unit {
	font-size: 11px;
}

.vcard .program-name {
}

.vcard .tel {
	position: absolute;
	bottom: 30px; right: 15px;
}

.vcard .url {
	position: absolute;
	bottom: 15px; right: 15px;
	color: #2e2200;
	font-size: 12px;
	font-weight: bold;
}

/*
.vcard {
	border-bottom: 1px solid white;
	background-color: #ede7b8;
	color: #2e2200;
	font-size: 11px;
	line-height: 15px;
	margin: 20px;
	-webkit-border-radius: 10px;
	padding: 15px;
	width: 300px;
	border-top: 1px solid #a49761;
}

.vcard .org {
	font-weight: bold;
	margin-bottom: 5px;
}
*/

/* !GLOBAL STYLING */

.columnRight a {
	text-decoration: none;
	color: #8c250a;
}

.columnRight em.bold {
	font-weight: bold;
	font-style: normal;
}


a:link, a:visited {	
	text-decoration: none; 
}


.columnRight a:hover {
	text-decoration: none;
	/* border-bottom: 1px solid rgba(255,255,255,0.5); */
	background-color: rgba(0,0,0,0.05);
}

body {
/* 	margin-top: 50px; */
	margin-bottom: 50px;
	font: normal 10px/1.5em Helvetica, Arial, sans-serif;
	color:#999999;
}

#wrapper {
	width:798px;
	margin:0 auto;
}

#header {
	position: relative;
	height: 110px;
}

#header h1 {
	width: 200px;
	height: 85px;
	background-image: url('../_media/interface/logo.png');
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: center center;
}

#header h1 a {
	display:block;
	height:97px;
}

#stage {
	padding:2px 2px 0 2px;
	background-color: white;
	position: relative;
	overflow: hidden;
	width:794px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

#frame { 
	overflow:hidden; /*Needed for Equal length columns */ 
}


#footer {
	height:58px;
	background-color: white;
	padding: 2px 0 2px 0;
}

/* !JHU BANNER */

#banner {
/* 	background-color: rgba(255,255,255,.15); */
	border-bottom: 1px solid #556075;
	border-left: 1px solid rgba(0,0,0,.25);
	border-right: 1px solid rgba(0,0,0,.25);
	color: black;
	font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
/* 	background-color: black; */
	position: relative;
	height: 55px;
	background-color: #1f2d49;
}

#evergreen.themuseums #banner { background-color: #351b09; border-bottom: 1px solid #8e4309; }
#evergreen.themuseums #banner input#searchstring { border: 1px solid #8e4309; }
#evergreen.themuseums #banner .nav li a { color: #8e4309; }

#homewood.themuseums #banner { background-color: #2e3916; border-bottom: 1px solid #73893a; }
#homewood.themuseums #banner input#searchstring { border: 1px solid #73893a; }
#homewood.themuseums #banner .nav li a { color: #73893a; }

#banner-content {
	width: 794px;
	display: block;
	margin: 0 auto;
}

#banner input#searchstring {
	background-color: rgba(0,0,0,.15);
	border: 0;
	border: 1px solid #556075;
	padding: 3px;
	-webkit-border-radius: 3px;
	color: white;
	height: 16px;
}

#banner button {
	background-color: #0e1624;
	color: #6f88bb;
	font-size: 10px;
	border: 1px solid #556075;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px 10px;
}

#evergreen.themuseums #banner button {
	border-color: #8e4309;
	color: #8e4309;
	background-color: #351b09;
}
#homewood.themuseums #banner button {
	border-color: #73893a;
	color: #73893a;
	background-color: #2e3916;
}

#banner * {
	font-size: 11px;
}

#banner h1 { 
	display: block;
	width: 148px;
	height: 46px;
	position: absolute;
	bottom: 5px;
	left: 15px;
} 

#banner h1 a {
	background-image: url(../_media/interface/jhu_logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 148px;
	height: 46px;
	text-indent: -9999px;
}

#banner .nav {
	position: absolute;
	top: 20px;
	right: 250px;
}

#banner .nav li { display: inline; margin: 0 5px;}
#banner .nav li a { color: #556075; }

#banner .nav li a:hover { 
/* 	color: white; */
	border-bottom: 1px solid white;
}

#banner #jhu-search {
	font-size: 12px;
	position: absolute;
	bottom: 15px; right: 20px;
	margin: 0;
	display: block;
}

/* !NAVIGATION */

ul.nav a:link, ul.nav a:visited {
	font-size:14px;
	color:#fffbe3;
}

#header { margin-top: 30px; }

#header ul.nav {
	position:absolute;
	right:0;
	bottom:15px;
	text-shadow: 0 3px 2px rgba(0,0,0,0.5);
}

#header ul.nav li {
	float:left;
	height:20px;
	font-size: 14px;
	color:white;
}

#header ul.nav li a { 
	margin:0 15px 10px 15px; 
	padding-bottom: 5px;
	text-transform: lowercase;
}
#header ul.nav li a:hover { 
	text-decoration: none; 
	border-bottom: 1px solid;
	border-color: #c9bc55;
	border-color: rgba(200, 189, 89, .5);
}
#header ul.nav li#nav_about a { margin-right:0; }

#footer ul.nav li, 
#footer ul.nav li a {
	float:left;
	height:58px;
	width:396px;
	font-size: 12px;
	color:white;
}

#footer ul.nav li { margin-right: 2px; text-indent: -9999px;}
#footer ul.nav li#nav_rent { 
	background-image:url(../_media/interface/bg_nav_rent.gif);
}
#footer ul.nav li#nav_shop {background-image:url(../_media/interface/bg_nav_shop.gif); margin-right:0;}



#nav1 {
	width:796px; 
	height:102px;
}


li.primary {
	width:197px; height:105px;
	float:left;
	position:relative;
	overflow:hidden;
	text-indent:-9999px;
	margin-right:2px;
	color:white;
	background-repeat: no-repeat;
}


ul.split {
	width:197px; 
	position:absolute;
	top:0;
	left:0;
	text-indent: 0;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}

ul.split li a {
	display:block;
	height:35px;
	text-align: center;
	padding-top:17px;
	border: 2px solid white;
	margin: -2px;
	text-decoration: none;
}

ul.split li a:hover {background-color: #362700; text-decoration: none;}


li#nav_go 		{background-color: #7e6e12; background-image: url(../_media/interface/bg_nav_go.gif);}
li#nav_learn 	{background-color:#69330d; background-image: url(../_media/interface/bg_nav_learn.gif);}
li#nav_listen 	{background-color: #a93019; background-image: url(../_media/interface/bg_nav_listen.gif);}
li#nav_support 	{background-color: #b37c0a;background-image: url(../_media/interface/bg_nav_support.gif); margin-right:0; }

li#nav_go ul.split li {
	background-color: #7e6e12;
}

li#nav_listen ul.split li {
	background-color: #a93019;
}

li#nav_support ul.split li {
	background-color: #b37c0a;
}

#nav1 ul.nav li a:hover {	
	text-decoration: none;
}

#nav1 ul.nav li#nav_learn:hover, #nav1 ul.nav li#nav_support:hover {	
	background-color: #2e2200;
}

/*
#nav1 ul.nav li:hover {
	cursor: pointer !important;
	cursor: hand; // for IE6
}
*/

.subpage #nav1,
.section_main #nav1 {
	height:54px;
}

.subpage li.primary,  
.section_main li.primary
{ 
	height:52px; 
	text-indent: 0;
	overflow: visible;
	font-size: 14px;
	text-align: center;
	z-index:100;
}



.subpage li#nav_go,
.subpage li#nav_listen,
.subpage li#nav_support,
.subpage #nav1 ul.nav li#nav_learn, 
.section_main li#nav_go,
.section_main li#nav_listen,
.section_main li#nav_support,
.section_main #nav1 ul.nav li#nav_learn 
{ background-image: none;  }



.subpage li#nav_learn a, .subpage li#nav_support a {
	display: block;
	padding-top:17px; 
	margin: 0;
	height: 36px;
}

/* MAKES LEARN AND GIVE CLICKABLE ON HOME PAGE: */
li#nav_learn a, li#nav_support a {
	display: block;
	height: 105px;
}


.subpage li#nav_go, .subpage li#nav_listen {
	  padding-top:17px; 
	  height: 35px;
}


.music .nav2{
	background-color: #aa2f14;
	padding-left: 210px;
	position: relative;
	height: 51px;
}

.music .nav2 p {
	width: 560px;
	margin: 10px;
	color: white;
	padding-top: 10px;
	font-size: 110%
}

.music .nav2 h3 {
	font-size: 170%;
	padding-top: 10px;
}

.music .nav2 #music_missiontix {
	float: right;
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
}

.nav2 {	height:51px; position:relative; z-index:0; overflow: hidden;}
.nav2 ul.nav {margin-left: 35px;}
.nav2 li { float:left;  margin:18px 21px 0 0;  }
.nav2 ul.nav li a:link, .nav2 ul.nav li a:visited  {font-size: 12px; white-space: nowrap; } 

#misc #sn_misc, #about .nav2.misc {
	background-color: #2e2300;
}

#misc #sn_misc ul.nav, #about .nav2.misc ul.nav {
	margin-left: 225px;
}

#support .nav2 {
	background-color: #b37c0a;
	padding-left: 200px;
	position: relative;
	height: 51px;
}

 .nav2 h3 {
	font: normal 18px/1em "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	text-transform:uppercase; 
	position:absolute;
	left:0;
	color:#cabd56;
	border-right: 1px solid #cabd56;
	width:197px;
	height:23px;
	padding-top:8px;
	margin: 9px 10px 0 0;
	text-align: center;
	letter-spacing: .1em;
}
.nav2 h3 a {
	color:#cabd56;
}

.nav2 h3 a:hover {
	color:white;
	
}

ul.nav3 {
	margin-bottom: 100px;
}

#support ul.nav3, #about ul.nav3 {
	margin-bottom: 50px;
}

ul.nav3 li {
	border-bottom:1px solid #bbae72;
	margin: 0;
}

ul.nav3 li a

{
	display:block;
	padding:12px 0 12px 19px;
	color:#fffbe3;
	font-size: 13px;
	/*color: #e5dfa2;*/
		
}

ul.nav3 li a:hover {
	background-color: #b9b076; 
	color:#362700; 
	text-decoration: none;
	border-right: 1px solid #a39863;
}

/* !HEADS */

.subpage .columnLeft h4 {
	font: normal 20px/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-transform:uppercase;
	color:#cabd56; 
	letter-spacing: .1em;
	padding:1em 0 1em 0;
	margin-left: 20px;
	margin-top: 15px;
}



h5 {
	color:#612c0d; 
	font-size: 21px;
	line-height: 25px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h6 

{
	
	font-size: 14px; 
	text-transform: uppercase;
}

/* !CONTENT AREAS */

.columnLeft { float:left; width:198px; background-color: #2e2300; }
#misc .columnLeft, #about .columnLeft { float:left; width:198px; background-color: #43629f; }
.columnRight { float:right;	width:595px; background-color: #e5dfa2; }
#misc .columnRight { float:right;	width:595px; background-color: #e5dfa2; }

.infoblock {
	position:absolute; 
	bottom:80px;
	width:198px;
	padding-top:60px;
	text-align: center;
	background-position:top;
	background-repeat: no-repeat;
	color:#a6a472;
	font-size: 11px;
	}

.infoblock a {
	color:#a6a472;
	font-weight: bold;
}

.page_accessibility .infoblock,
.section_exhibitions .infoblock,
#homewood.section_annualprograms .infoblock {
	position: relative;
}

.newsblurb { 
	margin: 0 1em 0 2em; 
/* 	height:140px;  */
	padding-top:10px;
/* 	overflow: hidden;  */
	margin-bottom: 5px;
	}
	

#home .columnLeft h4 {
	font: normal 19px/1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-transform:uppercase;
	color:#fffbe3; 
	letter-spacing: .1em;
	padding:.3em 0 0 2px;
	margin-left: 20px;
	margin-top: 10px;
}
	
.newsblurb h5 {
	font: normal 13px/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0em;
	padding-bottom: 3px;
	padding-top: 1px;
	border-top: 1px solid #9f9d67;
}

.newsblurb p {
	font-size: 11px !important;
	color: #fffbe3 !important;
}
.newsblurb p a {
	font-weight: bold;
	display: inline;
}

.newsblurb p a:hover {
		border-bottom: 1px solid #9f9d67;
}

.newsblurb p.date { 
	margin-bottom: .5em; 
	font-weight: normal;
	text-transform: uppercase;
}

.newsblurb a {
	display:block;
	color:#cabd56; 
	margin-top: .5em;
}

img.button {margin:20px;}



/* --- ANIMATED FEATURES --- */

#slideshow {
	position: relative;
	background-color: black;
	cursor: pointer;
}

#slideshow #ss_caption {
	z-index: 300;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 3px 5px;
	color: white;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	font-weight: bold;
}

#slideshow #ss_banner {
	position: absolute;
	top: 240px;
	height: 45px;
	z-index: 30;
	background-color: rgba(255,255,255,0.75);
}

#slideshow #ss_cycler {
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow #ss_banner h3 {
	margin:12px;
	width:596px;
	font: normal 18px/1em "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	left:-1500px;
	text-align: center;
}





/* --- PAGETYPE STYLES --- */

/*landingpage*/
.section_main .section_main_content {display:block;}
.section_main .subpage_content {display:none;}

.section_main .columnLeft .section_main_content {margin:20px 20px 20px 30px;}
.section_main .nav3 {display:none; }
.section_main p 
{
	margin:1em 0 0 0; 
	color:#6a5e1b; 
	line-height: 1.6em; 
	font-size: 1.2em;
}
.section_main h4 
{
	height:134px; 
	width:345px; 
	margin: 40px 0 20px 30px;
	text-indent:-9999px;
}

.section_main .columnLeft { float: right; width: 50%; background-color: #2e2200 !important; }
.section_main .columnRight { float: left;	width: 50%; background-color: #e6dea0 !important; height: 620px; }

#homewood.section_main .columnLeft, #evergreen.section_main .columnLeft {
	background-image: url("../_media/museums/evergreen/landing02.jpg");
	background-repeat: no-repeat;
}

#homewood.section_main .columnLeft, #homewood.section_main .columnLeft {
	background-image: url("../_media/museums/homewood/landing01.jpg");
	background-repeat: no-repeat;
}


/* MUSIC PAGES filler page for when no series is going on */

#music_homewood_filler .columnLeft,  .about.section_main .columnLeft { float: right; width: 50%; background-color: #2e2200 !important; }
#music_homewood_filler .columnRight, .about.section_main .columnRight { float: left;	width: 50%; background-color: #e6dea0 !important; height: 420px; }

#music_evergreen_filler .columnLeft {float: right; width: 30%; background-color: #2e2200 !important;}
#music_evergreen_filler .columnRight {float: left;	width: 70%; background-color: #e6dea0 !important; height: 820px; }

.shops .columnLeft { float: right; width: 30%; background-color: #2e2200 !important; }
.shops .columnRight { float: left;	width: 70%; background-color: #e6dea0 !important; height: 450px; }

#music_homewood_filler .columnLeft {
	background-image: url("../_media/museums/homewood/landing02.jpg");
	background-color: white;
}

#music_evergreen_filler .columnLeft {
	background-image: url("../_media/museums/evergreen/landing03.jpg");
	background-color: white;
}

#music_homewood_filler .columnRight p.update a:hover, 
#music_evergreen_filler .columnRight p.update a:hover {
	color: #f4eebf;
}

#about.about.section_main .columnRight {
	width: 50% !important;
	float: right !important;
}

#about.about.section_main .columnLeft {
	width: 50% !important;
	float: left !important;
	background-image: url("../_media/utility/about_landing02.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

.about.section_main .columnRight h5 {
	margin-left: 40px;
	margin-right: 30px;
}

.columnRight .image_landing {
	background-image: url("../_media/support/support_landing_01.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 370px;
}

.columnRight .image_landing {
	padding:0 !important;
}

#support .columnRight .image_landing p, #support .image_landing h5, #support .image_landing h6 {
	margin-left: 25px;
	margin-right: 30px;
	text-align: left;
}

#support img {
	margin-left: 30px;
	margin-top: 30px;
}

/*
#support .columnRight {
	padding-bottom: 0;
}
*/


.about.section_main .columnRight h6 {
	margin-top: 35px;
	margin-bottom: 10px;
	font-size: 11px;
	width: 250px;
}

.about.section_main .columnRight {
	height: 465px;
}


.about.section_main .columnRight p {
	text-align: left;
	width: 300px;
}

.shops .columnLeft {
	background-image: url("../_media/shops/shop02.jpg");
	background-repeat: no-repeat;
}

.shops .columnRight {
	height: 1200px;
}

.shops .columnRight p, {
	text-align: left;
	width: 470px;
}

#music_homewood_filler .nav2.listen p,
#music_evergreen_filler .nav2.listen p {
	text-transform: uppercase;
}


#music_homewood_filler .columnRight p, #music_homewood_filler .columnRight h6,
#music_evergreen_filler .columnRight p, #music_evergreen_filler .columnRight h6 {
	margin-right: 50px;
	color: #e5dfa2;
	text-align: left;
}
	#music_homewood_filler .columnRight h5,
	#music_evergreen_filler .columnRight h5 {
	margin-right: 50px;
	color:#cabd56;
	}
	
#music_homewood_filler .columnRight,
#music_evergreen_filler .columnRight {
	background-color: #2e2200 !important;
}

#music_homewood_filler .columnRight p.update,
#music_evergreen_filler .columnRight p.update  {
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	text-indent: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 6px 0;
	border-top: 1px solid #cabd56;
	border-bottom: 1px solid #cabd56;
	color:#cabd56;
}
#music_homewood_filler .columnRight p.update a,
#music_evergreen_filler .columnRight p.update a {
		color: #cabd56;
}


/*subpage*/
.subpage .section_main_content {display:none;}
.subpage .subpage_content {display:block;}

.subpage .columnLeft h5,
.subpage .columnLeft p {
	color:#fffbe3;
	margin:0 25px 1em 20px;
	line-height: 1.9em; 
	font-size: 12px;
	font-weight: normal;
	
}
.subpage .columnLeft p {
	font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 112x;
	line-height: 1.5em;
	margin-bottom: .6em;
}
.subpage .columnLeft p a {
			font-weight: bold;
			color: #fffbe3;
}

.subpage .columnLeft h5 {
	color: #cabd56;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 1.4em; 
	line-height: 1.3em;
	text-transform: uppercase;
	margin-top:1em;
	margin-bottom: 3px;	
	}




.subpage .columnLeft .content {padding-bottom: 180px;}

/* !TRICKERY */

.columnLeft, .columnRight { 
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}/* Equal length columns */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Section Specific Styles */
#home #nav1 { border-bottom:5px solid white;}
#home .columnLeft {background-color: #362700; }
#home li#nav_go {overflow: visible;}

.themuseums #nav1 ul.nav li#nav_learn { }

.themuseums .see_all {
	background-color: #74411e;
	margin-top: 6px;
	background-image: url("../_media/interface/cal_see-all.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 45px 18px;
}

.themuseums .see_all:hover {
	background-color: #955323;
	cursor: pointer;
	background-image: url("../_media/interface/cal_see-all_hover.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 45px 18px;
}

.themuseums .animating {
	background-color: #74411e;
	margin-top: 6px;
	background-image: url("../_media/interface/spinner.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 38px center;
}

.themuseums .hide_all {
	background-color: #74411e;
	margin-top: 6px;
	background-image: url("../_media/interface/cal_hide-all.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 43px 18px;
}

.themuseums .hide_all:hover {
	background-color: #955323;
	cursor: pointer;
	background-image: url("../_media/interface/cal_hide-all_hover.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 43px 18px;
}

.themuseums #event_view p {
	margin-left: 100px;
	border-left: 1px solid black;
	padding: 15px 15px 15px 20px;
	text-transform: uppercase;
	color: white;
	font-size: 130%;
}

.themuseums .listing h6 { 
	color: #a78f47;
	padding-bottom: .5em; 
}

.themuseums #nav1 ul.nav li#nav_go {
	background-image: none; 
	border-bottom: 2px solid #7f6d09; 
}

.music ul.listing {
	margin-left: 30px;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.music .listing li {
	height: auto;
	margin: 0;
	list-style: none;
}

.music .listing li h6 {
	margin: 0 0 0 0;
}

.buy_ticket  {
	background-color: #a93019;
/* 	border: 1px solid #eeeac4; */
	padding: 13px 15px 11px 15px;
/* 	float: right; */
	color: #fffbe3 !important;
	text-transform: uppercase;
	font-size: 10px;
	-webkit-border-radius: 6px;
	display: inline;
	margin-bottom: 10px;
	margin-top: 10px;

}

.buy_ticket:hover {
/* 	border: 1px solid #eeeac4; */
	background-color: #b12207 !important;
	-webkit-box-shadow: 0 0 3px #b12207;
	-moz-box-shadow: 0 0 3px #b12207;

}

.find_event {
	background-color: #a78f47;
/* 	border: 1px solid #eeeac4; */
	padding: 13px 15px 11px 15px;
	text-transform: uppercase;
	font-size: 10px;
/* 	float: right; */
	color: #fffbe3 !important;
	-webkit-border-radius: 6px;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.find_event:hover {
/* 	border: 1px solid #eeeac4; */
	background-color: #a78a34 !important;
	-webkit-box-shadow: 0 0 5px #a78a34;
	-moz-box-shadow: 0 0 5px #a78a34;
}

.columnLeft .buy_ticket {
	background-color: #a93019;
	border: 1px solid #eeeac4;
	float: none;
	text-align: center;
	margin: 20px;
	width: 120px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.85);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.85);
	padding: 9px 15px 7px 15px;
	text-decoration: none;
	display:block;
}

.columnLeft .buy_ticket:hover {
	background-color: #693208;
	text-decoration: none;
}

.buy_ticket:hover, .find_event:hover {
	background-color: #2e2200;
	text-decoration: none;
}

.music .listing .concert_time {
	margin: 5px 0;
}

 .tools {
	-webkit-border-radius: 6px;
	margin-bottom: 40px;
	margin-top: 12px;
	width:100%;
	padding-top: 18px;
	padding-bottom: 13px;
	border-top: 1px solid #c7c186;

}



/*
div.event_program {
	margin-top: 10px;
}

div.event_program h6 {
	font-size: 120%;
}

div.event_program ol {
	list-style-type: decimal;
	background-color: #d2cb8f;
	padding: 0 10px;
	margin: 10px 0;
}

div.event_program ol li {
	list-style-type: decimal !important;
	list-style-position: inside;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #a09c6e;
	font-size: 11px;
}

div.event_program ol li:last-child {
	border: 0;
}
*/

/* Generic Styles */
.assistive { display: none; }

/* Section Specific Styles */
#home #nav1 {border-bottom:5px solid white;}
#home .columnLeft {background-color: #362700;}

#calendar #nav1 ul.nav li#nav_learn { }
#calendar p {
	margin: 0;
	padding: 0;
}

#calendar .see_all {
	background-color: #74411e;
	margin-top: 6px;
	background-image: url("../_media/interface/cal_see-all.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 45px 18px;
}

#calendar .see_all:hover {
	background-color: #955323;
	cursor: pointer;
	background-image: url("../_media/interface/cal_see-all_hover.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 45px 18px;
}

#calendar .animating {
	background-color: #74411e;
	margin-top: 6px;
	background-image: url("../_media/interface/spinner.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 38px center;
}

#calendar .hide_all {
	background-color: #74411e;
	margin-top: 6px;
	background-image: url("../_media/interface/cal_hide-all.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 43px 18px;
}

#calendar .hide_all:hover {
	background-color: #955323;
	cursor: pointer;
	background-image: url("../_media/interface/cal_hide-all_hover.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 43px 18px;
}

#calendar #event_view p {
	margin-left: 100px;
	border-left: 1px solid #ebe7bc;
	padding: 15px 15px 15px 20px;
	text-transform: uppercase;
	color: white;
	font-size: 130%;
}

.columnLeft { background-color: #2e2300; }
.columnRight {background-color: #e5dfa2;}
#calendar .listing h6 { color:#877823; padding-bottom: .5em; }
#calendar #nav1 ul.nav li#nav_learn {background-image: none; border-bottom: 2px solid #69330d; }
/* .calendarList { margin-top: 25px; } */

#calendar #nav1 ul.nav li#nav_learn:hover {	
	background-color: #693208;
	cursor: pointer;
}

#calendar h5 {
	padding: 0;
	margin: 20px;
}

ul.calendarList {
	margin: 0 !important;
	padding: 0 !important;
}

.calendarList li {
	padding: 0;
	clear: both;
	color: #2e2300;
	display: block;
	width: 100%;
	margin: 6px 0 0 0 !important;
	padding: 0;
}

.calendarList li:hover { cursor: pointer; }

.calendarList li.upcoming_event {
	background-color: #9a781f;
	}

/* .calendarList li:hover { background-color: #9a781f; } */

.calendarList li h6 {
	display: block;
	float: left;
	width: 100px;
	height: 46px;
	margin: 15px 0 0 0;
	text-align: center;
	font-weight: normal;
	color: #ebe7bc;
	border: none;
}

.calendarList li h6 .event_month, 
.calendarList li h6 .event_day {
	display: block;
	width: 100px;
	font-weight: normal;
	text-align: center;
	padding: 6px 0 6px 0;
}


.calendarList li h6 .event_day {
	font-size: 2.2em;
}

.calendarList li h6 .event_day_small {
	font-size: 20px;
	line-height: 1.2em;
}

.calendarList li h6 .event_day_smaller {
	font-size: 13px;
		opacity: .5;
}

.calendarList li .event_info {
	margin-left: 100px;
	margin-top: 0;
	border-left: 1px solid #ebe7bc;
	padding-left: 20px;
	padding-bottom: 15px;
}

.calendarList li .event_info .event_title {
	font-size: 1.5em;
	line-height: 1.2em;
	display: block;
	padding-top: 18px; 
	padding-bottom: 2px;
}

.calendarList li .event_series-title {
	font-style: italic;
	font-size: 1.2em;
	padding-bottom: 4px;
	padding-top: 8px;
	margin-right: 50px;
}


p.event_download a {
	margin-left: -12px;
	padding-left: 0;
}

.calendarList li .event_list {
	border-top: 1px solid #2e2300;	
	padding-top: 5px;
	margin-right: 30px;
}

.calendarList li .event_details {
	color: #ebe7bc;
	font-size: 1.1em;
	margin-top: 5px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.event_venue, .event_ticketing {
	display: block;
	padding: 2px 0;
}

.calendarList li .event_description {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 15px;
	text-align: justify;
}

.calendarList li .event_description {
	line-height: 150%;
}

.calendarList li ul.event_program {
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 100%;
	color: #2e2300;
	margin-top: 20px;
}

.calendarList li ul.event_program li {
	padding: 10px;
	width: auto;
	border-top: 1px solid white;
	color: #2e2300;
}

.calendarList li ul.event_program li:hover {
	background-color: transparent;
}

.calendarList li.noevents {
	color: #362700;
	font-size: 120%;
	padding: 20px;
}

body.themuseums a.active { border-bottom: 1px solid white; }

.section_contemporary .columnLeft h4 {
	font-size: 180%;
}

#hcard-House-Guest-Residency-Program {
	margin-top: 15px;
}

.page_introduction .nav3 .introduction, 
.page_museuminfo .nav3 .museuminfo, 
.page_thegarrettfamily .nav3 .thegarrettfamily, 
.page_highlights .nav3 .highlights, 
.page_exhibitions .nav3 .exhibitions, 
.page_garrettlibrary .nav3 .garrettlibrary, 
.page_rightsreproductions .nav3 .rightsreproductions, 
.page_searchthecollection .nav3 .searchthecollection, 
.page_artist-in-residence .nav3 .artist-in-residence, 
.page_sculptureatevergreen .nav3 .sculptureatevergreen, 
.page_forteachers .nav3 .forteachers, 
.page_volunteeropportunities .nav3 .volunteeropportunities, 
.page_internships .nav3 .internships, 
.page_generalinfo .nav3 .generalinfo, 
.page_directionsparking .nav3 .directionsparking, 
.page_grouptours .nav3 .grouptours, 
.page_accessibility .nav3 .accessibility, 
.page_contact .nav3 .contact, 
.page_generalinformation .nav3 .generalinformation, 
.page_accessibility .nav3 .accessibility,
#calendar.alltypes .nav3 #cal_events_all,
#calendar.concerts .nav3 #cal_events_concerts,
#calendar.programs .nav3 #cal_events_programs, 
#calendar.exhibitions .nav3 #cal_events_exhibitions, 
#calendar.lectures .nav3 #cal_events_lectures, 
#calendar.formembers .nav3 #cal_events_formembers,
#calendar.other .nav3 #cal_events_other {
	background-color: #baaf74; 
	border-bottom: 1px solid #baaf74;
	border-right: 1px solid #a39863;
}

.page_introduction .nav3 .introduction a, 
.page_museuminfo .nav3 .museuminfo a, 
.page_thegarrettfamily .nav3 .thegarrettfamily a, 
.page_highlights .nav3 .highlights a, 
.page_exhibitions .nav3 .exhibitions a, 
.page_garrettlibrary .nav3 .garrettlibrary a, 
.page_rightsreproductions .nav3 .rightsreproductions a, 
.page_searchthecollection .nav3 .searchthecollection a, 
.page_artist-in-residence .nav3 .artist-in-residence a, 
.page_sculptureatevergreen .nav3 .sculptureatevergreen a, 
.page_forteachers .nav3 .forteachers a, 
.page_volunteeropportunities .nav3 .volunteeropportunities a, 
.page_internships .nav3 .internships a, 
.page_generalinfo .nav3 .generalinfo a, 
.page_directionsparking .nav3 .directionsparking a, 
.page_grouptours .nav3 .grouptours a, 
.page_accessibility .nav3 .accessibility a, 
.page_contact .nav3 .contact a, 
.page_generalinformation .nav3 .generalinformation a, 
.page_accessibility .nav3 .accessibility a,
#calendar.alltypes .nav3 #cal_events_all a,
#calendar.concerts .nav3 #cal_events_concerts a,
#calendar.programs .nav3 #cal_events_programs a, 
#calendar.exhibitions .nav3 #cal_events_exhibitions a, 
#calendar.lectures .nav3 #cal_events_lectures a, 
#calendar.formembers .nav3 #cal_events_formembers a,
#calendar.other .nav3 #cal_events_other a
{ color: #2e2200; border-right: 0; }

.nav2 a:hover { text-decoration: none; }

.section_collections .nav2 .collections, 
.section_exhibitions .nav2 .exhibitions, 
.section_education .nav2 .education, 
.section_visit .nav2 .visit, 
.section_annualprograms .nav2 .annualprograms, 
.section_contemporary .nav2 .contemporary,
.section_collections .nav2 .collections:hover, 
.section_education .nav2 .education:hover, 
.section_visit .nav2 .visit:hover, 
.section_annualprograms .nav2 .annualprograms:hover, 
.section_contemporary .nav2 .contemporary:hover { 
	background-color: #6d5c00; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-top: 1px solid #574900; 
	border-bottom: 1px solid #a39316; 
	top: -5px; left: -8px; 
	position: relative; 
	margin-right: 8px; 
}

.section_collections .nav2 .collections a,
.section_exhibitions .nav2 .exhibitions a, 
.section_education .nav2 .education a, 
.section_visit .nav2 .visit a, 
.section_annualprograms .nav2 .annualprograms a, 
.section_contemporary .nav2 .contemporary a { 
	padding: 5px 8px 5px 8px; 
	display: block; 
	text-decoration: none; 
}

#calendar.allmuseums #cal_loc_all,
#calendar.homewood #cal_loc_homewood,
#calendar.evergreen #cal_loc_evergreen,
#calendar.Additional #cal_loc_other {
	background-color: #5d2c06; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-top: 1px solid #442004; 
	border-bottom: 1px solid #cb7e41 !important; 
	top: -5px; left: -8px; 
	position: relative; 
	margin-right: 8px;
}

#calendar.allmuseums #cal_loc_all a,
#calendar.homewood #cal_loc_homewood a,
#calendar.evergreen #cal_loc_evergreen a,
#calendar.Additional #cal_loc_other a {
	padding: 5px 8px 5px 8px; 
	display: block; 
	text-decoration: none; 
	border: 0 !important;
	border-color: transparent !important;
}

#curate_help {
	margin-left: 250px;
}

#all.administration #curate_site,
#evergreen.administration #curate_evergreen,
#homewood.administration #curate_homewood,
.help #curate_help {
	background-color: #4e5467; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-top: 1px solid #22242d; 
	border-bottom: 1px solid #a0abd3 !important; 
	top: -5px; left: -8px; 
	position: relative; 
	margin-right: 8px;
}

#all.administration #curate_site a,
#evergreen.administration #curate_evergreen a,
#homewood.administration #curate_homewood a,
.help #curate_help a {
	padding: 5px 8px 5px 8px; 
	display: block; 
	text-decoration: none; 
	border: 0 !important;
	border-color: transparent !important;
}

.administration .nav3 li {
	border-color: grey;
}

.administration .nav3 li:hover,
.administration.collections #curate_type_collections,
.administration.exhibitions #curate_type_exhibitions,
.administration.events #curate_type_events {
	background-color: #2d2e31;
}

.administration.exhibitions #curate_type_exhibitions a,
.administration.collections #curate_type_collections a,
.administration .nav3 li:hover a {
	background-color: #2d2e31;
	color: white;
	border-color: black;
}

.delete_button {
	background-color: #d24b2e !important;
	float: right;
	margin: -8px;
	padding: 16px;
	padding-left: 8px;
	display: block;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	color: white !important;
	width: 30px;
}

.collapsed .delete_button {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.delete_button:hover {
	background-color: #aa2f14 !important;
	text-decoration: none;
}

.cancel_edit_button {
	background-color: #4062a0;
	float: right;
	margin: -8px;
	padding: 16px;
	padding-left: 8px;
	display: block;
	color: white !important;

	width: 30px;
	margin-right: 10px;
}

.cancel_edit_button:hover {
	background-color: #263859 !important;
	text-decoration: none;
}

.themuseums .nav2 {
	background-color: #7f6d09; 
	padding-left: 185px; 
	width: 100%;
}

#calendar .nav2 {
	background-color: #69330d; 
	padding-left: 210px; 
	width: 100%;
}

#admin .nav2 * {
	border-color: #8c8c8c;
}

/* !MUSEUM-SPECIFIC STYLES */

body {
	background-color: #283859;
	background-image: url('../_media/interface/blue_lighting.gif');
	background-position: 50% -200px;
	background-repeat: no-repeat;
}

body.music {
	background-color: #283859;
	background-image: url('../_media/interface/blue_lighting.gif');
	background-position: 50% -200px;
	background-repeat: no-repeat;
}

#homewood {
	background-color: #39471e;
	background-image: url('../_media/interface/green_lighting.gif');
}

#evergreen {
	background-color: #41210e;
	background-image: url('../_media/interface/brown_lighting.gif');
}

#homewood.music, 
#evergreen.music, 
#evergreen.music.subpage
 {
	background-color: #283859;
	background-image: url('../_media/interface/blue_lighting.gif');
	background-position: 50% -200px;
	background-repeat: no-repeat;
}

/* #admin {
	background-color: #404040;
	background-image: url('../_media/interface/grey_lighting.gif');
} */

.administration .nav2 {
	background-color: #3d404e; 
	padding-left: 210px; 
	width: 100%;
}

.administration .columnLeft {
	background-color: #1e1e1e;
}

/* #admin .columnRight {
	background-color: #dadada;
} */

.administration #footer {
	height: 0;
	padding: 2px 0 0 0;
}

.administration #footer * {
	display: none;
}

.administration .columnLeft h4 {
	font-size: 180%;
	color: silver;
}

.administration #nav_go { background-color: #2e333d; }
.administration #nav_listen { background-color: #576275; }
.administration #nav_shop { background-color: #465060; }
.administration #nav_learn { background-color: #1b1e24; }

#evergreen .infoblock {	background-image: url(../_media/museums/evergreen/evergreen_logo_small.gif); }
#homewood .infoblock { background-image: url(../_media/museums/homewood/homewood_logo_small.gif); }

#evergreen.section_main p {
	margin-right: 35px; 
}

#homewood.section_main p {
	margin-right: 35px; 
}

#evergreen.section_main h5 { 
	background-image: url(../_media/museums/evergreen/evergreen_logo_large.gif); 
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 100%;
	margin-top: 25px;
}

#homewood.section_main h5 { 
	background-image: url(../_media/museums/homewood/homewood_logo_large.gif); 
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
	width: 100%;
	margin-top: 25px;
}

/* !TYPOGRAPHIC STYLES */

.columnRight p {
	margin-right: 85px;
	margin-left: 40px;
	color: #3e2f00;
	font-size: 13px;
	line-height: 165%;
	text-align: justify;
}


.columnRight h5 {
	margin: 35px 85px 9px 40px;
	padding: 0 0 0 0;
/*border-bottom: 1px solid #dad497;*/
}

.columnRight p {
	margin-bottom: 0;
}


.columnRight p + p {
	text-indent: 1em;
	margin-top: 0; 
}

/*
.columnRight p.introduction:first-letter {
	font-size : 370%;
	font-weight : normal;
	float : left;
	width : .8em;
	color: #612c0d;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 9px;
}
*/

.columnRight p span.introduction,
.columnCenter p span.introduction {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
 	font-size: 370%;
	line-height: 0.85em;
	color: #612c0d;
 	margin-right: 0.03em;
 	margin-bottom:-0.25em;
}

.columnRight p.intro {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #612c0d;
}




.columnRight p:last-child {
	margin-bottom: 20px;
}



.columnRight dd p {
	margin-left: 0;
}

acronym {
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

blockquote {
	color: #aa2f14;
	margin: 10px 110px 0 20px;
	padding: 10px;
	font-size: 140%;
	line-height: 150%;
	background-color: #dad497;
}

.type.title {
	font-style: italic;
}

.section_main h5 {
	margin: 0; padding: 0;
	border: 0;
}

/*
#homewood .nav2 h3 a {
	display: block;
	text-indent: -9999px; 
	background-image: url(../_media/interface/nav2_homewood.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#evergreen .nav2 h3 a {
	display: block;
	text-indent: -9999px;
	background-image: url(../_media/interface/nav2_evergreen.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#calendar .nav2 h3 {
	display: block;
	text-indent: -9999px;
	background-image: url(../_media/interface/nav2_locations.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
*/

.administration .nav2 h3 {
	display: block;
	text-indent: -9999px;
	background-image: url(../_media/interface/nav2_admin.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* !LISTINGS */

.listing li {
	color:#2e2300;
	padding-bottom: 30px; 
/* 	border-bottom: 1px solid #2e2300; */
	font-size: 13px;
	line-height: 1.7em;	
	clear: both;
	overflow: hidden;
	padding: 20px 10px;
}

.music .listing li {
		padding: 10px 10px;
}
.music .listing li h6 {
	font-size: 14px;
}

.listing .date, .music .listing .concert_time { 
	font-weight: bold; 
	font-size: .9em;
	padding-bottom: .5em; 
	text-transform: uppercase; 
	color: #612c0d;
}

#evergreen.section_contemporary .date { 
	font-weight: bold; 
	font-size: 1.2em;
	margin-left: 40px;
	padding-bottom: .5em; 
	text-transform: uppercase; 
	color: #612c0d;
}

.listing {
	margin: 0 10px 0 10px;
}


.listing li.last {
	border: 0;
}

.listing li img {
	float:left; 
	margin:0 2em 2em 0; 
	width: 160px;
	height: 160px;
	margin: 0 20px 0 0;
	padding: 0;
	border: 1px solid #a78f47;
}

.listing p {
	margin: 0;
}

hr {
	border: none;
	border-bottom: 2px solid white;
	margin: 20px 0;
}

/* !FORMS */

form ul, form ol {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 80%;
}

form li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-indent: none;
	list-style: none;
}

form {
	margin: 10px 30px 30px 30px;
}

form label {
	color: #45422f;
}

form hr {
	border: none;
	border-bottom: 2px solid white;
	margin: 20px -30px;
}

form fieldset {
	background-color: #b8b17e;
	padding: 5px;
	margin: 5px -10px;
}

.administration h6 {
	color: #2e2200;
	margin: 20px 30px;
}

form h6	{
	margin: 0 !important;
	padding: 0;
	margin-bottom: 10px;
	color: #2c324e;
}

form fieldset .form_block {
	margin: -5px 2px;
}

form fieldset .form_block label {
	width: 93px;
}

form .edit_panel {
	margin: 5px -20px;
}

form .edit_panel .form_block {
	margin: 0 10px 5px 10px;
}

form .edit_panel fieldset {
	margin: 5px 10px;
}

form .edit_panel fieldset .form_block {
	margin: -5px 2px;
}

.form_block { 
	display: block;
	background-color: #cfc991;
	border: 1px solid #b7b280;
	color: #151000;
	font-weight: bold;
	font-size: 110%;
	overflow: hidden;
	margin: 5px -10px;
}

form .required {
	color: #aa2f14;
}

form .required label {
	color: #aa2f14;
}

.form_block:hover {
	background-color: #c8c28c;
}

form .edit_panel {
	display: none;
}

.form_block label {
	display: block;
	float: left;
	text-align: right;
	padding: 5px;
	width: 100px;
	border-right: 1px solid #b8b17e;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	padding-right: 10px;
	padding-top: 8px;
}

.form_block .form_field {
	margin: 10px;
	margin-top: 10px;
}

.form_block.instructions {
	padding: 10px;
}

.form_block.heading {
	padding: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.form_block.heading.collapsed {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.form_block.admin_listing {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	padding-bottom: 10px;
}

.form_block textarea.form_field {
	width: 400px;
	height: 300px;
}

.form_block.abstract textarea.form_field {
	width: 400px;
	height: 50px;
}

.form_block.buttons {
	padding-left: 120px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.form_block ul {
	max-height: 200px;
	overflow: auto;
}

.form_block ul li {
	border-bottom: 1px solid #b9b07c;
	padding: 5px;
	list-style: none;
	list-style-position: inside;
}

.form_block ul li a {
	color: #2e2200;
}

.form_block ul li a:hover {
	color: #2e250f;
	text-decoration: none;
}

.form_block ul li:hover {
	background-color: #baaf7a;
	cursor: pointer;
}

.form_block ul li:last-child {
	border-bottom: none;
}

.form_block.buttons input {
	margin: 5px;
}

.columnLeft p, .columnLeft li {
	font-size: 100%;
	color: white;
}

.columnRight h6 {
	margin: 20px 100px 9px 40px;
	padding: 0 20px 2px 0;
	color: #a78f47;
	border-bottom: 1px solid #c7c186;
}



.section_main .columnLeft .infoblock {
	display: none;
}

/* !SUPPORT */

#support .columnRight table {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 70px;
	color: #2e2200;
	font-size: 120%;
	line-height: 1.5em;
	width: 540px;
}

#support .columnRight table tr.on {
	background-color: #d5ce8a;
}

#support .columnRight table .thead, #support .columnRight table .tprice {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 15px;
	color: #612c0d !important;
	font-size: 12px !important;
	text-transform: uppercase;
	font-weight: bold;
}
#support .columnRight table .thead {
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius: 0;
}

#support .columnRight table .tprice {
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius: 0;
}

#support .columnRight table .descrip {
		-webkit-border-bottom-left-radius: 6px;	
		-webkit-border-bottom-right-radius: 6px;	
		-moz-border-radius: 0;
}

#support .columnRight table td.descrip {
	padding-bottom: 15px;
}

#support .columnRight table tr td {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 30px;
	margin-bottom: 0;
}

#support .columnRight table .buy_ticket {
	float: none;
	width: 12em;
	margin-top: 5px;
	position: absolute;
	right: 50px;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
	text-align: center;
}




.columnRight ul, .columnRight ol, .columnRight dl {
	margin: 10px 50px 10px 40px;
	color: #2e2200;
	font-size: 120%;
}

.columnRight li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 5px;
	margin-bottom: 5px;
}

.columnRight ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-left: 20px;
	margin-bottom: 5px;
}

.columnRight dt {
	margin-top: 15px;
	font-weight: bold;

}

.columnRight dd {
	
}

/* !RENT */

.rentals #frame {
	background-color: #e6dea0;
	overflow: hidden;
}

#availability p.instructions {
	margin-top: 20px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

.rentals.subpage .columnLeft {
	background-color: #263859;
}

/*
#rentals .columnRight {
	float: right;
	width: 188px;
	background-image: url("../_media/museums/evergreen/landing01.jpg");
	background-position: -200px -50px;
}
*/


#rentals .columnCenter {
	width: 560px;
	float: left;

}

#rentals .columnCenter p {
	color: #3e2e00;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
}

#rentals .columnLeft  {
	background-color: #693208;
}

.rentals .columnLeft {
	float: left;
	width: 198px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	background-color: #693208;
}

.rentals .block h4 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2em;
	color: #e6dea0;
	margin: 0;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bcad6f;
}

.rentals .columnLeft .block {
	border-bottom: 2px solid white;
}

.rentals .nav3  {
	margin-bottom: 0px;

}

.block.contactblock a#contact-trigger {
	color: #ffad00;
}

.block.availabilityblock {
	background-color: #b47b00;
	width: 100%;
}


.availabilityblock .field {
	display: block;
	clear: both;
	margin: .5em 0;
}

.availabilityblock .field label {
	float: left;
	display: block;
	width: 40px;
	color: #e6dea0;
	font-size: 11px;
	padding: 2px;
}

.availabilityblock .buttons {
	padding-left: 45px;
}

.availabilityblock form {
	margin: 15px auto;
	width: 160px;
}

.block.contactblock {
	background-color: #7f6d09;
	width: 100%;
}

.block.contactblock p {
	padding-bottom: 10px;
}

.block.downloadsblock {
	background-color: #693208;
	width: 100%;
	border-bottom: none !important;
}

.downloadsblock .download-info {
	font-size: 10px;
	display: block;
}

.rentals .block .downloadsblock h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.downloadsblock ul li {
	border-bottom:1px solid #bbae72;
	margin: 0;
}

.downloadsblock ul li a {
	display:block;
	padding:12px 0 12px 19px;
	color:white;
	font-size: 13px;	
}

.downloadsblock ul li a:hover {
	background-color: #b9b076; 
	color:#362700; 
	text-decoration: none;
	border-right: 1px solid #a39863;
}

#rentals .columnCenter h5 {
	font-size: 13px;
	font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 20px;
	color: #a78f47;
	padding-left: 15px;
}



.callout {
	padding-bottom: 10px;
	padding-right: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 35px;
	padding-left: 110px;
	background-color: #d2c560;
	border: 1px solid #c7c186;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: url('../_media/rentals/wine_cellar.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}


#rentals .columnCenter .callout h6 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 22px;
}


#rentals .columnCenter .callout p {
	margin-bottom: 15px;
	margin-right: 25px;
	font-size: 11px;
	color: #612c0d;
	font-weight: bold;
	text-align: left;
}

#rentals .callout p a:link{
	color: #4062A0;
	font-weight: bold;
}


#rentals .columnCenter .callout a.buy_ticket {
	background-color: #693208;
	color: #e6dea0;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: .2em;
	padding: 7px 15px;
}



#rentals .columnCenter h6 {
	font-size: 23px;
	text-transform: none;
	font-weight: normal;
	font-family: Georgia;
	color: #612c0d;
	margin-top: 0;
	margin: 5px 19px 20px 34px;
}

#rentals .columnCenter p {
	margin-right: 30px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: justify;
}

.rentals .nav2 {
	background-color: #4062a0; 
	padding-left: 190px; 
	width: 100%;
}



/* !CONTACT */

#contact {
	margin: 0; padding: 0;
	width: 100%;
}

#contact h1 {
	font-weight: normal;
	padding: 15px;
}

#contact form {
	margin: 0; padding: 15px;
}

#contact .field {
	display: block;
	padding: 5px;
}

#contact label {
	color: #e6dea0;
	display: block;
	width: 100px;
	float: left;
}

#contact .buttons {
	padding-left: 105px;
}

/* !RENTALS CALENDAR */

#TB_closeAjaxWindow {
	position: absolute;
	top: 20px;
	right: 15px;
	display: block;
}

#TB_closeAjaxWindow a {
	display: block;
	color: #b47b00 !important;
	text-transform: uppercase;
	margin: 0;
	width: 50px;
	text-align: left;
}

#availability #jump-widget {
	display: block;
	background-color: #693208;
	padding: 20px;
	margin: 0;
}

#availability .columnLeft #jump-widget {
	color: white;
}

#availability .columnLeft #jump-widget label {
	color: #e6dea0;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}

#availability #calendar-widget {
	margin-top: 30px;
	position:relative;
}

#availability .columnRight {
	position: relative;
}

#availability .columnRight h1 {
	font-weight: normal;
	margin: 0 20px;
	color: #2e2200;
	clear: both;
}

#availability .calendar { 
	margin: 10px !important;
}

#availability .calendar th {
	color: #2e2200;
}

#availability ul.controls {
	margin: 10px;
	width: 210px;
	position: absolute;
	top: -20px; right: 0;
}

#availability ul.controls li {
	float: left;
	list-style: none;
	margin: 0; padding: 12px;
}

#availability ul.controls li a {
	color: #3e2e00;
	margin: 0; padding: 0;
}

#availability .calendar { clear: both; }

#availability .calendar td { 
	background-color: #c0891b;
	font-size: 1.5em;
	height: 70px; 
	width: 100px !important;
	padding: 0 !important;
}

#availability .calendar th {
	background-color: #a49761;
	padding: 5px;
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
}

.day a {
	background-color: #b47b00;
	margin: 0;
}
.day a.date-number {
	text-decoration: none;
	color: white;
	display: block;
	height: 100%;
	width: auto;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}
.day:hover a.date-number {
	background-color: #d89507;
}
.day.today a.date-number {
	background-color: #312400; 
}
.day.today:hover a.date-number {
	background-color: #3c2b00; 
}

/* !FACILITIES */

#facilities-images {
	margin: 20px;
	padding: 0;
}

#facilities-images .image {
  margin: 0;
  position: relative;
  height: 406px;
  width: 596px;
}

#facilities-images .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#facilities-images .image .facilities-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(255,255,255,.75);
  text-shadow: 0 1px 2px rgba(0,0,0,.75);
  font-weight: bold;
  text-align: center;
  width: 586px;
  height: 20px;
  z-index: 30;
  display: block;
  padding: 5px;
  font-size: 8px;
}

#images-controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#facilities-list {
	padding: 10px 0;
}

.facility,
.facility-profile {
	margin: 0 40px;
	padding: 20px 0 10px 0;
	min-height: 150px;
	position: relative;
}

.facility-banner {
	margin-bottom: 30px;
}

.facility {
	border-top: 1px solid #bcad6f;
	clear: both;
}

.facility:first-child { 
	border-top: none; 
}

.facility.last { border-bottom: none; }

.facility-profile h4 {
	font-size: 20px;
	color: #2e2200;
}

.facility h5, 
.facility-profile h5 {
	margin: 0; padding: 0;
	font-weight: normal;
	color: #3c62a1;
	margin-bottom: 5px;
}

.facility .amenities, 
.facility-profile .amenities {
	color: #2e2200;
	font-size: 11px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.facility p,
.facility-profile p {
	margin: 0;
}

.facility .tile {
	float: left;
	margin-right: 20px;
}

.facility .buy_ticket {
	display: block;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 200px;
	background-color: #263859;
}

#facilities .buy_ticket a:hover {
	background-color: #1a315d !important;
	-webkit-box-shadow: 0 0 3px #1a315d;
	-moz-box-shadow: 0 0 3px #1a315d;
}


.button {
	display: block;
	margin: 10px -10px;
	padding: 10px 10px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #3c62a1;
	font-weight: bold;
	border-top: 1px solid #e6dea0;
	border-bottom: 1px solid #e6dea0;
	text-transform: uppercase;
	border-top: 1px solid #bcad6f;
	border-bottom: 1px solid white;	float: right;
	color: white;
	border: 0;
	padding-left: 40px;
	width: 80px;
	margin: 20px 0 20px 20px;
}

.facility-profile h5,
.facility-profile h6,
.facility-profile p {
	padding: 0; margin: 0;
	text-indent: 0 !important;
}


.facility-profile p {
	margin-bottom: 5px;

}

.facility-profile h5 {
	margin-bottom: 5px;
	margin-top: 20px;
}

.facility-profile .note {
	font-style: italic;
	font-size: 11px;
}

.facility-profile .button {
	color: white;
	background-color: #263859;
	background-image: url('../_media/interface/camera_icon_white.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

.facility-profile .button:hover {
	color: #2e2200;
	background-image: url('../_media/interface/camera_icon_darkbrown.png');
}

/* !REQUEST */

.request h1 {
	font-weight: normal;
	margin: 20px;
	font-size: 16px;
	color: white;
	padding-bottom: 10px;
}

.request table { 
	width: 100%; 
	margin: 20px;
}

.request table th {
	border-bottom: 1px solid #c0891b;
	padding: 5px;
	font-weight: normal;
	color: #c0982e;
	text-transform: uppercase;
}

.request table td {
	padding: 5px;
}

.request table tr.even td {
	background-color: #363222;
}

table#availability-listing {
	width: 560px;
	margin: 20px; padding: 0;
}

form#rental-inquiry {
	margin: 20px;
}

form#rental-inquiry .field {
	display: block;
	clear: both;
	padding: 5px;
}

form#rental-inquiry .field label {
	width: 100px;
	float: left;
	color: #e6dea0;
}

form#rental-inquiry .buttons {
	padding-left: 102px;
}

.available { color: #e6dea0; }
.unavailable { color: #b47b00; }
a.inquire { 
	background-color: #b47b00;
	color: white !important;
	font-size: 9px;
	margin-left: 20px;
	text-transform: uppercase;
	padding: 2px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
a.inquire:hover {
	background-color: #aa2f14;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.75);
}

.request #controls {
	position: absolute;
	top: 20px; right: 100px;
}

.request #controls a {
	color: white !important;
}

/* !CATERERS */

#caterers-list {
	margin: 15px 10px;
}
#caterers-list li.even {
	list-style: none !important;
}

#caterers-list li.odd {
	list-style: none !important;
	background-color: #d5ce8a;
}

#caterers-list li {
	padding-top: 15px;
	padding-bottom: 15px;
}

#caterers-list li .org {
	font-weight: bold;
}

/* !DOWNLOADS */

#downloads .downloadsblock {
	margin: 0; 
	list-style: none;
	display: block;
	float: left;
	width: 170px;
	height: 300px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
	margin-bottom: 55px;
}

#downloads .downloadsblock p {
	text-align: center;
}

#downloads .downloadsblock.first {
	padding-left: 0;
	border-right: 1px solid #c7c186; 
}

#downloads .downloadsblock h4 {
	color: #3c62a1;
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#downloads .downloadsblock p {
	padding: 0; margin: 0;
	font-size: 12px;
}

#downloads .downloadsblock .download-link {
	display: block;
	height: 40px;
	padding-top: 120px;
	width: 160px;
	margin: 20px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #d5ce8a;
	background-image: url(../_media/interface/pdf.png);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	border-top: 1px solid #e6dea0;
	border-bottom: 1px solid #e6dea0;
	color: #2e2200;
	font-weight: bold;
}

#downloads .downloadsblock .download-link:hover {
	-webkit-box-shadow: 0 0 7px #d5ce8a;
	-moz-box-shadow: 0 0 7px #d5ce8a;
	background-color: #d1c978;
}

/* !TREASURES */

#support .treasure-description img {
  margin: 0;
}

/* !CONTACTS */

ul.contacts {
	margin-left: 20px;
	margin-right: 20px;
}


ul.contacts li {
	line-height: 150%;
	list-style: none;
	font-size: 1.1em;
/*
	background-color: #d5ce8a;
	border-top: 1px solid #c7c186;
	border-bottom: 1px solid #c7c186;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius: 0px;
*/
}


.columnRight .contact {
	margin: 20px;
	color: #2e2200;

}

.columnLeft .contact {
	color: white;
	margin: 0 20px;
	line-height: 1.8em;
}

li .contact .name {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #43629f;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 20px;
	border-bottom: 1px solid #c7c186;
}


.contact .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
}

.columnLeft .contact .title {
	text-transform: uppercase;
	color: #e6dea0;
}

.contact .phone {

}

.contact .email {

}

.contact .about {
	font-style: italic;
}

.columnRight #trustees, .columnRight #honorary {
	margin-left: 15px;
	margin-bottom: 30px;
}
.columnLeft #trustees, .columnRight #honorary  {
	margin-top: 10px;
}

.columnRight #trustees li, .columnLeft #trustees li, .columnRight #honorary li {
	list-style: none;
}

.columnRight .contact.trustee, .columnLeft .contact.trustee {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	list-style: none;
}

.columnRight .contact.trustee .name, .columnLeft .contact.trustee .name {
	color: #3e2f00;
	font-size: 12px;
	margin-top: 0 !important;
	text-transform: none;
	border: none;
}

.columnRight .contact.trustee .name {
	color: #3e2f00;
}

.columnLeft .contact.trustee .name {
	color:white;
}

.contact.trustee .name .title {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

#googlemap {
	margin: 0 30px;
	border: 2px solid white;
}

/* !THE DEBUGGERY */

/*
#nav_learn {
	border: 1px solid yellow;
}

#nav_learn a {
	border: 1px solid blue;
}
*/

/* menu items */
#nav1 #go_homewood a {
	text-indent: -9999px;
	background-image: url(../_media/interface/go_homewood.gif);
	background-repeat: no-repeat;
	background-position: center center;
} #nav1 #go_homewood a:hover {
	background-image: url(../_media/interface/go_homewood_hover.gif);
}

#nav1 #go_evergreen a {
	text-indent: -9999px;
	background-image: url(../_media/interface/go_evergreen.gif);
	background-repeat: no-repeat;
	background-position: center center;
} #nav1 #go_evergreen a:hover {
	background-image: url(../_media/interface/go_evergreen_hover.gif);
}

#nav1 #go_archaeological a {
	text-indent: -9999px;
	background-image: url(../_media/interface/go_archaeological.gif);
	background-repeat: no-repeat;
	background-position: center center;
} #nav1 #go_archaeological a:hover {
	background-image: url(../_media/interface/go_archaeological_hover.gif);
}


#nav1 #listen_homewood a {
	text-indent: -9999px;
	background-image: url(../_media/interface/listen_homewood.gif);
	background-repeat: no-repeat;
	background-position: center center;
} #nav1 #listen_homewood a:hover {
	background-image: url(../_media/interface/listen_homewood_hover.gif);
}

#nav1 #listen_evergreen a {
	text-indent: -9999px;
	background-image: url(../_media/interface/listen_evergreen.gif);
	background-repeat: no-repeat;
	background-position: center center;
} #nav1 #listen_evergreen a:hover {
	background-image: url(../_media/interface/listen_evergreen_hover.gif);
}

/*
#nav1 #shop_homewood a {
	text-indent: -9999px;
	background-image: url(../_media/interface/shop_homewood.gif);
	background-repeat: no-repeat;
	background-position: center center;
} #nav1 #shop_homewood a:hover {
	background-image: url(../_media/interface/shop_homewood_hover.gif);
}

#nav1 #shop_evergreen a {
	text-indent: -9999px;
	background-image: url(../_media/interface/shop_evergreen.gif);
	background-repeat: no-repeat;
	background-position: center center;
} #nav1 #shop_evergreen a:hover {
	background-image: url(../_media/interface/shop_evergreen_hover.gif);
}
*/



/* !TIME PICKER STYLES */

div.time-picker {
  position: absolute;
  height: 200px;
  width: 130px; /* needed for IE */
  overflow: auto;
  background: #1e1e1e;
  border: 2px solid white;
  z-index: 99;
  margin-top: 20px;
  color: white;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0 10px 10px rgba(0,0,0,.5);
}
div.time-picker-12hours {
  width: 130px; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  padding: 1px;
  cursor: normal;
}
div.time-picker li.selected {
  background: #2c2e31;
  color: white;
}

/* !PLAN A VISIT */

.page_directionsparking .button {
	color: white;
	float: none;
	border-top: 1px solid #263859;
	border-bottom: 1px solid #263859;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #263859;
	background-image: url('../_media/interface/pin_icon_white.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

.page_directionsparking .button:hover {
	color: #2e2200;
	border-top: 1px solid #a49761;
	background-image: url('../_media/interface/pin_icon_darkbrown.png');
}

/* !COLLECTIONS */

.listing.collections {
	margin: 20px 0; padding: 0;
}

.listing.collections li {
	margin: 10px 60px 15px 40px; 
	padding: 0 0 20px 0;
	list-style: none;
	border: none;
	
}

.listing.collections li.last {
	border-bottom: none;
}

.listing.collections li h6 {
	margin: 8px 20px 8px 0; 
	padding: 0 0 2px 0;
}

.listing.collections li h6 a {
		color: #a78f47;
}

.listing.collections p.title {
	font-weight: bold;
}

.collection {
	margin-top: 30px;
}

.columnRight .imagery {
	margin: 30px 30px 0 30px;
/* 	height: 150px; */
	width: 515px;
}

.collection .back-button {
	display: inline;
	float: none;
	background-color: #d2cd92;
	color: #2e2200;
	padding-left: 10px;
}

.collection .back-button:hover {
	background-color: #3c62a1;
	color: white;
	border: none;
}




/* !EXHIBITIONS */

.listing.exhibitions {
	margin: 20px 0; padding: 0;
}

.listing.exhibitions li {
	margin: 10px 60px 15px 40px; 
	padding: 0 0 20px 0;
	list-style: none;
	height: auto;
}

.listing.exhibitions li.last {
	border-bottom: 0;
}

.listing.exhibitions li h6 {
	margin: 0; padding: 0;
}

.listing.exhibitions li h6, .listing.exhibitions li h6 a {
		color: #a78f47;
}

.exhibition {
	margin-top: 30px;
}

.exhibition .imagery {
	margin: 0 30px;
}

.exhibition .back-button {
	display: inline;
	float: none;
	background-color: #d2cd92;
	color: #2e2200;
	padding-left: 10px;
}

.exhibition .back-button:hover {
	background-color: #3c62a1;
	color: white;
	border: none;
}









/* ---- */

#evergreen .nav2 ul { margin-left: 35px; }

/* !WYMEDITOR */

.wym_box {
	background-color: transparent !important;
	border: none !important;
}

.wym_box iframe {
	border-left: 1px solid #999999 !important;
	border-top: 1px solid #737373 !important;
	border-bottom: 1px solid #999999 !important;
	border-right: 1px solid #999999 !important;
	margin: 5px;
	margin-top: 0 !important;
	width: 400px !important;
}

.wym_area_main {
	width: 400px !important;
	margin-left: 120px !important;
}

.wym_dropdown {
	padding: 0 !important;
	margin: 10px !important;
	margin-bottom: 0 !important;
	
}

.wym_dropdown h2 {
	background-image: none !important;
	background-color: #1e1e1e;
	color: white !important;
	font-weight: normal !important;
	width: 100px !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 5px !important;
	padding-bottom: 2px !important;
}

.wym_dropdown ul {
	background-color: #1e1e1e;
	border: 2px solid white;
	width: 180px !important;
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 10px rgba(0,0,0,.5);
}

.wym_dropdown ul li {
	width: 160px !important;
	background-color: transparent !important;
	color: white;
	border: 0 !important;
	font-size: 80%;
}

.wym_dropdown ul li a {
	background-color: transparent !important;
	color: white !important;
}

.wym_dropdown ul li a:hover {
	background-color: #2c2e31 !important;
}

.wym_wymeditor_link {
	display: none !important;
}

.wym_classes { display: none !important; }

.copyright, #evergreen.music .copyright {
  color: #3f5580;
  margin-top: 10px;
  padding: 0 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

.copyright a, #evergreen.music .copyright a {
  color: #3f5580;
}

.copyright a:hover {
	color: white;
	text-shadow: 0 2px 1px rgba(0,0,0,.25);
}

#homewood .copyright {
  padding: 5px;
  color: #5e7133;
}

#homewood .copyright a {
  color: #5e7133;
}

#evergreen .copyright {
  padding: 5px;
  color: #6b331b;
}

#evergreen .copyright a {
  color: #6b331b;
}

.social-links a { border: none; }
.social-links a img { border: none; }

.social-links {
	float: right;
}

/*
.social-links li {
	opacity: .15;
}
*/

.social-links li img {
	opacity: .5;
}

.social-links li:hover img {
	opacity: 1;
}

.social-links li {
	float: left;
	margin-left: 3px;
}

/*
.social-links li:hover {
	opacity: 1;
}
*/
