/* document -----*/

* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font: 12px/normal Helvetica, Arial, sans-serif;
  text-align: center;
  background: #fff url(http://www.firehousetheatre.org/images/background.jpg) center top no-repeat;
}
#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}


/* general typography -----*/

h3 {
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 24px;
}
h4 {
  margin: 2em 0;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #949191;
}
p {
  margin: 1em 0;
}
ul {
  margin: 1em 0;
  padding-left: 2em;
  list-style-image: url(http://www.firehousetheatre.org/images/gray_bullet.gif);
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #ed1c24;
  text-decoration: none;
  background: #fff;
}
a img {
  border: none;
}


/* special classes -----*/

.clear:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.subtitle {
  margin: -3em 0 3em;
  font-size: 10px;
}
.hot {
  list-style-image: url(http://www.firehousetheatre.org/images/red_bullet.gif);
}
.callout {
  margin: 0 0 1em 1em;
  font-size: 10px;
  background: #949191;
  padding: 1px 1px 1em;
  float: right;
}
.callout p {
  margin: 0;
}
.linkList {
  margin: 0;
  padding: 0;
}
.linkList li {
  margin-bottom: 5px;
  list-style: none;
}
.linkList li a {
  height: 20px;
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  text-align: right;
  text-decoration: none;
  background: #5a5656;
  border: 1px solid #949191;
  border-left: none;
  display: block;
}
.linkList li.hot a {
  background: #ed1c24;
  border-color: #ed1c24;
}
.linkList li.subHead {
  height: 20px;
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
}
div.photoBox {
  width: 202px;
  float: right;
  background-color: gray;
  margin-left: 10px;
}
div.photoBox img {
  margin: 1px;
}
div.photoBox p {
  color: white;
  padding: 0 5px;
  font-size: 10px;
  line-height: 10px;
} 
.blogPhoto {
  float: right;
  border: 1px solid gray;
  margin-left: 20px;
}
/* masthead -----*/

#masthead {
  height: 245px;
  background: url(http://www.firehousetheatre.org/images/masthead.jpg) center center no-repeat;
  position: relative;
}
#masthead h1 {
  position: absolute;
  right: 10px;
  top: 10px;
}
#masthead h1 a {
  background: none;
}
#masthead h2 {
  position: absolute;
  left: 20px;
  top: 195px;
}
#nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: absolute;
  left: 0;
  top: 126px;
}
#nav li {
  border-right: 1px solid #595959;
  float: left;
}
#nav li.last {
  border: none;
}
#nav li a {
  padding: 0 10px;
  background: #000;
  float: left;
  display: block;
}


/* body -----*/

#body {
  padding-top: 45px;
  color: #fff;
  background: #5a5656 url(http://www.firehousetheatre.org/images/body.jpg) center top no-repeat;
}


#content {
  width: 540px;
  margin: 0 40px 30px 0;
  line-height: 1.5em;
  float: right;
}
#content ul li {
  margin: 0.75em 0;
}
#sidebar {
  width: 190px;
  margin: 30px 0 30px 0;
  float: left;
}
#footer {
  padding: 20px 45px 0 20px;
  background: #ed1c24 url(http://www.firehousetheatre.org/images/footer_logo.gif) right bottom no-repeat;
  border-right: 5px solid #ed1c24;
  border-bottom: 5px solid #ed1c24;
  clear: both;
}
#footer p {
  margin: 0;
}