body {
  background: #535944;
  background-image: url(../img/grain.png), url(../img/damaged_bg.jpg);
  background-repeat: repeat, no-repeat;
  background-position: left top, center top;
  color: white;
  font-family: 'Droid Sans', Georgia;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Novecento;
  font-weight: bold;
}

p {
  font-family: 'Droid Sans', Georgia;
}

img, iframe {
	max-width: 100%;
}

hr {
  margin: 1em 0;
  border: 0;
  height: 2px;
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.5, rgb(100,100,100)),
      color-stop(0.5, rgb(150,150,150))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(221,221,221) 50%,
      rgb(255,255,255) 50%
  );
}

blockquote {
  border-left: 1px solid #d6ed85;
  padding-left: 5px;
}

code, pre {
	font-size: 75%;
	font-family: 'Droid Sans Mono';
}

label {
  color: white;
  font-size: 120%;
}

.help-block, .help-inline {
  color: #ddd;
}

.navbar-inner {
  border: none;
}

small {
  font-size: 80%;
}

.logo {
  height: 109px;
  width: 224px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left bottom;
}

.navbar .brand {
  padding: 7px 10px 8px
}

.navbar {
  font-family: "Novecento", Verdana, Arial;
  font-weight: bold;
}

.sidebar-nav {
  padding: 9px 0
}

.nav-list .nav-header {
  color: #333;
}

.nav-list > li > a, .nav-list .nav-header {
  text-shadow: 0 1px 0 rgba(150, 150, 150, 0.5)
}

.nav > li > a:hover {
  background-color: #61674F;
}

footer p {
  color: white;
  text-align: center;
}

#header {
  padding: 10px 0 10px 0;
}

.block-title {
  color: white;
  font-size: 12pt;
  font-weight: bold;
  line-height: 16pt;
}

.bordered-block {
  background-color: #61674f;
  border: 1px solid #6c7358;
  box-sizing: border-box;
  padding: 10px;
  word-wrap: break-word;
  margin-bottom: 18px;
}

.bordered-block.list {
  padding: 0;
}

.item img {
  max-width: 100%;
}

.bordered-block.list .item {
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 8px;
  border-top: 1px solid #636950;
}

.bordered-block.list .item:first-child {
  border-top: 0;
}

.bordered-block.list .item:nth-child(odd) {
  background-color: #6B7357;
}

.bordered-block.list .item:nth-child(even) {
  background-color: #727A5D;
}

.bordered-block .bar {
  background-size: auto 2px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.5, rgb(100,100,100)),
      color-stop(0.5, rgb(150,150,150))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(221,221,221) 50%,
      rgb(255,255,255) 50%
  );
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-bottom: 2px;
  margin-bottom: 8px;
}

.well {
  background-color: #798263;
  border: 1px solid #838c6b;
}

.clear {
  clear: both;
}

.modal {
  background: #727A5D;
}

.modal-header {
  border: none;
}

.modal-footer {
  background: transparent;
  border: none;
  box-shadow: none;
}

.speech-bubble {
  min-width: 30px;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 12px;
  color: white;
  background: #798263;
  text-align: center;
}

.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 15px;
  border: 0;
  border-left-width: 10px;
  border-bottom-width: 10px;
  display: block;
  width: 0;
  border-style: solid;
  border-color: transparent #798263;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 15px;
  border: 0;
  border-left-width: 10px;
  border-bottom-width: 10px;
  display: block;
  width: 0;
  border-style: solid;
  border-color: transparent;
}

.speech-bubble.new {
  background: #809746;
}

.speech-bubble.new::before {
  border-color: transparent #809746;
}

.avatar {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-color: #333;
  
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: inset 0px 0px 10px #000000;
  
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.avatar-small {
  width: 44px;
  height: 44px;
  background-size: contain;
  background-color: #333;
  
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: inset 0px 0px 5px #000000;
  
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.shout.author.bar {
  padding-bottom: 4px;
}

.shout.author .avatar-small {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}