/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme
Author: Jake Fowler
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");


#page {
	margin: 0 auto;
}

p {
	font-size: .9em;
}

#comments:{
	display: none;
}

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img
{border: none;}


.post .entry-utility, .post .entry-meta {display:none;}

.entry-header h1 {
	display:none;
}

#branding {
	border: none;
}

#branding hgroup {
	margin: 0 auto;
}

#searchform {
	display:none;
}

left-sidebar #primary {
float: right;
margin: 0 0 0 -22.4%; /* increased left margin 4% from -26.4% to -30.4% */
width: 100%;
}

.left-sidebar #content {
margin: 0 7.6% 0 30%; /* increased right margin 4% from 34* to 38% */
width: 58.4%;
}

.left-sidebar #secondary {
float: left;
margin-left: 7.6%;
margin-right: 0;
margin-top: 20px;
width: 14.8%; /* increased sidebar width 4% from 18.8% to 22.8% */

#secondary {
	float: right;
	margin-right: 7.6%;
	width: 25%;
}

#primary {
	float: left;
	margin: 0 -32.6% 0 0;
	width: 90%;
}