/* Brown theme stylesheet
   Copyright 2003- Laura Melton */

html,body {
  color: white;
  background-color: #669933; /* dark dull spring */
}

del {
  color: #777777; /* gray; #999999 would be lighter */
}

/* a, a:link, a:active, a:hover { color: white; }
a:visited { color: #FFCC99; } /* pale dull orange */

/* top title banner */
div#banner, div#banner-pop {
  color: white;
  background-color: #336633; /* dark weak green */
  background-image: url("../images/background_grass.png");
  border-bottom-color: black; }
div#banner a, div#banner a:link, div#banner a:visited, div#banner a:active, div#banner a:hover,
div#banner-pop a, div#banner-pop a:link, div#banner-pop a:visited, div#banner-pop a:active, div#banner-pop a:hover {
  color: white; }

/* navigation menu on archive pages */
ul#menu {
  color: #FFCC66; /* light orange yellow */
  background-color: #CC9966; /* light dull orange */
  border-bottom-color: black; }
ul#menu a, ul#menu a:link, ul#menu a:hover, ul#menu a:active {
  color: #FFCC66; /* light orange yellow */ }
ul#menu a:visited {
  color: #996633; /* dark dull orange */ }

/* content on first page, container on others */
/* each entry gets its own white box */
div#container, div.container, div.blogentry {
  color: black;
  background-color: white;
  border-color: #336633; /* dark weak green */ }
div#container h2, div.container h2, div.blogentry h2 {
  color: #336633; /* dark weak green */ }

div.blogentry a, div.blogentry a:link, div.blogentry a:active, div.blogentry a:hover,
div#container a, div#container a:link, div#container a:active, div#container a:hover,
div.container a, div.container a:link, div.container a:active, div.container a:hover {
  color: #336633; /* dark weak green */ }
div.blogentry a:visited, div#container a:visited {
  color: #669933; /* dark dull spring */ }

div.entrybody div.update {
  border-color: #669933; /* dark dull spring */
}
div.entrybody div.update h3 {
}

/* comments */
div.comments-body {
  border-color: #336633; /* dark weak green */
  border-left-color: #336633; /* dark weak green */ }
/* alternating background-colors for threaded comments */
div.comments-body,
div.comments-body div.comments-body div.comments-body,
div.comments-body div.comments-body div.comments-body div.comments-body div.comments-body,
div.comments-body div.comments-body div.comments-body div.comments-body div.comments-body div.comments-body div.comments-body {
  background-color: #FFFFCC; /* pale weak yellow */ }
div.comments-body div.comments-body,
div.comments-body div.comments-body div.comments-body div.comments-body,
div.comments-body div.comments-body div.comments-body div.comments-body div.comments-body div.comments-body,
div.comments-body div.comments-body div.comments-body div.comments-body div.comments-body div.comments-body div.comments-body div.comments-body {
  background-color: white; }

div.commentformhead {
  border-right-color: #336633; /* dark weak green */ }

/* left sidebar */
div#links h4 {
  color: #FFCC66; /* light orange-yellow */ }
div#links a, div#links a:link, div#links a:active, div#links a:hover { color: white; }
div#links a:visited { color: #CCFF99; /* pale dull spring */ }

table.calendar-year > caption {
  color: #336633; /* dark weak green */
}

div#footer a, div#footer a:link, div#footer a:active, div#footer a:hover {
  color: white; }
div#footer a:visited { color: #CCFF99; /* pale dull spring */ }

