@CHARSET "UTF-8";


.stuff {
  margin-top: 2em;
}

h2 img {
  margin-top: -1px;
  border-top: 1px solid #000080;
}

#main #inthemes {
  te\xt-indent: -1000em;  /* escaped property hack to hide these rules from IE5 */
  position: relative;
}
/* Home page link within image-replaced logo */
#inthemes span {
  display: block;
  position: absolute;
  left: 10px;
  top: 5px;
  width: 130px;
  height: 35px;
  background: url(/images/inthemes.png) no-repeat;
  padding-bottom: 2px;
}
#inthemes span:hover {
  border-bottom: 1px solid;
}
/* Can't use image-replacement on IE6 because we already have a background image on 
   h2, so simulate inThemes logo with text style */
* html #main #inthemes span {
  background-image: none;
}
* html #main #inthemes a {
  color: black;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1px;
  text-indent: 0;
}
* html #main #inthemes em {
  color: #1D21B9;
}

#main #inthemes_tagline {
  font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
  color: black;
  font-style: italic;
  font-size: 90%;
  letter-spacing: 3px;
  position: relative;
  text-align: right;
  top: -0.8em;
  height: 0;
  margin: 0;
}
* html #main #inthemes_tagline {
   margin-bottom: -1.4em;
}

