body, .comment { background-color: #f5f5f5; }

.node footer {
  border-top: 2px solid #F5F5F5;
  text-align: right;
}

#bottom-content, .toggle-control a, .toggle-control a:hover { background-color: #222222; }

#header-top, .toggle-control {border-top: 5px solid #222222;}

a, a:hover, a:focus, ul.menu li a.active, ul.menu li a:hover, #forum thead a:hover, #block-node-recent .node-title a:hover {
  /* color: #0b528f;  */
  color: #005ea2;
  text-decoration: underline;
}

.tb-megamenu-item a {
  text-decoration: none;
}

#block-menu-menu-secondary-menu a,
#block-menu-menu-secondary-menu a:hover,
#block-menu-menu-secondary-menu  a:focus,
#block-menu-menu-secondary-menu  ul.menu li a.active,
#block-menu-menu-secondary-menu  ul.menu li a:hover,
#block-menu-menu-secondary-menu  #forum thead a:hover,
#block-menu-menu-secondary-menu  #block-node-recent .node-title a:hover {
  /* color: #0b528f;  */
  text-decoration: none;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .dark input[type="submit"],
.highlighted-block .btn:hover, .highlighted-block .btn:focus, .call-to-action .btn, .tag a:hover { background-color: #0b528f; }

::-moz-selection { background-color: #0b528f; }

::selection { background-color: #0b528f; }

input.form-text:focus, textarea.form-textarea:focus {  border-color: #0b528f; }
