/*
Theme Name: twentyten-child
Description: Child theme for the twentyTEN theme
Author: CM
Template: twentyten
*/

    /*TWENTYTEN: import the theme. */
@import url("../twentyten/style.css");

    /*SITE-TITLE: Change the color. The main color of the header is blue 3e4999*/
#site-title a {
    color: #3e4999;
    font-style: italic;
    width: 200px;
}

    /*NAVIGATION BAR: Change the color. */
#access {
    background:none repeat scroll 0 0 #3e4999;
    color:#000000;
} 

    /*SITE-DESCRIPTION: Change the font size. */
#site-description {
    font-size:18px;	
    color: #e65435;  /*The Collier's Girl Hair Bow RED: e65435 */
    width: 220px;
}