body {
  background-color: #b1b1b1;
  font-family: "Trebuchet MS","Myriad Pro",Verdana,Tahoma,Arial,Helvetica;
}

a {
  color: #838383;
}

a:hover {
  color: #979797;
}

#wrapper {
  background: #e8eae0 url(img/back.png) top center repeat-y;
}

#header {
  font-size: 100%;
  color: #b1d398;
  border-top: 1px solid #b1b1b1; /* don't touch it! */
  font-family: "Trebuchet MS","Myriad Pro",Verdana,Tahoma,Arial,Helvetica;
}

#header h1 {
  font-size: 200%;
  font-family: "Trebuchet MS","Myriad Pro",Verdana,Tahoma,Arial,Helvetica;
}

#content {
  font-size: 125%;
  line-height: 175%;
}

#content blockquote, #content code, #content pre {
  border-left: 5px #DDD solid;
  background: #d0df99;
}

#content h1 {
  font-size: 125%;
  line-height: 125%;
  color: #999999;
}

#sidebar h2 {
  font-size: 100%;
  color: #838383;
  background-color: #d3dcc5;
}

.pagenav {
 	margin: 20px-30px 0-30px;
	font-size: 175%
}

#footer {
  font-size: 95%;
  background: #e8eae0 url(img/footer.png) center no-repeat;
}

#searchform input {
  font-size:10px;
}

#searchform #s {
  font-size:10px;
}

.wp-caption {
   background-color: #b1b1b1;
}





