/*
Theme Name: SomeGuy 2011 Child
Description: Child theme for the twentyeleven theme 
Author: Some Guy With a Website
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");


/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 800px) {
	/* keep the sidebar - this edit is for right sidebar only */
         #page {
	   min-width: 500px;
         }
	.right-sidebar #main #content {
		margin: 0 29% 0 1%;
		width: 70%;
	}
	.right-sidebar #main #secondary {
		float: right;
		margin: 0 2% 0 0%;
		width: 24%;
	}
}