.site .outer {
  height: 100%;
  padding-top: 80px; }

.site.main {
  background: url(/static/styles/bg.png) no-repeat 0 0; }

.site.main .outer {
  padding-top: 530px; }

.site .wrapper {
  min-height: 100%;
  margin: 0 auto -50px auto; }

.site .push {
  height: 50px; }

.site .main-content {
  margin-bottom: 60px; }

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

.list-item {
  margin-bottom: 25px; }

.list-item-header {
  margin-bottom: 10px;
  display: block; }

.list-item-posted-on {
  margin-top: 10px; }

.list-item-posted-on-date {
  font-style: italic; }

.site .breadcrumbs-root {
  margin-bottom: 20px; }

.site .ui.site-header {
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px; }

.site-header-logo, .site-header-logo:hover {
  color: #fff; }

.site .article-posted-on {
  margin-bottom: 20px;
  font-weight: bold;
  font-style: italic; }

.site .neighbor-articles {
  margin-top: 20px; }
  .site .neighbor-articles h4 {
    font-size: 1.5em; }
  .site .neighbor-articles a {
    display: block;
    margin-bottom: 10px; }

