body {
  font-family: Verdana, sans-serif;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 207%;
}

h2 {
  font-size: 173%;
}

h3 {
  font-size: 144%;
}

.nostyle {
  display: none;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  height: 6ex;
  min-height: 64px;
  width: 100%;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 64px;
  width: 64px;
  background-image: url(/img/megginson-64x64.png);
}

#logo span {
  display: none;
}

#header .search {
  position: absolute;
  top: .5ex;
  right: .5ex;
  font-size: 90%;
}

#header .search * {
  font-size: 90%;
}

#main-content, #sidebar-content {
  font-size: 100%;
  padding: 1ex;
}

#main {
  position: absolute;
  top: 6ex;
  left: 20%;
  width: 78%;
}

#sidebar {
  position: absolute;
  top: 6ex;
  width: 18%;
}

#sidebar {
  left: 0;
}

ul.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation li {
  display: auto;
  padding: 0;
}

.navigation li a {
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  margin: -1px 0 0 0;
  text-align: center;
  padding: 1ex 0 1ex 0;  
  background-color: #dddddd;
  text-decoration: none;
  color: #555555;
}

.navigation li a.active {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

#siteid {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 64px;
  width: 15em;
  font-style: italic;
}

#siteid a {
  text-decoration: none;
  color: #000000;
}

#siteid a:visited {
  color: #000000;
}

#siteid a:hover {
  text-decoration: none;
  color: red;
}

.tagline {
  text-align: center;
  font-size: 120%;
}

#tabs {
  display: block;
  position: absolute;
  top: -1.5em;
  height: 1.5em;
  padding: 0;
  margin: 0;
}

#tabs a {
  display: block;
  float: left;
  background-color: white;
  height: 1.5em;
  padding: 0 .5em 0 .5em;
  margin: 0 .5ex 0 .5ex;
  text-decoration: none;
  background-color: #dddddd;
  color: #555555;
  border-style: solid solid none solid;
  border-width: 1px;
}

#tabs a:hover, .navigation a:hover {
  background-color: #eeeeee;
  color: #333333;
}

#tabs a.active, #tabs a.active:hover {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

dt {
  font-weight: bold;
}

dt {
  margin-top: 1ex;    
}

dd {
  margin-top: .5ex;
}

dl.compact dt {
  clear: left;
  width: 8em;
  float: left;
  margin-right: 1em;
}

dl.compact dd {
  float: left;
  margin-top: 1ex;
}

div.adbar {
  float: right;
  width: 160px;
}

ul.cloud {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 4ex 2em 2ex 2em;
  padding: 1ex;
  border-style: solid;
  border-width: 1px 5px 5px 1px;
}

ul.cloud li {
  display: inline;
  margin-right: 1em;
}

ul.cloud li.level1 {
  font-size: 70%;
}

ul.cloud li.level2 {
  font-size: 90%;
}

ul.cloud li.level3 {
  font-size: 110%;
}

ul.cloud li.level4 {
  font-size: 130%;
}

ul.cloud li.level5 {
  font-size: 150%;
}

#footer {
  font-size: 80%;
  border-style: solid none none none;
  border-width: 1px;
  margin-top: 3ex;
  padding-top: .5ex;
}