/*
#MainContent {
  outline: 1px solid red;
  background: #FCC;
}

#DirectorNote {
  outline: 1px solid lime;
  background: #CFC;
}
/**/

.bars {
  margin-bottom: 0px;
}

.siteNavbar {
  margin-bottom: 0px;
  border-bottom: 1px solid black;
}

#MainContent {
  /* overlay .bar's bottom black border; this produces a 1px tall white 
     gap beneath MainContent in IE */
  position: relative;
  top: -1px;

  clear: both;
  overflow: visible;
  margin: 0px;
  width: 99%;
  border-right: 1px solid black;
}

#MainContent .sectionTitle, #MainContent h3, #MainContent h4 {
    text-align: center;
}

#MainContent h2.playTitle, #MainContent h3.playTitle, #MainContent h4.playTitle {
    text-align: left;
    margin: 0px;
}

a h2, a h3, a h4 {
    text-decoration: underline;
}

#SPA_Epigram { 
/*  width: 30%;*/
  margin-bottom: 1.5em;
}

#SPA_Epigram blockquote {
  font-size: 110%;
}


.blurb blockquote:before { 
/*
  content: url("../images/ldquo.png");
  display: block;
  float: left;
*/
}

.blurb blockquote:after {
/*
  content: url("../images/rdquo.png");
  display: block;
*/
}

.blurb blockquote { 
}

.blurn cite { 
  clear: both;
}

#SPA_epigram cite {
  text-align: center;
  margin: auto;
}

#PerformanceHall {
  text-align: center;
}

#PerformanceHall img {
  margin: auto;
}

.mainCol {
  clear: left;
  float: left;
  padding-left: 5%;
  width: 58%;
  padding-right: 1%;
  border: 1px solid black;
  border-left: 0px solid black;

  padding-bottom: 2em;
  margin-bottom: 2em;

  background-color: white;
  background-image: url("/images/SPAmasks-bleached.png");
}

.sideBar { 
  width: 35%;
/*  min-width: 260px; */
}

#DirectorNote { 
  /*background-image: url("/images/SPAlogo-bleached.png"); */
  background-position: center;
  background-repeat: no-repeat;
}

#DirectorNote #DirectorPhoto { 
  float: left;
  margin-right: 1em;
}

.mainCol #PerformanceHall {
  margin-top: 1em;
}

.sideBar .notice {
  margin-top: 1em;
}

#CurrentSeasonContainer {
  min-width: 12em;
}

#CurrentSeason {
/*
  border: 1px solid black;
  border-left-width: 0px;
*/
/*/  margin-left: -1px; */
  padding-left: 0.5em;
}

.signature * {
  vertical-align: top;
}

#SPC h3 {
  margin-bottom: 0px;
}
#SPC h4 {
  margin-top: 0px;
}

address {
  margin: 0.5em 0em 0.5em 1em;
}

.twocol {
  margin-top: 1em;
}

#DirectorNote .signature {
  text-align: right;
/*  line-height: 200px; */
}


.twocol { 
  clear: both;
}

* html .twocol { 
/*
  width: 99%;
*/
}

#Auditions h3 {
  margin-bottom: 0px;
}

#Auditions .when {
  margin-left: 2em;
}

#Auditions .who {
  margin-left: -2em;
  margin-right: 0.5em;
  float: left;
/*  text-decoration: underline; */
}

.twocol #Valid { 
  margin-left: 8%;
}

#Valid {
/* older Gecko browsers put floats between #Valid's margin & border (WTF?) */
/*  margin-top: 1em; */
  margin-top: 0px;
  margin-bottom: 0px;
}

.construction {
  display: none;
/**/
}

.mainCol .construction {
  display: block;
}