/*
  Zhou Yi page override
  Load AFTER p7csspbm2_05.css
  Purpose: drop the left/right sidebar and let the
  main content column use the full width of the page.
*/

/* Sidebar is removed from the markup entirely, but keep this
   as a safety net in case it's ever left in by mistake. */
.sidebar { display: none !important; }

.main-content {
	float: none;
	width: 100%;
}

/* This border used to separate main-content from the sidebar.
   With no sidebar, drop it so there's no stray line on the page edge. */
.main-content .content {
	border-left: none;
}

/* Note: width/centering for the actual text is handled by style.css's
   .zhouyi-content rule now, so it isn't duplicated here. */
