/*Designed to be used with the browser add-on Stylish:

Firefox:  https://addons.mozilla.org/en-US/firefox/addon/stylish/?src=external-userstyleshome

Chrome: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe

Opera: https://addons.opera.com/en/extensions/details/stylish/

Safari: http://sobolev.us/stylish

This is part of a theme pack for Vermont State Colleges - Community College of Vermont. 

Designed by Phaewryn jdo09280@vsc.edu 

*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("hartness.vsc.edu") {

   a {color:#111111!important;}
  
   body, div, ul, li, .wrap, .t3-navhelper, .navbar, container navbar, .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .btn-navbar, .dropdown-menu, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
     background-color:#565656!important; 
     color:#000000!important;    
     border-top: 1px solid #565656;
     border-bottom: 1px solid #565656;
}
   
   h1, h2, h3, h4 {color:#ffffff!important; background-color:#474747!important;}
  
   input, textarea, .uneditable-input {color:#eeeeee!important; background-color:#474747!important;}
   
   .module-title {background-color:#444444!important; color:#000000!important;}
   
   .t3-mainnav, .navbar-inner {
     background-color:#777777!important; 
     color:#000000!important;    
     border-top: 1px solid #777777;
     border-bottom: 1px solid #777777;
     background:none!important;
  }
   
  table, th, tbody, td, tr {
     background-color:#232323!important; 
     color:#ffffff!important; 
}
    
  
}