/*** Basic ***/

body {
  margin: 0 120 100 120;
  color: #333333;
  font-family: 'Trebuchet MS',sans-serif;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 220%;
  color: #000;
  border-bottom: 1px solid #666;
}

h2 {
  font-size: 130%;
  margin: 1.2em 0 0.2em 0;
}

h3 {
  font-size: 100%;
  margin: 1em 0 0.4em 0.8em;
}

a {
  color: #00CC00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0.4em 1em 0.4em 1em;
  line-height: 1.6em;
}

ul, ol {
  margin: 0.4em 1em 0.4em 0em;
  padding-left: 3em;
  line-height: 1.6em;
}

ul ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

dt {
  margin-left: 1em;
  font-weight: bold;
}

p, dt, dd, ul, ol {
  max-width: 650px;
  width: expression(document.body.clientWidth > 890 ? "700px" : "auto"); /* for IE: max-width + margin*2 */
}

/*** Header ***/

div#header {
  margin-top: 0.7em;
  height: 2.8em;
}

div#logo a {
  font-family: 'Trebuchet MS',sans-serif;
  font-size: 95%;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #009900;
}

/*** Footer ***/

div.footer {
  font-size: 90%;
  text-align: center;
  border-top: 1px solid #666;
  margin-top: 60px;
  padding-top: 8px;
}

div.footer a {
  font-weight: bold;
}

span.last-modified {
  color: #666;
  font-size: 90%;
}

/*** Clearfix ***/

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
