body { padding-top: 8px; }
.navbar { margin-top: 8px; }
.navbar .nav > li > a:hover { background-color: #eee; }

#footer_nav ul { list-style: none; margin: 0; padding: 0; }
#footer_nav li { display: inline; margin-right: 10px; }
#footer_nav li.active a { font-weight: bold; }
.headernav > li > ul.dropdown-menu {
  right: 0;
  left: auto;
}

.img-polaroid {
  padding: 4px;
  line-height: 1.42857;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: inline-block;
}

/* Manages navigation state of parent menus */
.navbar-default .navbar-nav > li.current-menu-parent > a {
  background-color: #e7e7e7;
  color: #555;
}

.nav-pills > li.current-menu-parent > a, 
.nav-pills > li.current-menu-parent.open > a {
  background-color: #428bca;
  color: #fff;
}

.sidebar {
  margin-top: 20px;
}

/* Comment Forms */
[id=commentform] [type=submit] {
  color: #333;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[id=commentform] [type=submit]:hover, [id=commentform] [type=submit]:active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

[id=commentform] [type=submit]:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

/* Ninja Forms Support */
.ninja-forms-required-items, .ninja-forms-req-symbol {
  color: #a94442 !important;
}

.ninja-forms-required-items {
  margin-bottom: 20px;
}