/*****************************************************************************
 *
 * google-dark.css -- stylesheet for sidki's Proxomitron config
 *
 * This stylesheet is imported by the ". + Google Dark Blue Theme" and
 * ". + Google Dark Gray Theme" webfilters.
 *
 * Contents:
 *   - a subset of Valacar's dark Google themes (http://www.valacar.com/)
 *   - style rules for some "Google Experimental" search pages
 *   - various enhancements
 *
 * Last edited: 2009-01-05
 *
 *****************************************************************************/

body {
  color: white;
  margin: 1% 1.5%;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Defaults for all links */
a:link { color: #82BDFF !important; }
a:visited { color: #33FFFF !important; }
a:active { color: #92CDFF !important; }

/* Default text color */
div, td { color: white; }

/* Forms and Google Suggest */
input *, textarea *, .aAutoComplete { color: black; }

/* Logos */
a#logo {
  font-size: 0;
  line-height: 0;
}
a#logo:hover { text-decoration: none; }
a#logo.logo-sg {
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  color: white !important;
}

/* "more" box */
.gb2 a:hover { background: transparent !important; }

/* Top bars */
div#gbarl, div#gbh, div.gbh { display: none; }

/* Top ("Results... of about...") and bottom (search form) tables */
table.t.bt, .pb {
  border: 1px outset #253960 !important;
  padding: 1px 0;
}
#ssb, #bsf { border: 1px outset #253960; }
#prs { padding: 0 0 0 4px !important; }
#ssb p {
  padding: 0;
  margin: 1px 0;
}

/* Text URLs */
.a, cite { color: #DACA7D !important; }

/* "Cached", "Similar pages", "More results",
   "View as HTML", "Keyboard Shortcuts" links */
.g .fl, .f { color: #AAAAAA !important; }
.g .fl:hover { color: #CCCCCC !important; }

/* "Did you mean:", hints, file type */
span.w, span.f, font#high { color: #FF6FF6; }

/* Bottom "Result Page" block */
#navbar img { visibility: hidden; }
#navbar *, #nav * { background-image: none !important; }
#navbar td, #navbar a, #navbar a b, #navbar font, #navbar .i, #nav td {
  font-size: 16px !important;
  font-weight: normal;
}
#navbar .i, td.cur { color: white; }

/* Color for normal (slight green) and JS (slight red)
   tracking links on hover */
a.ProXPref:hover { color: #379CCD !important; }
a.ProXPrefJs:hover { color: #968AFF !important; }
a.ProXPref.l {
  padding-right: 20px;
  background: url(google-bug.png) no-repeat right center;
}
a.ProXPrefJs {
  padding-right: 0;
  background: none;
}

/* Search result blocks (heading + content) */
.g {
  margin: 10px 0;
  padding: 2px 5px 4px 5px;
  line-height: 16px;
}

/* Search result content */
.s {
  max-width: none;
  width: auto;
}

/* Content snippets */
.j { width: 100%; }

/* News content tables */
.ts td { width: auto !important; }

/* Search terms */
font#high, .g b, .g em, p.e b {
  color: orange;
  font-weight: normal;
}

/* Footer */
div.t, p.blk {
  background: transparent !important;
  color: white !important;
  border: none !important;
}

/* Remove border to the left of "Keyboard Shortcuts" box */
.std { border: none !important; }

div#topspace {
  padding-top: 6px;
  line-height: 0;
}

br.mainspace { line-height: 3px; }
a { text-decoration: none; }
a.q:visited, a.toplink:visited { color: #82BDFF !important; }

a:hover, a:visited:hover {
  color: #1689FF !important;
  text-decoration: underline;
 }

a.l { font-size: 15px; }
a#topthumb { font-weight: bold; }
