/*********************************************************
 +Brown Theme
 ********************************************************/

/* backgrounds: since the content area is white, it's best 
to choose something darker. also, note the background image
in doc_container. if you change this color, either remove
the image, or replace it with a gradient that matches. */

body{
  background-color:#2b312a;       /* dark green */
}
.doc-container {
  background-color: #879786;      /* green */
  background-color:#566056;       /* dark green */
  background-image: url(../images/bottom-gradient-sage.jpg); 
}

/* link and text colors */

.commentsblock #submit,
#sidebar h3,
#sidebar h3 a,
.commentsblock h3,
.commentsblock h3 a,
.commentsblock h4,
.content h1,
.content h1 a,
.dropcap,
.entrytitle h1 a,
.entrytitle h2 a {
  color: #333;                 /* dark grey */
}

a,
body{
	color:#566056;                  /* sage */
}
a:hover{
 	color:#427e5b;                  /* dark green */
}
#logo h1 a,
#logo h3 a,
#logo h1 a:hover,
#logo h3 a:hover {
	color:#fff;                     /* white */
}
#sform input,
.grey,
.soft,
.caption {
  color:#777;                     /* grey */
}

/* logo width */

#logo h1,
#logo h3 {
  font-size:360%;
  height:.9em;
  margin-top:.1em;
  margin-bottom:.2em;
}
#logo h5 {
	width: 1px;
	height: 1px;
	overflow:hidden;
  text-indent: -1000em;
}
* html #logo {
margin-bottom:-1em;}