/* AGENT_SHEET */
@namespace url(http://www.w3.org/1999/xhtml);
/*<<dark theme 2008>> by Michael for EASY of your eyes*/
/*Original from <<Dark theme Global +Wrongplanet>> by computerlove yay*/

@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {

body, span, background, select, form, td, th, tr, p, dd, dt {
background:#111515 !important;
color:#CCCCCC !important;
}

div {
background:none !important;
color:#CCCCCC !important;
}


ol {
  background-color:#253535 !important;
}

h1 {
  background:#253535 !important;
  color:#dddddd !important;
}

h2  {
  background:#000000 !important;
  color:#dddddd !important;
}

h3, h4, h5, h6 {
  background:inherit !important;
  color:#dddddd !important;
}

font, p { 
  color: #bbbbbb!important;
}

table {
  background:black !important;
}

ul {
  background:#223333 !important;
  color:#CCCCCC !important;
}

li, code {
  background:inherit !important;
  color:#dddddd !important;
}

strong, blockquote {
  background:inherit !important;
  color:#ffffff !important;
}

a {color:gainsboro !important;}
a:link {color:cornflowerblue!important;font-weight:normal!important; }
a:visited {color:lightpink !important }
a:active {color:red !important;}
a:hover {color:gold!important;}

input, input.post {
  color:#000000 !important;
}

/* ------------WRONGPLANET FORUM ----------------------- */
@-moz-document domain("wrongplanet.net") {

textarea.post, select, .title, .content, .storytitle, .storycat, .boxtitle, .boxcontent, .option, .tiny, .cellbox, .formtexts {
  color:#FFCC66 !important; 
  }

/*
td.row1 {background:#111111 !important;}
td.row2 {background:#222222 !important;} 
*/

.quote {
  background:#252525 !important;
  color:#FFCC66 !important;
  }
}


/* -------------------------------------------------------- */

/*
Dark Style Textboxes
By XerBlade 
http://userstyles.org/styles/591
*/

pre, textarea {
   color: white !important;
   background: black !important;
   border-left-color: gray !important;
   border-right-color: gray !important;
   border-top-color: gray !important;
   border-bottom-color: gray !important;
}

/* Uncomment this part if you also want to apply to forms and the like. */
input:not([type="button"]):not([type="checkbox"])
:not([type="submit"]):not([type="reset"]), 
select {
    color: white !important;
    background: black !important;
    border-left-color: gray !important;
    border-right-color: gray !important;
    border-top-color: gray !important;
    border-bottom-color: gray !important;
} 


/* ----------------------- GMAIL -------------------------- */
@-moz-document domain("mail.google.com") {
* { color:cornflowerblue !important;  }

button { 
    background-color:#000000 !important;  
    color:#dddddd !important 
    }
}

/* ------------------ HOTMAIL ------------------------------ */
@-moz-document domain("live.com") {
*, #span, ul.li, #ContentColumnInner, #ContactsReadPane { background-color:inherit !important; }
}

/* ----------- GOOGLE READER - PENDING ----------------------- */
@-moz-document url("www.google.com/reader/view/") {
}

}