/*
Theme Name:     Child
Description:    Child theme for the Twenty Eleven theme for WordPress
Template:       twentyeleven
Version:        1.0.0
*/

@import url('../twentyeleven/style.css');

div.breadcrumbs{
	position:relative;
	clear:left;
	top:8px; left:10px;
}

#primary {
	float: left;
	margin: 0 -31.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 39% 0 7.6%;
	width: 53.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 23.8%;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -31.4%; 
	width: 100%;
}
.left-sidebar #content {
	margin: 0 4% 0 39%;
	width: 53.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	margin-top: 20px;
	width: 23.8%; 
}

#second.widget-area {
	position: relative;
	left: 20px;
}

#third.widget-area {
	position: relative;
	text-align: center;
	left: 40px;
}


@media (max-width: 800px) {
	#second.widget-area {
		position: static;
	}
	#third.widget-area {
		position: static;
	}

}

@media (max-width: 650px) {
	#nav-single {
		position: relative;
	}
}
