/***********************************/
/********** Youtube 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("youtube.com") {



* {
background: #262626 !important;
border-color: #3e3e3e !important;
color: #8a8a8a !important;
}

a:link {
color: #a7a15e !important;
}

div.dislikes-bar,
pre,
a:visited {
color: #a67b07 !important;
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 *,
a:hover,
div.likes-bar {
color: #556b2f !important;
}

b,
b *,
strong,
strong * {
color: #af5f00 !important;
}

li,
i,
i * {
color: #705b46 !important;
}

#playview-icon *,
#gridview-icon *,
input,
button,
select,
textarea {
background: #262626 !important;
border: 1px solid #3e3e3e !important;
}

div.yt-alert-promo {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}

div#quicklist-notifications {
background: none !important;
}

.navbar-tab-selected,
.navbar-tab-selected:link {
background: #556b2f !important;
color: #262626 !important;
}

#playnav-chevron {
border-color: #262626 !important;
}

img[src*="logo"], 
img[src*="icon"], 
img[src*="folder"],
div#masthead_child_div,
img[src*="icn_help_question"],
div[id*="ad_creative"],
iframe[id*="ad_creative"] {
display: none !important;
}


}