/*
Theme Name:     Volumes of Fun Theme
Description:    A theme for the Volumes Of Fun website, based on TwentyEleven
Author:         David Williams
Template:       twentyeleven
Version:        1.0.0
*/

@import url("../twentyeleven/style.css");

#branding #searchform {
	display:none;
}
#branding .only-search + #access div {
	padding-right: 0px;
}	

/*http://wordpress.org/support/topic/twenty-eleven-copy-make-content-wider-for-one-col-layout*/
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
    width: 100%;
}

/*http://wordpress.org/support/topic/twenty-eleven-copy-make-content-wider-for-one-col-layout*/
.singular .entry-meta .edit-link a {
    bottom: auto;
    left: 0px;
    position: absolute;
    right: auto;
    top: 0px;
}
/*The fixes above widen the single column, but this makes the 'about the
author' box too wide (just before the commments). We fix that issue here*/
.singular #author-info {
    margin-left: -9%;
    margin-right: -9%;
    padding-left: 9%;
    padding-right: 9%;
}

/*http://wordpress.org/support/topic/how-to-remove-space-above-page-title-in-twenty-eleven-theme*/
#main,
.singular.page .hentry {padding:0;}

/*http://en.forums.wordpress.com/topic/space-below-page-title-on-static-pages-in-twenty-eleven*/
.entry-content, .entry-summary {
    padding-top: 0.0em;
}