/*
 * Theme Name:     Twenty Eleven Child
 * Theme URI:      http://example.com/
 * Description:    Child theme for the Twenty Eleven theme 
 * Author:         TL Computer Systems (Wales) Ltd
 * Author URI:     http://www.tlsystems.co.uk
 * Template:       twentyeleven
 * Version:        0.1.0
 * */
@import url("../twentyeleven/style.css");

/* One column */
.one-column #page {
max-width: 90%;
}

#branding img {
/*height: 150px;*/
/*margin-bottom: -7px;*/
width: 100%;
}

#page {
	margin: 2em auto;
	margin-top: 0;
	max-width: 100%;
}

#site-description {
        display: none
}

#site-title {
        display: none
}

#searchform {
        display: none
}
#site-generator {
	display: none;
}
.entry-title {
	display: none;
}

