﻿@import "reset.css";

body {
  background: #fff;
  font-family: 'Trebuchet MS';
  font-size: 12pt !important;
  color: #000;
}
#head h1 {
  font-size: 189%;
  font-weight: normal;
  margin: 0;
}
#nav, #side, #tools, #rating, #files, #children, .edit, .searchform, div.pager, #postnav, #search {
  display: none;
  visibility: hidden;
}
#head, .tagline {
  margin-bottom: 1em;
}
.menu {
  margin: 0;
}
.menu li {
  display: none;
}
#page h3, #comments {
    margin-top: 1em;    
}


/****************************
 * comments
 ****************************/
#comments li.name {
  display: inline !important;
  font-size: 108%;
  font-weight: bold;
}
#comments dl {
  margin: 0;
}
#comments dt {
  font-weight: bold;
  margin: 1em 0 0 0;
}
#comments dt span {
  color: #a0a0a0;
  font-size: 77%; /* 10px */
  margin: .3em 0;
  text-decoration: none;
}
#comments dd {
  margin: 0;
}

/****************************
 * search results
 ****************************/
dl.results {
  margin: 0;
}
dl.results dt {
  font-size: 123.1%; /* 16px */
  margin: 1em 0 0 0;
}
dl.results dd a {
  color: #a0a0a0;
  display: block;
  font-size: 61.9%; /* 10px */
  margin: .3em 0;
  text-decoration: none;
}
dl.results dd {
  margin: 0;
}