@namespace url(http://www.w3.org/1999/xhtml);
/* computerlove yay */

@-moz-document domain("www.wrongplanet.net") {

body, span, background, div, select, form, td, th, tr, p  {
background:#111515 !important;
color:#CCCCCC !important;
}

h1 {
background:#253535 !important;
color:#dddddd !important;
}

h2  {
background:#000000 !important;
color:#dddddd !important;
}

h3, h4, h5, h6 {
background:#252525 !important;
color:#dddddd !important;
}


font, p { 
color:#CCCCCC !important;
}


table {
background:black !important;
}


/* 
td.row1 {background:#111111 !important;}
td.row2 {background:#222222 !important;} 
*/


ul {
background:#223333 !important;
color:#CCCCCC !important;
}


li {
background:#223333 !important;
color:#dddddd !important;
}


a {color:#FFCC66 !important;}
a:link {color:#FFCC66 !important; font-weight:bold !important; text-decoration:underline !important; }
a:visited {color:#FFB720 !important;}
a:active {color:#ff2424 !important;}
a:hover {color:#FFFFCC !important;}

textarea.post, select, .title, .content, .storytitle, .storycat, .boxtitle, .boxcontent, .option, .tiny, .cellbox, .formtexts {
color:#FFCC66 !important;
}

.quote {
background:#252525 !important;
color:#FFCC66 !important;
}

input, input.post {
color:#000000 !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;
} */


}