/* ==========================================================================
  AldoDesign.com Custom Styles for CSS Grids
   ========================================================================== */
/*
	Columns Percentage (p)
*/
.p1, /* set margins below all column wrappers, just for display purposes */
.p2, .p3, .p4 { padding-bottom: 1%; padding-left: 0px; text-align: left; font-size: 1em; line-height: 1.4em; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 15px; }
.p1, /* wrapper width */
.p2, .p3, .p4 { width: auto }
    .p1 .one { width: 100% }
.p2 .one { width: 49.5%; float: left; }
.p2 .two { width: 49.5%; /*: ; */ margin-left: 50.5%; }
.p3 .one { width: 32.5%; float: left; }
.p3 .one-two { width: 66.25%; margin-left: 0px; float: left; }
.p3 .two { width: 32.5%; margin-left: 1.25%; float: left; }
.p3 .two-three { width: 66.25%; margin-left: 33.75%; }
.p3 .three { width: 32.5%; margin-left: 67.5%; }
.p4 .one { width: 24.25%; float: left; }
.p4 .one-two { width: 49.5%; float: left; }
.p4 .one-three { width: 74.75%; float: left; }
.p4 .two { width: 24.25%; margin-left: 1%; float: left; }
.p4 .two-three { width: 49.5%; margin-left: 1%; float: left; }
.p4 .two-four { width: 74.75%; margin-left: 25.25%; }
.p4 .three { width: 24.25%; margin-left: 1%; float: left; }
.p4 .three-four { width: 49.5%; margin-left: 50.5%; }
.p4 .four { width: 24.25%; /*: ; */ margin-left: 75.75%; }
