body {
  font-family: "trebuchet ms";
  font-size: 10pt;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../images/bg_stripe.png) repeat top left; }

#wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px; }

#content, #article {
  background: #ffffff;
  margin: 0 auto;
  padding: 12px;
  width: 770px;
  border: solid 1px black;
  text-align: left;
  font-size: 1.2em; }

#content h1 {
  font-family: "cambria", georgia; }

#content h2 {
  width: 100%;
  border-bottom: solid 1px black;
  font-family: "cambria", georgia;
  font-size: 1.3em; 
}

#content h3 {
  text-decoration: underline;
  }

#content h4 {
}

#content .tags {
  font-size: 0.8em;
  color: #555;
}

#navigation {
  text-align: center; 
}

#article h1 {
  font-size: 1.5em; 
  color: #446;
  border-bottom: solid 1px #99A;
  font-family: "cambria", georgia; }

#article h2 {
  width: 100%;
  margin-top: 5px;
/*  margin-bottom: -15px;*/
  color: #A33;
  font-size: 1.3em; 
}

#article h3 {
  font-size: 1.1em; 
  margin-top: 5px;
  margin-bottom: -15px;
  font-size: 1em;
  }

#article pre {
  padding: 10px;
  border: 1px solid #BFD9EC;
  background-color: #F5FAFC;
  font-size: 0.9em;
}

#article #author {
  margin-top:-10px;
  margin-bottom:10px;
  font-style: italic;
}

#article #description {
  margin:20px;
  padding: 20px;
  border: 1px solid #ECD9BF;
  background-color: #FCFAF5;
}

#footer {
  border-top: solid black 1px;
  padding-top: 3px;
}
