body.category article .entry-content,
body.home article .entry-content
{
	max-height: 300px;
	overflow: auto;
}

body.single.has-sidebar:not(.error404) #primary {
	width: 100%;
}

body.single.has-sidebar #secondary {
	width: 50%;
}

@media screen and (min-width: 48em){
	.wrap {
		max-width: 1200px;
	}
	
	.has-sidebar:not(.error404) #primary {
		width: 68%;
	}
	
	.has-sidebar #secondary {
		width: 30%;
	}
}
