body {
  font-family: 'PT Sans', sans-serif;
  background-color: #FDFDFD;
}

#heading-bottom div {
  min-height: 18px;
}

#heading-bottom {
  padding-top: 0px;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
}

#heading {
  padding-bottom: 20px;
}

#nameplate h1 {
  font-family: cochin, baskerville, 'palatino linotype', georgia, serif;
  font-size: 40px;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}

#heading * a {
  color: black;
}

#updated {
  text-align: center;
}

#copyright {
  text-align: right;
}

#index {
  overflow: auto;
}

#index h2 {
  padding-bottom: 20px;
  text-align: left;
}

#index h3 {
  font-family: cochin, baskerville, 'palatino linotype', georgia, serif;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 20px;
  /*    border-bottom: 1px solid #aaa;  */
}

.breadcrumbs {
  padding: 10px 0px 20px 0px; 
  font-variant: small-caps;
  font-family: cochin, baskerville, 'palatino linotype', georgia, serif;
  font-size: 14px
}

.article {
  font-size: 14px;
}

.article {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.article h3 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
  color: black;
}

.article h3 a {
  color: black;
}

.article h3 a:hover {
  text-decoration: underline;
  color: #0b59b2;
}

#adds h2 {
  padding-bottom: 10px;
  text-align: center;
  font-weight: bolder;
}

.article .date {
  text-align: left;
  padding-bottom: 10px;
}

.date > span {
  background-color: #F5F4F4;
  padding: 4px;
}

span.tag {
  padding: 4px;
}

.article .summary {
}

#footer {
  background-color: #CCC;
  height: 100px;
  border-top: 1px solid #000;
  
}


