/* Siyah Header + Footer (menu orijinal deTube stili) */
#header {
    background: #000;
    color: #eee;
}
#header a {
    color: #eee;
}
#header-search input[type="text"],
#header-search input[type="search"] {
    background: #111;
    border-color: #333;
    color: #eee;
}
#footer {
    background: #000;
    border-top: 1px solid #222;
    color: #aaa;
}
#footer a {
    color: #ddd;
}
#footer h3,
#footer .widget-title,
#footer .title {
    color: #fff;
}
