/*
Theme Name: Twenty Ten Child - No title at the top
Description: Child theme for the Twenty Ten theme. Title at the top is white (not vissible)
Author: Kristian Johansen (ITA/UiT)
Template: twentyten
*/

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

#header {
        padding: 3px 0 0 0;
}

#site-description {
        margin: 8px 0 8px 0;
}

#site-title a {
    color: #ffffff;
}

