/*
* Author: Will (war59312@gmail.com)
* Description: Makes google.com dead simple.. :)
* I recommend you install Google Web Search - dark blue redesign (vC) (http://userstyles.org/styles/843)
*/

/* +++ changelog +++
March 14th, 2011
- works on https://encrypted.google.com/ too
October 30, 2010
- hides another text ad
Dec 1st, 2009
- hides "World AIDS Day" message
February 3, 2009
- google just cant quit fucking it up can they.. fixed once again
February 2, 2009
- stop it google!!
January 31, 2009
- really wish google would stop fixing shit that ant even broke, dumb little shit heads..
January 30, 2009
- google updated, thus so have I..
December 21, 2008
- hides blue bar in header, when not using dark blue redesign
December 13, 2008
- original release
*/

@-moz-document url("http://www.google.com/"), url("https://encrypted.google.com/"), url("https://www.google.com/") {

/* HEADER */
.gbh, #gbar, #guser { display: none !important; }

/* RIGHT SIDE-BAR */
a[href="/advanced_search?hl=en"], a[href="/preferences?hl=en"], a[href="/language_tools?hl=en"] { display: none !important; }

/* TEXT ADS TEND TO SHOW UP HERE */
HTML > BODY > CENTER > FONT, #body > CENTER > FONT, 
HTML > BODY > CENTER > STYLE:first-child + BR + IMG + BR + BR + FORM + DIV,
#prm,
HTML > BODY > CENTER > DIV:last-child > DIV:last-child { display: none !important; }

/* "Press enter to search." */
#fmsg { display: none !important; }

/* "Enjoy free WiFi over the holidays" ad */
.fade { display: none !important; }

/* "World AIDS Day" */
#body > CENTER > TABLE { display: none !important; }

/* FOOTER */
HTML > BODY > CENTER > BR:first-child + IMG + BR + BR + FORM + BR + FONT + BR + BR + BR + FONT, HTML > BODY > CENTER > P, #footer { display: none !important; }

}