#header {
  border-bottom: 1px solid #A1A6B1;
  padding: 0;
}
#header h1{
  margin: 0;
  padding: 10px 20px;
  font: italic normal 150% 'Times New Roman', Times, serif;
  line-height: 190%;
}
#header h1 a{
  color: #7D8B5A;
}
#header a, #header {
  text-decoration: none;
}
#header a:hover{
  background: transparent;
}
#header .description{
  border: 1px dotted gray;
  border-width: 1px 0 0 0;
  background: #7D8B5A;
  color: black;
  font-size: small;
  line-height: small;
  font-weight: bold;
  padding: 5px 20px;
}

#sidebar h1, #sidebar h2, #sidebar a, .postmetadata{
  font-weight: normal;
  font-family: 'Times New Roman', Times, serif;
  color: black;
}
#sidebar li h2{
  margin-top: 20px;
}
.post{border:0}
.post h1{
  font-size: 1.4em;
  line-height: 1.0em;
  border-bottom: 1px dotted #7D8B5A;
}
.post h1 a{
  text-decoration: none;
  color: #7D8B5A;
        font-family:Georgia, Arial, Serif;
        font-size:medium;
        margin:0;
        font-weight:bold;
}
.postmetadata{
  color: black;
  font-size: x-small;
}
.post-date{
  font-family:Georgia, Arial, Serif;
  float: left;
  margin: 0 10px 5px 0;
  padding: 10px;
  background: #E7EBDE;
  color: #7D8B5A;
}
.post{
  width: 80%;
}
.post .entry{
  padding-bottom: 10px;
  background: url(/mcr/images/wordpress/divider.gif) no-repeat bottom left;
}
#sidebar{
  background: transparent url(/mcr/images/wordpress/content_bg.gif);
  padding: 0;
}
#comment{
  width: 100%;
}
.content{
  background: white url(/mcr/images/wordpress/content_bg.gif);
}

