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

.one-column #page {
    max-width: 800px;
}

#page {
    font: 0.95em/1.5em Helvetica, Arial, Verdana, sans-serif;
    background-color: #F8FAF7;
}

#branding {
    border-top: none;
}

#branding #searchform {
    display: none;
}

#location {
    width: 100%;
    border: 0;
}

body {
    background: #e9f0e6;
    padding: 0;
}

@media screen and (max-width: 800px) {
    #page {
        margin: 0;
    }
}

a {
    color: #0490ec;
}

#access {
    background: #F4FAF2;
}

#access a {
    color: #5c7078;
}

#access ul ul a {
    background: #F4FAF2;
}

/* space between menu entries */
#access a {
    padding: 0 0.4em;
}

#access li:hover>a,
#access ul ul :hover>a,
#access a:focus {
    background: #CFE1C9;
}

.entry-content table,
.entry-content td {
    border: none;
}

/* hide author/date */
.entry-meta {
    display: none;
}

/* hide wp? */
#site-generator {
    display: none;
}

/* remove border around gallery images */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
    border: none;
}

/* full width menu */
#branding .only-search #searchform {
    display: none;
}

/* full width menu */
#branding .only-search+#access div {
    padding-right: 0;
}

/* remove top/bottom space */
#page {
    margin-top: 0;
    margin-bottom: 0;
}