@media only screen and (max-width: 1280px) {
	
	/* shns.css */
	
	body {
		font-size:0.8em;
		width:1024px;
	}
	
	/* shns_content.css */
	#storyBody p {
		font-size:1.25em;
	}
	
	/* shns_forms.css */
	button,input[type="submit"],input[type="button"],a.linkLooksLikeButton,
	input[type="text"], input[type="password"],
	input[type="date"], input[type="month"],
	input[type="tel"], select {
		font-size:0.8rem;
	}
	
	/* shns_linklist.css */
	p.latest_headline {
		font-size: 1.1em;
	}
	
	/* shns_logoL.css - see also @media query in this file */
	#legistatus .lsDiv .branchLinks a {
		font-size:0.85em;
	}
	
	/* shns_logoS.css */
	#legistatus .lsDiv {
		font-size: 1.1em;
	}
	
	/* shns_menus.css */
	#topMainMenu a {
		min-width:146.9px;
		padding:0.35em 0em;
	}
	
	/* shns_widgets.css */
	table#linksbox td {
		min-width:60px;
	}
}