/***********************************/
/********* Facebook 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("facebook.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[src*="static.ak.fbcdn.net"],
img[alt*="logo"],
img[src*="logo"], 
img[src*="icon"], 
img[src*="folder"] {
display: none !important;
}


}