html, body{
  font-family: verdana, bitstream vera sans, sans-serif, serif;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  color: #505050;
  width: 100%;
  height: 100%;
}

a{
  color: #000;
  text-decoration: none;
}

a:hover{
  font-weight: bold;
  font-size: -3pt;
}

.lettrine{
  color: #ff9000;
}

h1,h2{
  text-align: center;
  color: #000;
}

h2{
  margin-top: -0.5em;
  font-size: 13pt;
  color: #000;
}

h2.md{
  color: #bbb;
  font-style: none;
}

h3{
  color: #000;
}

div#leftCol, div#midCol, div#rightCol{
  font-size: 9pt;
  float:left;
  width: 33%;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

div#display{
  clear: both;
  max-height: 15em;
  overflow: auto;
  margin: 1em auto;
  width: 95%;
  background-color: #f3f3f3;
  padding: 0 0.5em;
}

h3{
  font-style: bold;
}

div.blogPost div, div.forumPost div{
  margin: 0 auto 1em auto;
  background-color: #f9f9f9;
  width: 95%;
  max-height: 200px;
  overflow: auto;
  font-size: 10pt;
}

#tagCloud{
  text-align: center;
}

#tagCloud a{
  text-decoration: none;
}

blockquote{
  border-left: 2px solid #ff9000;
  font-style: italic;
  width: 90%;
  margin: 0 auto;
  padding-left: 0.5em;
  margin: 0.1em;
}

#menu{
  width: 100%;
  background: url(semitransparent-white.png);
  border-top: #ff9000 solid 2px;
  z-index:100;
  padding-left: 1em;
  color: #000;

  /* For IE */
  behavior: url(iepngfix.htc);

  clear: both;
  position: fixed;
  bottom: 0px;
}

#menu{ /* For IE */
  position: absolute;
  clear: both;
  top: expression( 0 - menu.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.documentHeight) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div[id=menu]{ /* For FF */
  position: fixed !important;
  bottom: 0px;
  clear: both;
}

#menu a{
  font-weight: normal;
  margin: 2em;
}
