/*
Googlepedia (dark gray redesign)
by Marcus J. McLean
Version 0.1.1

This userstyle is designed to make Googlepedia visually appealing with the "Google Web Search - dark gray redesign (vC)" userstyle by Valacar at http://userstyles.org/styles/1693.
*/

@-moz-document url-prefix(http://www.google.com/search),
               url-prefix(http://www.google.com/swr),
               url-prefix(http://www.google.com/advanced_search),
               url-prefix(http://www.google.com/language_tools),
               url-prefix(http://www.google.com/preferences),
               url-prefix(http://www.google.com/custom) {



/*============*/
/*   Global   */
/*============*/

  div#wikibox {
    background: transparent !important;
    padding: 10px !important;
  }

  div#wikibox.shrunk {
    border-left: solid 2px #666666 !important;
    border-top: none !important;
    border-bottom: none !important;
  }

/*==========*/
/*   Text   */
/*==========*/

  div#wikibox h1, div#wikibox h2, div#wikibox h3, div#wikibox h4, div#wikibox h5, div#wikibox h1 span, div#wikibox h2 span, div#wikibox h3 span, div#wikibox h4 span, div#wikibox h5 span {
    color: white !important;
  }

  div#wikibox p {
    color: #CCCCCC !important;
  }

  div#wikibox p a {
    color: #7B7B7B !important;
  }

/*============*/
/*   Tables   */
/*============*/

  div#wikibox .thumb, div#wikibox .thumb * {
    background: #343434 !important;
    border: none !important;
    color: #CCCCCC !important;
  }

  div#wikibox .infobox caption {
    color: #343434 !important;
  }



  div#wikibox .tright, div#wikibox .tleft/*, div#wikibox .noprint*/, div#wikibox #ograniczenia, div#wikibox #Vorlage_Alternative, div#wikibox #catlinks, div#wikibox .infobox, div#wikibox .toccolours, div#wikibox {
    background: transparent !important;
    border: solid 1px #575757 !important;
  }

  div#wikibox .tright td, .tright th, .tright table {
    padding: 0em !important;
    background: transparent !important;
    color: #CCCCCC !important;
  }

  div#wikibox .tright td a, .tright th a {
    color: #7B7B7B !important;
  }


  div#wikibox #toc {
    background: #343434 !important;
    border: solid 1px #575757 !important;
  }

  dic#wikibox .infobox td, .infobox th {
    color: #CCCCCC !important;
    background-color: #343434 !important;
    border: solid 1px #575757 !important;
  }

}