
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 6, 2012 10:23:49 PM America/New_York */

@font-face {
    font-family: 'BenthamRegular';
    src: url('fonts/Bentham-webfont.eot');
    src: url('fonts/Bentham-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Bentham-webfont.woff') format('woff'),
         url('fonts/Bentham-webfont.ttf') format('truetype'),
         url('fonts/Bentham-webfont.svg#BenthamRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
  border:  none;
  background: gray;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
body {
  text-align: center;
}
#container {
  text-align: left;
  font-size: 14pt;
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 50em;
  background: #9bf;
  overflow: auto;
}

#container h1 {
  font-family: "BenthamRegular", serif;
  font-size: 100px;
  text-align: center;
  margin: 0;
  height: 200px;
  background-image: url('images/mt_hector_banner.jpg');
}
#container h1 img {
  height: 100%;
  float: right;
}
#container #menu {
  float: left;
  width: 20%;
}
#container #main {
  margin: 0;
  padding-right: 3%;
  width: 76%;
  float: right;
}
#container #main.tree {
  width: 94%;
  padding-left: 3%;
  float: none;
  clear: left;
}
.menu li {
  list-style: none;
  background-color: yellow;
  margin-top: 4px;
  margin-bottom: 4px;
}
.menu li.inactive {
  background-color: #c95;
}
.menu li a {
  text-decoration: none;
  font-family: sans-serif;
  color: black;
}
.menu li.inactive a {
  color: gray;
}

#footer .menu {
  margin-left: auto;
  margin-right: auto;
  width: 10em;
}

#container #footer {
  float: left;
  width: 100%;
}

#timeline {
  border-collapse: collapse;
}

#timeline col#date {
  width: 10em;
}
#timeline td, th {
  vertical-align: top;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid blue;
  font-weight: normal;
  text-align: left;
}

#timeline tr.extra td {
  font-style: italic;
  text-align: right;
}

#timeline tr.extra th {
  font-style: italic;
}

.tree .surname {
  font-weight: bold;
}
.tree .note {
  font-size: smaller;
  font-style: italic;
}
.tree .vip {
  background: yellow;
}

