@charset "UTF-8";
body {
  background: #eee;
  padding: 0;
  margin: 0;
  font: 90% Helvetica, Arial, sans-serif;
}
#container {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
/* ------------------------------------------ */
/* ----------------- HEADER ----------------- */
/* ------------------------------------------ */
#headerContainer {
  width: 60%;
  float: left;
  background: #802d2d;
  font-weight: 200;
}
#header {
  display: table;
  width: 100%;
  height: 9em;
}
#nameplate {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}
#nameplate h1 {
  color: #fff;
  font-family: 'Comfortaa';
  font-size: 2em;
  font-weight: 400;
  padding: 0;
  border: none;
  margin: 0 0 5px;
}
#nameplate h1 a {
  color: #fff;
  text-decoration: none;
}
#nameplate h2 {
  color: #e4ccca;
  font-size: 1em;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  border: none;
  margin: 0;
}
#nameplate p {
  color: #bfa298;
  font-size: .9em;
  line-height: 1.2;
  letter-spacing: .1em;
  line-height: normal;
  margin: 0;
}
#nameplate a {
  color: #fff;
  text-decoration: none;
}
/* ------------------------------------------------ */
/* ----------------- PAGE BODY ----------------- */
/* ------------------------------------------------ */
#pageBody {
}
/* --------------------------------------- */
/* ----------------- NAV ----------------- */
/* --------------------------------------- */
#siteNav {
  background: #6c2121;
  width: 40%;
  float: right;
  color: #BE9F9D;
}
#siteNav_links h3 {
  position: absolute;
  left: -999em;
}
#siteNav_links ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 9em;
  margin: 0;
  padding: 0;
  list-style: none;
}
#siteNav_links ul ul {height: auto;}
#siteNav_links ul li {
  display: table-cell;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
}
#siteNav_links ul li strong {
  display: block;
  margin-bottom: 5px;
  font-family: 'Comfortaa';
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
}
#siteNav_links ul li:first-child {
  border-right: 1px solid #8d5d4d;
}
#siteNav_links ul li li {
  display: block;
  padding: 2px;
  margin: 5px 0;
  border: none!important;
  text-align: center;
}
#siteNav_links ul li li:first-child {

}
#siteNav_links ul li a {
  text-decoration: none;
  font-weight: 200;
  font-size: .9em;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #e4ccca;
}
#siteNav_links ul li a:hover {
  color: #fff;
}
/* ------------------------------------------- */
/* ----------------- CONTENT ----------------- */
/* ------------------------------------------- */
#mainContent {
  padding: 60px;
  background: #fff;
  color: #333;
  clear: both;
}
#mainContentFooter { clear: both; }
p {
  line-height: 140%;
  margin: 0 0 10px 0;
}
h1 {
  color: #666;
  font-size: 2.2em;
  font-weight: 200;
  margin: 0 0 15px 0;
}
h2 {
  color: #333;
  font-size: 1.5em;
  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: #5e0501; }
.homePortrait {
  float: right;
  margin: 0 0 10px 25px;
  width: 250px;
  height: auto;
  max-width: 50%;
}
.gallery .production {
  clear: left;
  margin-top: 1em;
  padding-top: 2em;
  border-top: 1px solid #ccc;
}
.gallery .production:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.gallery .production:before,
.gallery .production:after {
    content:"";
    display:table;
}
.gallery .production:after {clear:both;}
.gallery .productionNotes {
  color: #666;
  font-size: 1.1em;
}
.gallery .figure {
  width: 50%;
  float: left;
}
.gallery .image {
  padding: 5px;
}
.gallery .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
}
.gallery .caption {
  color: #666;
  font-size: .9em;
  line-height: 1.1;
  padding: 5px;
}
/* ---------------------------------------- */
/* ----------------- 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;
}
.floatRight {
  float: right;
  margin: 0 0 10px 10px;
}
.floatLeft {
  float: left;
  margin: 0 10px 10px 0;
}
/* ----------------------------------------- */
/* ----------------- MEDIA ----------------- */
/* ----------------------------------------- */
@media screen and (max-width: 900px) {
  #container { width: auto; }
  #mainContent { padding: 25px; }
}
@media screen and (max-width: 720px) {
  #nameplate { padding-left: 25px; }
}
@media screen and (max-width: 620px) {
  #nameplate {
    text-align: center;
    padding-left: 0;
  }
  #nameplate h1 {font-size: 1.8em;}
  #nameplate h2 {font-size: .8em;}
  #headerContainer,#siteNav {
    float: none;
    width: auto;
    text-align: center;
  }
  #header {
  padding: 25px 0;
  }
  #header, #siteNav ul {
    height: auto;
  }
  #mainContent h1 { text-align: center; }
  .gallery .figure {
    width: auto;
    float: none;
  }
  .gallery .image {
    width: 100%;
    height: auto;
  }
}