a:link    { color: #155c8c; }
a:visited { color: #666666; }
a:hover   { color: #1e86cc; }
a:active  { color: #ffcc33; }

body {
  background: #333333 url('../images/bg-tree-10.png') 0 300px no-repeat;
}

h1, h2, h3 {
  color: #006633;
}
ul li {
  list-style-image: url('../images/bullet-leaf.png');
}

#header {
  height: 100px;
  background: url('../images/bg-header.jpg') top left repeat-x;
}
#header a#logo {
  display: block;
  color: transparent;
  background: url('../images/logo-text.png') center bottom no-repeat;
  height: 100px;
}
#header form {
  position: relative;
  top: -2.5em;
}
#header input[type="text"] {
  font-size: 9pt;
  font-weight: bold;
  background-color: #7a9889;
  border: 1px solid white;
  width: 150px;
  height: 18px;
  padding: 0 0.25em;
}
#header input[type="text"]:focus {
  background-color: #acc1b6;
}
#header input[type="submit"] {
  color: white;
  background-color: #2d6549;
  padding: 0;
  border: 1px solid white;
  /* border-radius: 3px; */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#header input[type="submit"]:hover {
  background-color: #388c61;
}

.content {
  background: url('../images/bg-white-62.png');
  padding: 1.8em 2.5em;
  border: 2px solid white;
  /* border-radius: 10px; */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.content h1 {
  margin-top: 0;
}
.content h1 a {
  text-decoration: none;
}
.content a:hover {
  background-color: #bebebe;
}
.content input[type="text"] {
  background-color: #e5e5e5;
  border: 1px solid black;
  padding: 0 0.25em 0.1em 0;
}
.content input[type="text"]:focus {
  background-color: white;
}

#footer a:link,
#footer a:visited {
  color: gray;
}
#footer a:hover {
  color: #b2b2b2;
}
