@charset "UTF-8";
body {
  padding: 0;
  margin: 30px 0;
  font: 95%/1.3 Helvetica, Arial, sans-serif;
  background: #f2f1f0;
}
#container {
  width: 850px;
  margin: 0 auto;
  border: 10px solid #fff;
  border-radius: 5px;
  background: #f2f1f0;
  box-shadow: 0 0 1px #ccc;
}
/* ------------------------------------------ */
/* ----------------- HEADER ----------------- */
/* ------------------------------------------ */
#header {
  background: #99938d url(https://www.reed.edu/theatre/bredeson/assets/images/KB-masthead-photo.jpg);
  font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
}
#nameplate { padding: 70px 0 60px; }
#nameplate h1 {
  color: #fff;
  padding: 0;
  border: none;
  margin: 0 0 5px;
}
#nameplate h1 a {
  display: inline-block;
  line-height: .9em;
  background: #cd1717;
  padding: 4px 40px 6px 60px;
}
#nameplate h1 a:hover { background-color: #ba1414; }
#nameplate p {
  color: #3a6494;
  font-size: 1.2em;
  font-weight: normal;
  border: none;
  margin: 0 0 0 60px;
}
#nameplate a {
  color: #fff;
  text-decoration: none;
}
/* ------------------------------------------------ */
/* ----------------- PAGE BODY ----------------- */
/* ------------------------------------------------ */
#pageBody {
  position: relative;
  margin: 0 auto;
}
/* --------------------------------------- */
/* ----------------- NAV ----------------- */
/* --------------------------------------- */
#siteNav {
  font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  background: #cd1717;
  position: relative;
}
#siteNav_links h3 {
  position: absolute;
  left: -999em;
}
#siteNav_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
#siteNav_links ul li {
  margin: 0 0 0;
  border-left: 1px solid #e82020;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
#siteNav_links ul li:first-child { border-left: none; }
#siteNav_links ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}
#siteNav_links ul li:hover { background-color: #ba1414; }
#siteNav_links ul li a:hover { color: #fff; }
#siteNav_links ul li.active { background-color: #e82020; }
#siteNav_links li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ba1414;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}
#siteNav_links li:hover ul { display: block; }
#siteNav_links li li {
  margin: 0 0 0;
  border: none;
  display: inline;
}
#siteNav_links li li a {
  display: inline-block;
  color: #eee;
  padding: 3px 5px;
  margin: 2px 0;
  line-height: 1;
}
#siteNav_links li li a:hover { color: #fff; }
/* ------------------------------------------- */
/* ----------------- CONTENT ----------------- */
/* ------------------------------------------- */
#mainContent {
  padding: 40px;
  color: #0A0A0A;
  line-height: 1.5;
}
#mainContentFooter { clear: both; }
p { margin: 0 0 10px 0; }
h1, h2, h3 {
  font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
  line-height: 1.1;
}
h1 {
  font-size: 2.2em;
  font-weight: normal;
  margin: 0 0 15px 0;
}
h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 1.5em;
}
h3 {
  color: #333;
  font-size: 1.2em;
  margin-top: 1.5em;
}
h4 {
  font-size: 1em;
  margin-bottom: .5em;
  margin-top: 1.5em;
}
a {
  color: #ba1414;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
  background: #fff;
  margin: 1.5em 0;
  padding: 1.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #666;
}
blockquote p { margin: 0; }
blockquote p+p { margin-top: 1em; }
blockquote cite {
  display: block;
  text-align: right;
  margin-top: 1em;
}
figure.wrap-right,
figure.wrap-left {
  width: 200px;
}
figure.figure-lg.wrap-right,
figure.figure-lg.wrap-left {
  width: 300px;
}
figcaption {
  font-size: .8em;
  line-height: normal;
  margin-top: .5em;
}
#slideshow {
  margin: -10px -10px 40px;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 1px #ccc;
}
@media screen and (min-width: 700px){
#slideshow {
  width: 420px;
  float: right;
  margin: 0 0 10px 20px;
}
}
#slideshow img { width: 100%; height: auto; }
.photo {
  float: right;
  clear: right;
  width: 235px;
  margin: 0 0 1em 1em;
}
.photo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.photo p { margin: 5px 0 0; }
.caption {
  color: #666;
  font-size: .9em;
  line-height: 1;
}
.photo-grid {
  margin: 2em -10px;
  display: flex;
  flex-wrap: wrap;
}
.photo-grid .photo {
  float: none;
  margin: 10px;
}
.production {
  position: relative;
  border: 2px solid #fff;
  margin: 1em 0;
  padding: 20px 20px 20px 290px;
  min-height: 200px;
}
.production h3 { margin: 0 0 .5em; }
.production p {
  font-size: .9em;
  padding-left: .5em;
  text-indent: -.5em;
  margin: 0;
}
.prodImgs {
  width: 250px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.prodImgs a {
  display: block;
  font-size: 10px;
  text-align: right;
}
.prodImgsMore { display: none; }
.pubImg {
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
}
/* ---------------------------------------- */
/* ----------------- MISC ----------------- */
/* ---------------------------------------- */
#accessLinks {
  position: absolute;
  top: -999px;
  left: 0;
  width: 80%;
  z-index: 999;
}
#accessLinks a {
  position: absolute;
  top: 0;
  left: 0;
}
.crazyIEfix:active, #accessLinks a:focus, #accessLinks a:active {
  top: 999px;
  background-color: #434343;
  color: #f0e4d4;
  padding: 2px 4px;
  border: 1px solid #000;
  margin: 5px;
  white-space: nowrap;
}
.wrap-right {
  float: right;
  margin: 0 0 20px 20px;
}
.wrap-left {
  float: left;
  margin: 0 20px 20px 0;
}
.figure-row {
  display: table;
}
.figure-row figure {
  display: table-cell;
  padding: 1px;
  text-align: center;
}
.books-callout {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
}
.books-callout * {margin: 0;}
.books-callout p {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-family: "Archivo Narrow";
  text-align: center;
  padding: 0 4px;
}
.books-callout ul {
  list-style: none;
  padding: 0 5px;
}
.books-callout li a {
  border-left: 1px solid;
  padding-left: 4px;
  border-radius: 3px;

}
/* ----------------------------------------- */
/* ----------------- MEDIA ----------------- */
/* ----------------------------------------- */
@media screen and (min-width: 630px) {
  body {
    background: #eee url(https://www.reed.edu/theatre/bredeson/assets/images/paris1890.d9d7d4.1200.jpg);
    background-size: 100% auto;
  }
}
@media screen and (max-width: 870px) {
body { margin: 0; }
#container {
  width: auto;
  border-radius: 0;
}
#mainContent {
  width: auto;
  padding: 25px;
}
#nameplate { padding: 25px 0; }
#siteNav_links ul { table-layout: auto; }
}
@media screen and (max-width: 630px) {
#container { border-width: 5px; }
#nameplate {
  text-align: center;
  padding: 20px 0;
}
#nameplate h1 a { padding: 0 5px 0 5px; }
#nameplate h2 { margin: 0 0 0 0; }
#siteNav {
  float: none;
  width: auto;
  text-align: center;
}
#siteNav_links ul {
  margin: 0;
  padding: 1em 0;
  display: block;
  line-height: 0;
}
#siteNav_links ul li {
  display: inline-block;
  margin: .25em;
  border: none;
}
#siteNav_links ul li a { display: inline; }
#siteNav_links li ul.active,
#siteNav_links li:hover ul { display: none; }
#mainContent { margin-left: 0; }
#mainContent h1 { text-align: center; }
#slideshow {
  margin: -5px -5px 25px;
  border: 5px solid #fff;
}

}
