/*
Theme Name: Possibility Storm
Theme URI: www.possibilitystorm.com
Description: A twenty eleven child theme
Author: Alex Wolf
Author URI: www.possibilitystorm.com
Template: twentyeleven
Version: 1.0.0
*/

@import url('../twentyeleven/style.css');

#access {
    margin: 0 auto 0px;
}

#access div {
	margin: 0 30px;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 30% 0 30px;
    width: calc(70% - 30px);
}
#secondary {
	float: right;
	margin-right: 30px;
	width: calc(26.4% - 30px);
}