/* tiding up the child theme */

/* fix the main content which was overlapping the left hand menu */
.left-sidebar #content {
    float: right;
    width: 80%;
}

/* removing the word "HOME" */
.entry-title, .entry-title a {
    display: none;
}

/* removing the subfooter */
#site-generator {
    display: none;
}

/* removing the site search from the top menu */
#branding .with-image #searchform {
    display: none;
}