@media screen,projection,tv,handheld {
/* layout-medium - 800 */
	#access a {
		position: absolute;
	}
	/* Consistent layout margins */
	#nav-section .box-sizing {
		margin: 0 0 .7em;
	}
	#page-feedback {
		margin: 0 0 .7em .7em;
	}
	#breadcrumbs-wrapper,
	.article .box-sizing,
	#document-properties .box-sizing,
	#post-page-options ul {
		margin: 0 0 0 .7em;
	}
	#sidebar .aside {
		margin-left: .7em;
	}
	
	#nav-section {
		width: 34%;
	}
	#content-container {
		width: 66%;
	}
	#breadcrumbs,
	.article,
	#document-properties,
	#post-page-options,
	#feedback-wrapper {
		width: 100%;
	}
	#sidebar {
		width: 100%;
	}
	#fat-footer .section {
		width: 23%;
		margin: 0 .7%;
	}
	
	#home #page-container {
		background-color: #d8f0f4;
	}
	
	.pub-aside img {
		float: left;
	}
	
	.pub-aside ul, .pub-aside p {
		margin-left: 220px;
	}
	
	.pub-padding-top {
		padding-top: 25px;
	}
}