@namespace url(http://www.w3.org/1999/xhtml);

/* 
=============== Editing Instructions ===============
= Okay so, the recent update makes it different on =
= different languages. The google.com, US as well  =
= as default is unchanged, however, all other      =
= language now displays that navigation bar at the =
= top. Want to get rid of it? Play with the coding =
----------------------------------------------------
= Okay so, there is two sections to this style.    =
= Top section deletes navigation bar at top, while =
= bottom section keeps it. With this update, only  =
= iGoogle (.com) deletes the bar. When you go to   =
= iGoogle, google now directs you automatically to =
= google.com/ig, the .com version. Want the bar or =
= don't want the bar? Delete the section if you do =
= not want the bar. If you want the bar hided for  =
= all domains, as in, google search, google image, =
= etc, delete the second section. For the bar to   =
= be hidden on ONLY iGoogle page for a specific    =
= language, add: , url("http://www.google.^/ig")   =
= with the ^ changed to your language to the top   =
= section. If you need help, post up a discussion. =
====================================================
*/

@-moz-document url("http://www.google.com/ig") {

/* Font Size - Tahoma 10px / Other Minor Changes */
 *   {
  font-family: Tahoma, Sans !important;
  font-size: 10px !important;
  text-decoration: none !important;
  }

/* Remove Various Thingsâ€¦ */
 .gseaopt, .personalize_link, #new_user_demo, .ftext, .gbh, #gbar, #guser, #promo, #addstuff {
  display: none;
  }

/* Shrink Header */
 #nhdrwrapsizer {
  height: 100px !important;
  }

/* Reduce Module Bottom Padding */
 .modboxin {
  padding-bottom:1px !important;
  }

/* Hide Footer Content */
 #footerwrap a, #footerwrap p{
  display: none;
  }

/* Enable Round Corners */
 #footerwrap {
  height: 5px !important;
  }

/*Fade Search*/
 #gsea {
  opacity: 0.25 !important;
  }

 #gsea:hover:before {
  opacity: 0.25 !important;
  }

 #gsea:hover {
  opacity: 0.5 !important;
  }
}

/* ========== */

@-moz-document domain("google.com"), url-prefix("http://www.google."), url-prefix("http://blogsearch.google."), url-prefix("http://books.google."), url-prefix("http://a .google."), url-prefix("http://desktop.google."), url-prefix("http://images.google."), url-prefix("http://maps.google."), url-prefix("http://news.google."), url-prefix("http://scholar.google."), url-prefix("http://video.google."), url-prefix("http://code.google."), url-prefix("http://groups.google."), url-prefix("http://picasa.google."), url-prefix("http://sketchup.google."), url-prefix("http://translate.google."), url-prefix("http://www.googlelabs.") {

/* Font Size - Tahoma 10px / Other Minor Changes */
 *   {
  font-family: Tahoma, Sans !important;
  font-size: 10px !important;
  text-decoration: none !important;
  }

/* Remove Various Thingsâ€¦ */
 .gseaopt, .personalize_link, #new_user_demo, .ftext, #promo, #addstuff {
  display: none;
  }

/* Shrink Header */
 #nhdrwrapsizer {
  height: 100px !important;
  }

/* Reduce Module Bottom Padding */
 .modboxin {
  padding-bottom:1px !important;
  }

/* Hide Footer Content */
 #footerwrap a, #footerwrap p{
  display: none;
  }

/* Enable Round Corners */
 #footerwrap {
  height: 5px !important;
  }

/*Fade Search*/
 #gsea {
  opacity: 0.25 !important;
  }

 #gsea:hover:before {
  opacity: 0.25 !important;
  }

 #gsea:hover {
  opacity: 0.5 !important;
  }
}