/*
primary color: 04660C
secondary color: 034D09
link hover: 438D49
section header border/comment body left border: 011A03
admin comment background: C0D9C2
*/

#header {
  background-color: #04660C;
}

.footer {
  border-top-color: #04660C;
}

a, a:link, a:active, a:visited {
  color: #034D09;
}

a:hover {
  color: #438D49;
}

.album {
  margin-bottom: 5px;
}

h3 {
  font-size: 122%;
  font-weight: bold;
  background-color: #C0D9C2;
  padding: 2px;
  margin-bottom: 5px;
}

.album-information {
  font-size: 92%;
  color: #999999;
  vertical-align: bottom;
}

.photo-row {
  margin-bottom: 10px;
}

.photo-row .photo-group .photo {
  text-align: center;
}

.photo-row .photo-group .photo h4 {
  font-size: 114%;
}

.photo-row .photo-group .photo .image {
}

.caption {
  font-size: 92%;
  color: #999999;
  line-height: 1em;
}

.comment {
  margin-bottom: 2em;
}

.comment-body {
  background-color: #EEEEEE;
  border-left: 2px solid #011A03;
  padding: 5px;
}

.admin-comment {
  background-color: #C0D9C2;
}


.comment .yui-gf div.first {
  width: 19%;
}

.comment .yui-gf .yui-u {
  width: 79.2%;
}

.comment-form-element {
  margin-bottom: 1em;
}

.comment-form-element textarea, .comment-form-element input {
  border: 1px solid #034D09;
  padding: 3px;
}

.comment-form-submit input {
  padding: 2px;
}

.form-error {
  font-weight: bold;
}
