body, div, p, form, input, textarea {
  font: 12px/18px helvetica, sans-serif;
}
h2, h3, p, ul {
  margin: 18px;
}
h2 a, h3 a, ul a {
  text-decoration: none;
}
h1 {
  display: none;
}
h2, h2 a, h2 a:hover {
  color: #375a14;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
h2 em {
  color: #173a04;
  letter-spacing: 1px;
  font-style: normal;
}
h3 {
  color: #598527;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
p.meta {
  color: #6c9724;
}
h2 + p.meta {
  margin-top: -18px;
}
li {
  margin-bottom: 6px;
}
label {
  display: block;
  font-weight: bold;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
pre {
  overflow: auto;
  margin: 18px;
  padding: 12px 18px;
  background-color: #000;
  line-height: 18px;
}
code {
  font-size: 11.75px;
  font-family: monaco, courier, monospace;
  line-height: 18px;
}
pre code {
  color: #0c0;
  line-height: 18px;
}

a {
  color: #4d7427;
  font-weight: bold;
  outline: none;
}
a:hover {
  color: #2d5407;
}

body {
  height: 100%;
  width: 100%;
  background-color: #375a14;
  text-align: center;
}
#bag {
  height: 500px;
  width: 100%;
  background: transparent url(../images/bag_background.gif) center 103px repeat-x;
}
#wrapper {
  width: 926px;
  margin: 0 auto;
  background: transparent url(../images/wrapper_background.png) top left repeat;
}
#wrapper #header{
  margin: 0 0 0 89px;
  padding: 0;
  height: 100px;
  background: url(../images/header.jpg) top left no-repeat;
}
#wrapper #header h1 {
  display: none;
}

#wrapper #menu {
  height: 31px;
  margin: 0 0 0 89px;
  padding-left: 18px;
  background: transparent url(../images/menu-composite.jpg) 0 0 no-repeat;
}
#menu li {
  float: left;
  height: 31px;
  margin-bottom: 0;
  text-indent: -50000px;
}
#menu li a {
  display: block;
  height: 100%;
  outline: none;
}
#menu #blog {
  width: 50px;
}
#menu #blog a {
  background: url(../images/menu-composite.jpg) -18px -64px;
}
#menu #blog a:hover {
  background-position: -18px -32px;
}
#menu #downloads {
  width: 106px;
}
#menu #downloads a {
  background: url(../images/menu-composite.jpg) -68px -64px;
}
#menu #downloads a:hover {
  background-position: -68px -32px;
}
#menu #portfolio {
  width: 97px;
}
#menu #portfolio a {
  background: url(../images/menu-composite.jpg) -174px -64px;
}
#menu #portfolio a:hover {
  background-position: -174px -32px;
}
#menu #about {
  width: 67px;
}
#menu #about a {
  background: url(../images/menu-composite.jpg) -271px -64px;
}
#menu #about a:hover {
  background-position: -271px -32px;
}
#menu #contact {
  width: 80px;
}
#menu #contact a {
  background: url(../images/menu-composite.jpg) -338px -64px;
}
#menu #contact a:hover {
  background-position: -338px -32px;
}

#wrapper div {
  width: 750px;
  margin-left: 89px;
}
#wrapper div img {
  margin: 18px 0 0;
  padding: 0;
  border: 3px solid #a7c070;
}

#main {
  clear: both;
  padding-top: 1px;
  padding-bottom: 1px;
  background: transparent url(../images/wrapper_div_background.gif) 0 1px repeat-y;
}
.portfolio #main #caps {
  margin: 0 0 0 18px;
}
.portfolio #main #caps img {
  margin-right: 3px;
}
.portfolio #main h2 {
  margin: 12px 18px 0;
}

#wrapper #comments {
  margin: 0 -1px -1px 0;
  padding: 1px 0;
  background: #38551c url(../images/archives_h2.jpg) top center no-repeat;
}
#comments h3 {
  margin-bottom: 12px;
  color: #fff;
}
#comments ul {
  margin: 0 18px 32px;
}
#comments ul li {
  margin: 6px 0;
}
#comments li div {
  width: auto;
  margin: 0;
}
#comments .commenter {
  color: #c7e090;
  font-weight: bold;
}
#comments .commenter span {
  margin-left: 4px;
  color: #97b060;
  font-weight: normal;
  letter-spacing: 0.5px;
}
#comments .comment {
  padding: 6px 8px;
  background-color: #e4facf;
}
#comments .even .comment {
  background-color: #b7d080;
}
#comments #errors {
  margin: 0 18px;
  padding: 10px;
  background-color: #c00;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.75px;
}
#comments form {
  margin: 18px 0 0;
  padding: 0 18px 18px;
}
#comments form p {
  margin: 0;
}
#comments label {
  margin: 8px 0 2px;
  color: #e4facf;
  letter-spacing: 0.75px;
}
#comments label em {
  color: #a3d15a;
}
#comments input, #comments textarea {
  padding: 3px;
  background-color: #d4f2a4;
  border: 2px solid #324e18;
}
#comments input {
  width: 30%;
}
#comments textarea {
  width: 95%;
}
#comments p.button {
  margin-top: 12px;
}
#comments p.button button {
  overflow: hidden;
  margin-left: -3px;
  height: 34px;
  width: 81px;
  background-image: url(../images/submit.jpg);
  text-indent: -10000em;
  cursor: pointer;
  outline: 0;
  border: 0;
}

.tags h2 {
  margin: -1px -2px 0 -3px;
  padding: 6px 18px;
  background: #1f3307 url(../images/archives_h2.jpg) center center no-repeat;
  color: #1f3307;
  font-size: 18px;
}
.tags h2 em {
  margin-left: 5px;
  color: #fff;
}
.tags li a {
  margin-bottom: 9px;
  color: #375a14;
  font-size: 24px;
  font-weight: bold;
}
.tags li .meta {
  margin-left: 5px;
  color: #375a14;
  font-size: 12px;
}

#wrapper #extra {
  clear: both;
  margin-left: 88px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #002d00 url(../images/blog_extra.gif) 0 0 repeat-y;
}
.portfolio #wrapper #extra {
  background-image: none;
}

#extra p {
  color: #375a14;
}
#extra p.empty {
  margin-top: -0.5em;
  color: #274a04;
  font-style: italic;
  letter-spacing: 0.75px;
}

#wrapper #extra #recent, #wrapper #extra #meta, #wrapper #extra #links {
  width: 250px;
  margin-left: 0;
}
#extra #recent {
  float: left;
}
.portfolio #wrapper #extra #recent {
  width: 800px;
  margin: 0;
}
.portfolio #recent li {
  float: left;
  width: 350px;
  padding-right: 9px;
  padding-bottom: 12px;
}
#extra a {
  color: #a4bf7b;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
#extra ul {
  margin-top: -0.5em;
}
#recent li a:hover {
  color: #fff;
}
#recent li .meta {
  margin-left: 5px;
  color: #375a14;
  font-size: 12px;
}
#recent li a img {
  margin: 0 0 6px 0;
  border: 3px solid #213608;
}

#extra #meta {
  float: left;
}

#extra #links {
  float: right;
}
#meta li, #links li {
  display: inline;
  margin-right: 7px;
}
#extra #meta a, #extra #links a {
  font-size: 12px;
  line-height: 1.5em;
  white-space: nowrap;
}

#wrapper div#clear {
  margin: 0;
  clear: both;
}

#cap {
  width: 926px;
  height: 327px;
  margin: 0 auto;
  padding-top: 35px;
  background: transparent url(../images/cap.png) 1px 0 no-repeat;
  color: #274a04;
  letter-spacing: 0.5px;
}
#cap p {
  text-align: center;
}
