@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://www.google.com/ig") {

/* Hide the tab bar */
#full_nav{
 display: none !important;
}

/* Hide tab bar background */
#col1{
 display: none;
}

/* Bring the search box, logo right near the top */
#gsea{
 padding-top: 1px !important;
 padding-bottom: 2px !important;
}

/* Hide menubar at top (uncomment to hide)*/
/*
#gbar, #guser, .gbh{
  display: none; 
}
*/

/* Hide entire search area (uncomment to hide) */
/*
#gsea, #nhdrwrapsizer {
 display: none;
}
*/
/* Hide google logo (uncomment to hide) */
/*
.gsealog{
 display: none;
}
*/
/* Hide search box  (uncomment to hide)*/
/*
.gseain{
 display: none;
}
*/
/* Hide advanced search, preferences, etc. links  (uncomment to hide)*/
/*
.gseaopt {
 display: none;
}
*/

/* Hide 'personalize this page, add stuff, etc. links. */
.personalize_link{
display: none;
}

/* Hide gradient (in header, below search buttons) */
div.gradient {
 display: none;
}

/* Hide 'new user demo' from header */
#new_user_demo{
 display: none;
}

/* Remove space between search buttons and modules area */
#modules{
 padding: 0px !important;
}

/* Hide descriptions/ article snippets below RSS links*/
.ftext{
 display: none;
}

/* Hide space between links inside modules (show links closer to each other) */
.fpadv2, .fb, .fpadv2last{
 padding: 2px !important;
}

/* Reduce spaces above and below RSS links, bringing them closer together */
.uftl {
 padding-top: 1px !important;
 padding-bottom: 2px !important;
}

/* Reduce some of the empty space at the bottom of each module */
.modboxin {
 padding-bottom:1px !important;
}

/* Reduce space between module boxes (scrunch the boxes together) */
.modbox{
 margin: 1px !important;
}

/* Hide footer */
#footerwrap{
 display: none;
}

}