@charset "UTF-8";
/*
	Custom CSS for exhibition websites by the Walters Art Museum
	Portions written by Fastspot, for Walters Works of Art Website
*/


/*---------------------------
 FONTS
---------------------------*/
/* @font-face {
  font-family: 'WaltersGothicRegular';
  src: url('https://thewalters.org/exhibitions/treasures-of-heaven/fonts/waltersgothic-webfont.eot');
  src: local('?'), url('https://thewalters.org/exhibitions/treasures-of-heaven/fonts/waltersgothic-webfont.woff') format('woff'), url('https://thewalters.org/exhibitions/treasures-of-heaven/fonts/waltersgothic-webfont.ttf') format('truetype'), url('https://thewalters.org/exhibitions/treasures-of-heaven/fonts/waltersgothic-webfont.svg#webfontuNVVkGbv') format('svg');
  font-weight: normal;
  font-style: normal;
} */

/*	Typography
	------------------	*/
h1,
h2,
h3,
h4,
h5,
h6,
#masthead h1 a,
#masthead h1 a:visited {
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  color: #C03;
  text-decoration: none;
}

article p,
#article p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  text-align: left;
  hyphens: auto;
  hyphenate-after: 4;
}

#masthead {
  margin-bottom: 46px;
}

header nav {}

#masthead nav,
#masthead #nav {
  margin: 0 0 20px;
}

#masthead nav a,
#masthead #nav a {
  background: url('/assets/img/bg_vr.png') repeat-y right top;
  float: left;
  list-style: none;
  padding: 0 15px 2px;
  text-decoration: none !important;
}

#masthead nav a.first,
#masthead #nav a.first {
  padding-left: 0;
}

#masthead nav a.last,
#masthead #nav a.last {
  background: none;
  padding-right: 0;
}

#masthead nav a,
#masthead #nav a,
#bottomnav a {
  color: #9F907D;
  cursor: pointer;
  display: block;
  float: left;
  font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

#masthead nav a:hover,
#masthead #nav a:hover,
{
color: #E56442;
text-decoration: none;
}

#navhead {
  margin-bottom: 1.5em;
}

#bottomnav a.right {
  margin-left: 75%;
  text-align: right;
}

/* works with varibible outputs in PHP to indicate current section in topnav */
/* header#masthead nav a.selected,*/
header#masthead nav.about a#about {
  color: #333;
}

/*
		aside nav a { text-decoration:none; padding-left:1em;-moz-border-radius:3px;-moz-box-shadow:inset 0 0 5px rgba(0,0,0, 0.05);-moz-transition:all 0.123s ease-out;-webkit-border-radius:3px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0, 0.05);-webkit-tap-highlight-color:rgba(0,0,0, 0);-webkit-transition:all 0.123s ease-out;border:1px solid #c3c3c3;border-radius:3px;box-shadow:inset 0 0 5px rgba(0,0,0, 0.05);color:#9F907D;cursor:pointer;display:block;font-family:"WaltersGothicRegular", sans-serif;font-size:22px;font-weight:400;line-height:20px;padding:11px 15px;text-transform:uppercase;transition:all 0.123s ease-out;}

aside  nav nav {margin:0;padding:0;}
		aside  nav a {float:left;list-style:none;margin-left:12px;}
		aside  nav a:hover{color:#E56442;text-decoration:none;}
		aside  nav a.selected{color:#333;}
		aside  nav a:hover,header nav a:active{-moz-box-shadow:inset 0 0 8px rgba(0,0,0, 0.38);-webkit-box-shadow:inset 0 0 8px rgba(0,0,0, 0.38);border-color:#9e9e9e;box-shadow:inset 0 0 8px rgba(0,0,0, 0.38);text-decoration:none;}
		aside  nav a:active,header nav a .touched {-moz-box-shadow:inset 0 0 12px rgba(0,0,0, 0.765);-webkit-box-shadow:inset 0 0 12px rgba(0,0,0, 0.765);background:#3c619e;border-color:#17253c;box-shadow:inset 0 0 12px rgba(0,0,0, 0.765);color:#e8f1ff;text-shadow:0 -1px 0 rgba(0,0,0, 0.9);}*/


aside ul,
aside ul li,
#aside ul,
#aside ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

/*aside ul li a { text-decoration:none; font-size: 17px;  font-weight: bold; border-bottom: 1px solid #ddd; display: block; padding: 10px 0; color: #9F907D; cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;  font-weight: normal; line-height: 20px; text-transform: uppercase;}*/

aside ul li a,
#aside ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #DDD;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  text-decoration: none;
}

aside ul li ul li a,
#aside ul li ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 0;
  color: #666;
  display: block;
  padding: 6px 0;
  padding-left: 2em !important;
}

aside a:hover,
#aside a:hover {
  color: #C03 !important;
}

aside ul li a:hover,
#aside ul li a:hover {
  color: #333;
}

/* 2-depth */
aside ul li ul,
#aside ul li ul {
  margin: 0;
}

aside ul li ul li,
#aside ul li ul li {
  padding: 3px 0;
  border-bottom: 1px solid #ddd;
}

aside ul li ul li:last-child,
#aside ul li ul li:last-child {
  padding-bottom: 6px;
  border-bottom: 0;
}

aside ul li ul li a,
#aside ul li ul li a {
  /* background: url('/assets/img/page-nav.png') no-repeat 199px 9px; */
  font-size: 14px;
  font-weight: normal;
  border-bottom: 0;
  color: #777;
  display: block;
  padding: 6px 0;
  transition-property: none;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
}

aside ul li ul li a:hover,
#aside ul li ul li a:hover {
  background-position: 199px -31px;
  color: #333;
}

/* 3-depth */
aside ul li ul li ul,
#aside ul li ul li ul {
  margin: 0;

}

aside ul li ul li ul li,
#aside ul li ul li ul li {
  padding: 0;
  border: 0;
}

aside ul li ul li ul li a,
#aside ul li ul li ul li a {
  background-image: none !important;
  font-size: 11px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  margin-left: 50px;
}

#masthead hr {
  clear: both;
  margin-bottom: 2em;
  margin-top: 3em;
}


/*aside nav { float:left;width:100%;background-color: transparent; }
aside nav a, aside nav a:visited {

	cursor: pointer;
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;

	text-decoration:none;
	float:left;
width:100%;color:#9F907D; text-align:left;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left:1px;
	padding-right:1px;
	margin-right:1px;
}
aside nav a:hover {color:#000000;background-color:#E8E6E2;}
aside nav a.selected { background: rgba(220, 80, 52, 0.9); color: #fff; }*/
*/
/*secondary navigation*/




div#blurbs img {
  width: 160px;
  margin-right: 24px;
}

div#blurbs h2 {
  clear: both;
}

h2 a {
  text-decoration: none;
  color: #000;
}

div#blurbs section {
  float: left;
  margin-top: 1.5em;
}

/*ads*/

aside figcaption,
aside figure img,
#aside .figcaption,
#aside .figure img {
  width: 160px;
}

aside figcaption p,
aside figcaption a,
#aside .figcaption p,
#aside .figcaption a {
  font-size: 11px;
}

footer,
#footer {
  clear: both;
}


div#article {
  width: 620px;
  float: right;
}

div#aside {
  width: 252px;
  float: left
}
