/**
IMPORTANT: This grid.css file is not the standard wp-framework file
It contains *significant* changes that stop the standard grid layout from working, so the normal grid system should not be used.
*/

/* The wrap element should group all your columns */
.wrap { width: 978px; margin-left: auto; margin-right: auto; }

/* Use this class on any .column/.wrap to see the grid. */
.showgrid { background: url( '../images/grid.png' ) !important; }

/* =Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column { position: relative; float: left; margin-right: 10px; }

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.sidebar_home {width: 188px;}
.content_home {width: 600px;}
.sidebar2_home {width: 170px;}

.sidebar_page {width: 128px;}
.content_page {width: 660px;}
.sidebar2_page {width: 170px;}

/* Clear the .wrap */
.wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.wrap { display: block; }
