#header {
  border-bottom: 1px solid #E2E1F0;
  background: #E2E1F0 url("/ner/images/barnbanner2.jpg") no-repeat top left;
  height: 100px;
}
#header h1, .description{
  margin: 10px 0 0 350px;
  padding: 0;
  font-size: 120%;
  font-family: arial, sans-serif;
  letter-spacing: 0.05em;
}
#header h1{
  font-size: 220%;
  letter-spacing: 0.03em;
  text-align:left;
  vertical-align: top;
}
#header h1 a, .description{
  color: #9391C3;
}
#header a, #header {
  text-decoration: none;
}
#header a:hover{
  background: transparent;
}
#header .description{
  border-width: 1px 0;
  padding-top: 5px; padding-bottom: 5px;
}
#headerimg{
    margin: 0; padding: 0;
}
#main {
  padding: 10px 15px;
  margin: 0 0 0 230px;
  border-left: 1px solid #E2E1F0;
}
.content{
  background: #E2E1F0;
  margin-top: 0;
  margin-left: 5%;
}
.content h3{
  font-size: 1.5em;
  line-height: 1.0em;
}
.post{
    width: 90%;
}
.post h2{
  font-size: 1.7em;
  margin: 5px;
  border-bottom: 1px solid gray;
}
.post h2 a:hover{
  color: #8498C6;
}

.entry{
  margin-left: 3%;
}
.postmetadata{
  border-bottom: 5px solid gray;
}

