/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .dark_base .social_links_footer a span, .dark_base h2 a, .notification_unread {
  color: #dddddd;
  text-decoration: none;
}

a:hover:hover, .navbar_footer a:hover, .copyright_bar a:hover, .social_links_footer a:hover span:hover, .icon.fa-file.icon-red:hover, a:hover .icon.fa-file.icon-red:hover, .navigation .active-subsection a:hover, .navigation .active-subsection a:hover:hover, .navigation a:hover:hover, .tabs .tab > a:hover:hover, .tabs .activetab > a:hover, .tabs .activetab > a:hover:hover, a.postlink:hover, a.postlink:visited:hover, .navbar_in_header .badge:hover, .dark_base .social_links_footer a span:hover, .dark_base h2 a:hover, .notification_unread:hover {
  color: #ffb600;
}

.dark_base h2 {
  color: #dddddd;
}

/* Background Solid  */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover,
a.no_avatar:hover, .jumpbox-cat-link:hover,
.dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
  background: #ffb600;
  color: #111111;
}

/* Borders Dark */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink,
.dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
  border-color: #ffb600;
}

/* Background Gradient  */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a569d+1,dc2424+100 */
  background: #00fbb6;
  background: -webkit-linear-gradient(left, #00ffff, #00fbb6);
  color: #111111 !important;
}

.headerbar a, body.content_block_header_block li.header a, body.content_block_header_stripe li.header:before a, .no_avatar a, .social_links_footer a, .forumbg-table a, .sidebar_block_stripe:before a, .fancy_panel:before a {
  color: #111111 !important;
}

.headerbar a:hover, body.content_block_header_block li.header a:hover, body.content_block_header_stripe li.header:before a:hover, .no_avatar a:hover, .social_links_footer a:hover, .forumbg-table a:hover, .sidebar_block_stripe:before a:hover, .fancy_panel:before a:hover {
  color: #ffb600 !important;
}

/* The same as above, just with some opacity */
/* Colour Hover Light */
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
  color: #ffb600;
}

/* Background Hover Light */
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
  background-color: #ffb600;
}

/* Border light */
.specialbutton:hover {
  border-color: #ffb600;
}

/* Special button */
a.button {
  border: none;
  background-color: #ffb600;
  color: #111111 !important;
}

a.button:hover {
  border: none;
  background-color: #00fbb6;
  background: -webkit-linear-gradient(left, #00ffff, #00fbb6);
  color: #111111 !important;
}

a.button .icon, a.button .icon:hover, a.button:hover .icon, a.button:hover .icon:hover {
  color: #111111 !important;
}

.footer-link:hover {
  color: #ffb600;
}

.inputbox {
  color: #dddddd;
}

.button.button-icon-only {
  border: none;
  background-color: #dddddd;
  color: #111111 !important;
}

.button.button-icon-only:hover {
  border: none;
  background-color: #ffb600 !important;
  color: #111111 !important;
}
