/*
 * "Liqube Night" User Style - for use with 'Stylish' + Firefox
 *  http://liqube.com
 *
 *  A nice balance of dark backgrounds and medium bright text for late-night surfing.
 *  Usually pretty easy on the eyes, especially when you've been in a darkened room for
 *  a while. Images are slightly dimmed as well. Uncomment and adjust the font-family
 *  line in order to force a specific font.
 *
 *  Last updated: Thu Feb 13, 2009 - Revision 4
 */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("about:blank") {

  body{ background-color:#101010 !important }
}
@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {

* {
  background-color: #101010 !important;
  background-image: none !important;
  border-color: #222222 !important;
  color: #bbbbbb !important;
/*font-family: Segoe UI !important;*/
}
a:link {
  color: #606486 !important;
}
a:visited {
  color: #48649d !important;
  font-weight: bold;
}
a:hover,
a:active {
  color: #db6c4c !important;
}
em {
  color: #607486 !important;
}
select,
textarea,
input[name=q],
input[type=text],
input[type=password],
input[type=file] {
  background-color: #000000 !important;
  -moz-appearance: none !important;
  color: #eeeeee !important;
  border: 1px dotted #606060 !important;
}
input[type=button],
input[type=submit],
input[type=reset] {
  background-color: #252525 !important;
  color: #aaaaaa !important;
  -moz-appearance: none !important;
  border-color: #202020 !important;
}
img {
  opacity: 0.75 !important;
  -moz-opacity: 0.75 !important;
}

}
/* i really want this to be global */
