/* -----------------

	Remove default spacing - this code makes the content area full width (100%) so it's aligned with the sub-banner sides instead of being slightly indented as with the content pages.

----------------- */

article .article-inner {
	width: 100%;
}