@import url(../css.css);  /* use definitions from parent */

h1, h2,
.entry,
.entrypage-title,
.archive-master-index .content h1,
.archive-master-index .content h2,
.master-index .content h3,
.master-index .content h4,
.date-header,
#months,
p
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#entries
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.entry {
    color: black;
    /*font-size: 12px;*/
    /*font-size: smaller;*/
}
.commentattribution {
  border-top:dotted red 1px;
  font-size: smaller;
  text-align: left
}
.prevnext {
  font-family:sans-serif;
  font-size:smaller;
  border-top:dotted red 1px;
}
.commentbody
{
  margin: 1em;
  /* border-top:dotted red 1px; */
}

.commentform
{
  border-top:dotted red 1px;
}

.entrypage-title {
  font-size: larger;
  font-weight: bold;
  margin-bottom: 0em;
  margin-top:0em;
}
.entrypage-date {
  color:#808080;
  font-family:sans-serif;
  font-size:smaller;
  margin-top:0em;
}
.path {
  font-family:sans-serif;
  font-size:smaller;
  border-bottom:dotted red 1px;
}
#contentcenter {
  padding:1em;
}

.archive-master-index .content h1, .archive-master-index .content h2 {
  margin-top: 0em;
}

.monthly-archive .date-group {
  padding-left:0em;
}

.monthly-archive .path {
  border-bottom: 0px;
}

.date-group {
  margin-left: 0em
}

.date-header {
  border-top:     dotted red 1px;
  padding-top:    0.5em;
  font-size:      smaller;
  color:          #808080;
}

.master-index .content h3 {
  margin-top:0em;
}

.master-index .content h4 {
  margin-bottom: 0.5em;
}

#months, #entries {
  margin-left:1em;
  font-size: 12px;
}

h1 {
  font-size:          130%;
  background-color:   white;
  padding:            0em;
}

h2 {
  font-size:          110%;
}
