/*
   structure.css
   pnt-demo
   
   Created by Craig Mink on 2010-02-08.
   Copyright 2010 Full Steam Marketing & Design. All rights reserved.
   
   12 column and 16 column layouts for
*/

/*  Column Padding
----------------------------------------------- */
.col { padding: 0 10px; margin-top: 24px; }
.group { margin: 0; padding: 0; clear: both; }
.left { float: left; }
.right { float: right; }


/*  12-col Column Setup
----------------------------------------------- */
/* .entire, .eleven-twelfths, .five-sixths, .three-fourths, */
/* .two-thirds, .seven-twelfths, .one-half, .five-twelfths, */
/* .one-third, .one-fourth, .one-sixth, .one-twelfth { */
/*   padding: 0 10px; */
/* } */

.entire { clear: both; width: 960px; }
.eleven-twelfths { width: 880px; }
.five-sixths { width: 800px; }
.three-fourths { width: 720px; }
.two-thirds { width: 640px; }
.seven-twelfths { width: 560px; }
.one-half { width: 480px; }
.five-twelfths { width: 400px; }
.one-third { width: 320px; }
.one-fourth { width: 240px; }
.one-sixth { width: 160px; }
.one-twelfth { width: 80px; }


/*  16-col Column Setup
----------------------------------------------- */
/* .entire, .fifteen-sixteenths, .seven-eighths, .thirteen-sixteenths, */
/* .three-fourths, .eleven-sixteenths, .five-eighths, .nine-sixteenths, */
/* .one-half, .seven-sixteenths, .three-eighths, .five-sixteenths,  */
/* .one-fourth, .three-sixteenths, .one-eighth, .one-sixteenth { */
/*   padding: 0 10px; */
/* } */

.fifteen-sixteenths { width: 900px; }
.seven-eighths { width:840px; }
.thirteen-sixteenths { width:780px; }
.eleven-sixteenths { width: 660px; }
.five-eighths { width: 600px; }
.nine-sixteenths { width: 540px; }
.seven-sixteenths { width: 420px; }
.three-eighths { width: 360px; }
.five-sixteenths { width: 300px; }
.three-sixteenths { width: 180px; }
.one-eighth { width: 120px; }
.one-sixteenth { width: 60px; }

.clear-row { clear: both; }
