/* theme customizations */

#sidebar {
    color: #FFFFFF;
    background: #5E6A71;
}

#sidebar h2 {
    color: #FFFFFF;
    background-color: #226C3B;
}

#sidebar a {
    color: #FFFFFF;
}

#sidebar a:hover {
    color: #FFFFFF;
    background-color: #226C3B;
}

#postamble {
  color: #FFFFFF;
  background:#226C3B;
}

#postamble a {
  color: #B9E9C9;
}

#postamble a:hover {
  color: #f7dc6f;
}

#main h1, h2, h3, h4, h5, h6, legend {
    color: #17202a;
}

#content {
  background-color: #FFFFFF;
}

.title {
  color: #226C3B;
}

.subtitle {
  color: #226C3B;
}

/* Center box */

.center {
  text-align: center;
}

/* Information box */

.infobox {
  padding: 1em 1em 1em 1em;
  margin-bottom: 10px;
  border: 5px solid #226C3B;
  border-radius: 10px;
  background: #B9E9C9 5px center/3em no-repeat;
}

/* Block Quote */

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #226C3B;
    background: #B9E9C9 5px center/3em no-repeat;
}