/* Site Colors:
  #e03e52 - pink
  #c8ced2 - grey
  #f07b27 - orange
  #786758 - brown
*/

.username {
  text-align: right;
  width: 100%;
  margin-top: 1em;
  height: 2em;
  font-size: 1em;
  padding-right: .2em;
}

.username span {
  background-color: red;
  color: white;
  padding: 1em;
}

/* Navigation */

navigation {
  float: left;
  width: 200px;
  height: 100%;
  background: #7a6855;
}

navigation a {
  color: #FFFFFF;
  text-decoration: none;
}

navigation a:hover {
  color: #e03e52;
  text-decoration: underline;
}

navigation li {
  font-size: 16px;
  line-height: 1.5em;
}
