/*
Theme Name: Twenty Eleven Child
Author: Bainternet
Description: 2011 child theme for WordPress
Author URI: en.bainternet.org/
Template: twentyeleven
*/

@import url(../twentyeleven/style.css);
#primary {
	float: left;
	margin: 0 -31.4% 0 0; /* incresed margin by 5% */
	width: 100%;
}
#content {
	margin: 0 34% 0 5.6%;
	width: 53.4%; /* decreased width by 5% */
}
#secondary {
	float: right;
	margin-right: 5.6%;
	width: 23.8%; /* increased width by 5% */
}
