/*
 * $Id: mh-e.css,v 1.3 2006-02-27 07:02:28 wohler Exp $
 *
 * Style sheet for mh-e.sourceforge.net
 */

body {
  color: black;
  background-color: white;
}

/*
 * Clear setting from newt.css since text has to appear to the
 * right of the floating menu.
 */
h1 {
  clear: none;
}

h2 {
  clear: none;
}

h3 {
  clear: none;
}

.logo {
  background: url(/images/mh-e-logo-bg.png);
  margin: -8px -8px 0px -8px;
  padding: 0px 8px;
}

#content {
  margin: 0 1em 0 30%;
}

#menu {
  clear: left;
  float: left;
  margin: .25em 0 1em 0;
  width: 25%;
}

ul {
  list-style-image: url("/images/webding.png");
}

#menu ul {
  padding: 0;
  margin: 0;
}

/* Menu group headings should be black regardless even if they are links. */
.menuHeading {
  list-style: none;
  color: black;
  font-weight: bold;
  margin: .5em 0 .25em 0;
}

/*
 * Make menu items a bit smaller. Undo li {margin-top: .5em} in
 * newt.css and allow for width of list image (2.5x8).
 */
.menuItem {
  font-size: .8em;
  margin: 0 0 0 20px;
}

/* Ensure links are always blue and not underlined. */
.menuItem a {
  color: blue;
  text-decoration: none;
}

/* Highlight menu items associated with displayed page. */
.active {
  background-color: #cacaf7;
  font-size: 1.1em;
  font-weight: bold;
}
