h2.under-construction {
  text-align:center;
  font-style:italic;
  font-variant:small-caps;
  font-weight:bold;
  margin:.5em auto;
}
html {
  margin:0;
  padding:0;
  height:100%;
  overflow:auto;
  font-family:sans-serif;
  background:#ccc url('images/martyback.png') fixed;
}
body {
  width:80%;
  padding:0;
  margin:0 auto;
  min-height:100%;
  border:solid #000;
  border-width:0 3px;
  background:#fff url('images/contentBackground.png');
  _height:100%;
  _border:dashed #000;
  _border-width:0 7px;
  _background:#000;
  _color:#fff;
  _filter:Glow(color=plum, strength=2);
}
h2, p {
  margin:0;
  padding:.5em 0;
}
a {
  _color:#05f;
}
a:hover {
  color:#b00;
  background:#fee;
  _background:none;
}

/*** Header ***/
div#header img {
  display:block;
  margin:auto;
  padding:.5em 0 1.5em;
}

/*** Body Content ***/
div.content, div.lone-content {
  width:100%;
  padding:0;
  margin:0;
}
div.lone-content {
  width:96%;
  padding:0 2% 0;
  text-align:justify;
}
div.lone-content h2 + p:first-letter {
  font-weight:bold;
}
div.lone-content img {
  margin:1em;
  border:2px solid #000;
  _border-color:#fff;
}
div.content div.leftColumn {
  float:left;
  width:50%;
  _width:45%;
  padding:0;
  margin:0;
}
*:first-child + html div.content div.leftColumn {
  width:45%;
}
div.content div.rightColumn {
  float:right;
  width:50%;
  padding:0;
  margin:0;
}
span.inline-block {
  display:-moz-inline-box;
  display:inline-block;
  padding:.5em 1em;
  font-size:1.2em;
  font-weight:bold;
}
*.alignRight {
  text-align:right;
}
*.alignLeft {
  text-align:left;
}
*.alignCenter {
  text-align:center;
}
img#magicmarty_poster {
  border:2px solid #000;
  _border-color:#fff;
}

/*** Navigation ***/
ul.nav {
  display:none;
}
a.links {
  display:inline-block;
  padding:0;
  margin:0 .5em;
}
a.links:hover {
  background-position:0 100% !important;
}
a#bio {
  width:198px;
  height:74px;
  background:url('images/bio.png');
}
a#endorsements {
  width:245px;
  height:71px;
  background:url('images/endorsements.png');
}
a#slideshows {
  width:204px;
  height:70px;
  background:url('images/slideshows.png');
}
a#home {
  width:147px;
  height:72px;
  background:url('images/home.png');
}
@media print {
  html {
    font-family:serif;
  }
}
