/*
Theme Name: Twenty Eleven Child
Template:   twentyeleven
Version:    1.0
*/

/* Reduce menu bar row height */
#access a {
    line-height: 2em;
}

/* Page title in header — right-justified alongside site title */
#branding-header {
    margin: 0 7.6%;
}
#site-title {
    margin-right: 0;
}
#page-title-header {
    position: absolute;
    right: 7.6%;
    top: 0;
    color: #111;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    margin: 0;
}

/* Hide search bar — no site search needed */
/* Hide footer tagline */
#site-generator {
    display: none;
}
#searchform {
    display: none;
}

/* Remove whitespace between site title, menu bar, page title, and content */
#site-title {
    padding-top: 0;
}
#site-description {
    margin-bottom: 0;
}
#branding {
    padding-bottom: 0;
}
#access {
    margin-bottom: 0;
}
#main {
    padding-top: 0;
}
.singular .hentry {
    padding-top: 0;
}
.singular.page .hentry {
    padding-top: 0;
}
.entry-content,
.entry-summary {
    padding-top: 0;
}
