/***********************************/
/********** Answers KISS ***********/
/****** Created by: tjwoosta *******/
/***********************************/

/***********************************
 
To change the colors of this style use your
text editors global search and replace
feature to replace the following colors.

#262626 (background color)
#3e3e3e (border color)
#8a8a8a (text color)
#a7a15e
#a67b07
#556b2f
#af5f00
#705b46

************************************/



@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("answers.com") {


* {
background: #262626 !important;
border-color: #3e3e3e !important;
color: #8a8a8a !important;
text-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}

a:link {
color: #a7a15e !important;
}

pre,
a:visited {
color: #a67b07 !important;
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 *,
a:hover {
color: #556b2f !important;
}

b,
b *,
strong,
strong * {
color: #af5f00 !important;
}

li,
i,
i * {
color: #705b46 !important;
}

input,
button,
select,
textarea {
background: #262626 !important;
border: 1px solid #3e3e3e !important;
}

img[alt*="Discuss"] {
width: 0px !important;
height: 23px !important;
background-color: #556b2f !important;
background-image: url(data:image/gif;base64,R0lGODlhmwAZAIABAAAAAP///yH5BAEKAAEALAAAAACbABkAQAL+jI+py+0Po5y0PgAUPpvj7HWBOILGZ5ZkmHwesqKtq9Ikmm5yha9lmKrBXKLdidbALWQxo/HYuT2llqr1is1qtxEf9wvuBsNDjUkaHf9ewKH3fc6BekhnMD07lsn8vv8PGCg4aEVFWFWk9uU16JOoNzNm6KjIlgcJifQDd1mHZynRtJenibl2OZp6uppWySaqwsLqekjIWIubq7vL2+v7CxzcR2cmXEOrBRuobLzqDHa7LBlnORdl+niCOb1EXf15ao1KlCjOw52pyfmqXqq6LWe6WQpbH09BCQr1PGt2R/kvFbgkA9fYe3fh3itZNtjNYRFHUbY9nnKMYBhwnycQhM0WIesIMqTIkSRLmhRZAAA7) !important;
padding-left: 155px !important;
}

img[src*=".gif"],
img[src*="logo"], 
img[src*="icon"], 
img[src*="folder"] {
display: none !important;
}


}