/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //www.geschreibsel.de/
Description:    Anpassung f&uuml;r www.geschreibsel.de
Author:         dark*
Author URI:     http: //www.geschreibsel.de/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/* Schrift anpassen */

body,
input,
textarea,
.page-title span,
.pingback a.url {
        font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* Hintergrundfarbe Inhalt gesamt */
#wrapper {
    background-color: #dad9ff;
    border: 1px solid #00a;
}

/*  Navigation oben */
#access {
    background-color: #00a;
}

#access a {
         color: #fff;
         font-weight: bold;
        }

#access li:hover > a,
#access ul ul :hover > a {
        background: #00a;
        color: #fff;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
        background: #00a;
        color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
        background: #00a;
        color: #fff;

}

#access ul ul a {
        background: #00a;
}
#access li:hover > a,
#access ul ul :hover > a {
        background: #00a;
        color: #fff;
}

/* Rahmen um Header-Image */
#branding img {
        border-top: 4px solid #00a;
        border-bottom: 1px solid #00a;
}

/* rote Links (hover + active) wech */

.page-title a:active,
.page-title a:hover,
.entry-title a:active,
.entry-title a:hover,
.page-link a:active,
.page-link a:hover,
.entry-meta a:hover,
.entry-utility a:hover,
.navigation a:active,
.navigation a:hover,
.comment-meta a:active,
.comment-meta a:hover,
.widget_rss a.rsswidget:hover,
a.comment-edit-link:hover,
a:hover {
        color: #00a;
}