/*
 * Google Web Search - Dark Blue Theme
 *
 * Author      : Valacar
 * Updated     : November 5th, 2009 / {Ixo - 07/05/10} {Antwan - 20/05/10}
 * Website     : http://www.valacar.com/userstyles/
 * Description : Modifies the colors and images on Google Web Search (http://www.google.fr/)
 * Usage       : Use with the Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

/* UPDATE - by Ixo :: 07/05/10
 * Fix for Google Interface changes
 * Edited sprite base64 code
 * Include new URLs for images
 * Sidebar transparancy added
 * Underline sidebar icons on selected
 * Fade fix
*/

/* UPDATE - by Antwan
 * Applied blue color according Dark Blue Theme
 * Fix spritesheets
 * Fix input fields & buttons borders
 * Fix colors watches theme
*/

/* 
    ################################################################
    #  Theme is too long to fit on userstyles.org                  #
    #                                                              #
    #   Download it there :                                        #
    #      http://antwan.fr/themes/GoogleDarkSlateBlueTheme.css    #
    #                                                              #
    ################################################################
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
  url(http://www.google.com/),
  url-prefix(http://www.google.com/webhp),
  url-prefix(http://www.google.com/search?),
  url-prefix(http://www.google.com/#hl=),
  url-prefix(http://www.google.com/#q=),
  url-prefix(http://images.google.com/webhp),
  url-prefix(http://images.google.com/images),
  url-prefix(http://www.google.com/imghp),
  url-prefix(http://www.google.com/images),
  url(http://www.google.com/intl/en/),
  url-prefix(http://www.google.com/movies),

  url(http://www.google.fr/),
  url-prefix(http://www.google.fr/webhp),
  url-prefix(http://www.google.fr/search?),
  url-prefix(http://www.google.fr/#hl=),
  url-prefix(http://www.google.fr/#q=),
  url-prefix(http://images.google.fr/webhp),
  url-prefix(http://images.google.fr/images),
  url-prefix(http://www.google.fr/imghp),
  url-prefix(http://www.google.fr/images),
  url-prefix(http://www.google.fr/movies),

  url(http://www.google.co.uk/),
  url-prefix(http://www.google.co.uk/webhp),
  url-prefix(http://www.google.co.uk/search?),
  url-prefix(http://www.google.co.uk/#hl=),
  url-prefix(http://www.google.co.uk/#q=),
  url-prefix(http://images.google.co.uk/webhp),
  url-prefix(http://images.google.co.uk/images),
  url-prefix(http://www.google.co.uk/imghp),
  url-prefix(http://www.google.co.uk/images),
  url-prefix(http://images.google.co.uk/webhp),
  url-prefix(http://www.google.co.uk/movies)
{
/* .... */
}