body {
  color: #FFF;
  background-color: #202020;
}

a {
  color: #800000;
}
a:hover, a:focus {
  color: #b30000;
}

blockquote cite {
  color: rgba(255, 255, 255, 0.8);
}

input,
textarea {
  border: 1px solid #464646;
  background-color: #202020;
  background-image: none;
  color: #FFF;
}
input:focus,
textarea:focus {
  border-color: #6c6c6c;
}

.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.comment-reply-link {
  background-color: #800000;
  color: #FFF;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.comment-reply-link:hover {
  background-color: #670000;
  color: #FFF;
}

.nav {
  background-color: #393938;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#393938));
  background-image: linear-gradient(to bottom, #282828, #393938);
}

.navigation a {
  color: #FFF;
}
.navigation > li ul a {
  background-color: #393938;
  border-bottom: 1px solid #464646;
}
.navigation a:hover,
.navigation .sfHover > a {
  text-decoration: none;
  color: #800000;
}
.header-default .navigation > li > a:hover, .header-default
.navigation > li.sfHover > a, .header-default
.navigation > li.sfHover > a:active, .header-default
.navigation > li.current_page_item > a, .header-default
.navigation > li.current-menu-item > a, .header-default
.navigation > li.current-menu-ancestor > a, .header-default
.navigation > li.current-menu-parent > a, .header-default
.navigation > li.current > a {
  border-top-color: #800000;
}

#page {
  border-top: 40px solid #0e0e0e;
}

.header-left {
  vertical-align: middle;
  min-width: 150px;
  background-color: #800000;
  text-align: center;
  box-shadow: 3px 0 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.header-main {
  background-color: #800000;
}

.logo a {
  color: #FFF;
}

.trending {
  background-color: #800000;
}

.trending-title {
  color: #FFF;
}

.trending-slider .slides li a {
  color: #FFF;
}
.trending-slider .flex-direction-nav a {
  background-color: #6c0000;
}

.home-slider .flex-control-nav li a {
  background-color: #FFF;
  border: 7px solid #202020;
}
.home-slider .flex-control-nav li a.flex-active {
  background-color: #800000;
}

.item-fullwidth .item-content {
  color: #FFF;
}
.item-fullwidth .item-title a {
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.39);
}

.section-title,
#comments h3,
#comments h2 {
  border-bottom: 4px solid #800000;
}

.item-title a {
  color: #FFF;
}
.item-title a:hover {
  color: #800000;
}

.item-time {
  color: #a4a4a4;
}

.item-lg .item-title a {
  color: #FFF;
}
.item-lg .item-title a:hover {
  color: #800000;
}

.entry-meta {
  color: #a4a4a4;
}

.entry-content blockquote:before {
  color: #464646;
}

#paging a,
#paging > span,
#paging li span {
  background-color: #393938;
}
#paging a:hover,
#paging .current {
  background-color: #800000;
}

.form-allowed-tags,
.comment-notes {
  color: rgba(255, 255, 255, 0.8);
}

.widget-title {
  border-bottom: 4px solid #800000;
}
.widget-title a {
  color: #FFF;
}

.widget select {
  border: 1px solid #464646;
}

.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a {
  border-bottom: 1px solid #464646;
}

.widget_recent_comments ul li,
.ci-tabs-recent-comments ul li {
  border-bottom: 1px solid #464646;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
  border: 1px solid #464646;
  background: #FFF;
}

.tagcloud a {
  background-color: #464646;
  color: #FFF;
}
.tagcloud a:hover {
  background-color: #800000;
  color: #FFF;
}

.widget_ci-tabs .tabs {
  border-bottom: 4px solid #800000;
}
.widget_ci-tabs .tabs li a {
  color: #FFF;
}

.ci-stock-data th, .ci-stock-data td {
  border-bottom: 1px solid #464646;
}
.ci-stock-data td.plus {
  color: #4ab531;
}
.ci-stock-data td.minus {
  color: #ed4a09;
}

.sidebar .ad {
  border: 1px solid #464646;
}

.header .searchform input[type="search"] {
  border: 0;
}
.header .searchform .searchsubmit {
  background: none;
  color: #a4a4a4;
}

.head-widgets .social-icon i {
  background: none;
  color: #a4a4a4;
}
.head-widgets .social-icon i:hover {
  opacity: 1;
  background: none;
}

#mobile-bar {
  background: #393938;
}

.menu-trigger,
.menu-trigger:focus {
  color: #FFF;
}

.menu-trigger:hover {
  color: #FFF;
}

.mob-title {
  color: #FFF;
}

.foot {
  border-top: 1px solid #464646;
}

/* Externals */
.widget .instagram-pics li a {
  color: #FFF;
}

.widget_facebook_likebox iframe {
  border: 1px solid #464646 !important;
}

div.sharedaddy .sd-title {
  border-bottom: 4px solid #800000;
  color: #FFF;
}

@media (max-width: 767px) {
  .header-left {
    box-shadow: none;
  }

  .header .searchform input[type="search"] {
    border: 1px solid #464646;
  }

  .home-slider {
    background: none;
  }

  .item-fullwidth .item-content {
    color: #FFF;
  }
  .item-fullwidth .item-title a {
    color: #FFF;
    text-shadow: none;
  }
  .item-fullwidth .item-title a:hover {
    color: #800000;
  }

  .item-lg .item-title a {
    color: #FFF;
  }
}
.loadie {
  background-color: #800000;
}
