body {
  background: #f5f5f0;
  font-family: Georgia;
}

#doc {
  width: 800px;
}

#adminToolbar {
  border-color: #afafaf;
}

#hd {
  background: #35482f;
  height: 234px;
  position: relative;
}

#hd #flower {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#hd h1 {
  background: none;
}

#hd #logo {
  height: 166px;
  left: 35px;
  position: absolute;
  top: 25px;
  width: 539px;
  z-index: 2;
}

#hd h1 a span {
  position: relative;
  left: -9999em;
}

#toolbar {
  margin-top: -1.8em;
  border-top:1px solid #5B8549;
  font-size: 100%;
}

#toolbar ul {
  float: none;
  padding-left: 0;
}

#bd {
  border-color: #afafaf;
}

#sidebar {
  width: 239px;
}

#sidebar a{
  color: #306B17;
  font-size: 110%;
}

#main {
  margin-right: 270px;
}

#toptags ol {
  margin: 0;
  padding-left: 0;
}

#toptags li { list-style: none; }

.post .hd h1, .post .hd h2 {
  border-bottom: 2px solid #5B8549;
}

.post .tags {
  color: #323232;
}

h3 {
   border-bottom: 1px solid #5B8549;
   font-weight: bold;
   font-size: 110%;
   margin-top: 25px;
   margin-bottom: 2px;
   width: 500px;
}

a {
  /*color: #293924; */
  color: #306B17;  
  /*color: #5B8549; */
}

a:visited {
  color:#293924 ;
}

ul.comments li:hover {
  background: #D4FFC6 none repeat scroll 0% 50%;
  border: 1px solid #306B17;
}

.post h3 {
   border-bottom: 1px solid #293924;
   font-weight: bold;
   margin-top: 25px;
   width: 250px;
}

.post .bd {
   text-align: left;
}
