/* $Id: wireframes.css 18443 2011-04-12 20:40:04Z carrierey $ */

/**
 * @file
 * Wireframes Styling
 *
 * Add wireframes to the basic layout elements.
 */


.with-wireframes #header .section,
.with-wireframes #content .section,
.with-wireframes #navigation .section,
.with-wireframes .region-sidebar-first .section,
.with-wireframes .region-sidebar-second .section,
.with-wireframes #footer .section {
	margin: 1px;
	padding: 2px;
	border: 1px solid #ccc;
	}

.with-wireframes .region-page-closure {
	margin-top: 1px;
	padding: 2px;
	border: 1px solid #ccc;
	}
