#header {
  border-bottom: 1px solid #a1a6b1;
  background: #547EA9 url(/scr/images/armadillo4.gif) no-repeat
0 15%;
  letter-spacing: 0.07em;
  margin: 0; padding: 0;
}
#header a, #header{
  text-decoration: none;
}
#header h1 {
  font-family:  Geneva, Arial, Helvetica, serif;
  font-size: 140%;
  font-style: italic;
  padding-left: 1em;
  padding-top: 1em;
  margin-top: 0;
  background: transparent;
}
#header h1 a {
  color: white;
  font-weight: normal;
}
#header h1 a:hover {
  background: transparent;
}
#header .description{
  background: #BED2DD;
  font-size: small;
  font-weight: bold;
  margin-top: 25px;
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  letter-spacing: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	padding: 10px 15px;
	margin: 0 0 0 230px;
	border-left: 1px solid #a1a6b1;
}

#sidebar{
  margin-top:.5em;
}

#sidebar a {
  text-decoration: none;
  margin-bottom: .5em;
}

#sidebar a:hover {
  background-color: #EBF1F6;
  text-decoration:underline;
}

#sidebar h2 {
  font-size: 1.2em;
  margin-top: 1.0em;
}


#yearly {
  margin-top: .8em;
}

.content{
  background: #EBF1F6;
  margin-top: 0;
  font-size: small;
}

.post {
  padding-bottom: .5em;
  border-bottom: thin solid #999999;
  width: 80%;
}

.post h1{
  font-size: 1.2em;
  line-height: .9em;
  width: 100%;
  margin-bottom: .3em;
}

.post h1 a{
  color: #547EA9;
  text-decoration: none;
}

.postmetadata {
  font-size: x-small;
  color: #666666;
}


