/* LAYOUT: POSITIONED: LEFT SIDEBAR */
/* Sets the sidebar to display on the left */

@import'layout-abpos-core.css';
#content {
	right:0;
	}
#sidebar {
	left:0;
	}
#sidebar-inner {
	border-left:none !important;
	}
