/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2009-06-13) [http://kematzy.com/blueprint-generator/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            940 px
    * Number of columns:     6
    * Column width:          145 px
    * Margin width:          20 px
   ======================================

   By default, the grid is 940px wide, with 6 columns 
   spanning 140px, and a 20px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */



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

/* Sets up basic grid floating and margin. */
.col1, .col2, .col3, .col4, .col5, .col6
.column {float:left;margin-right: 20px;}

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

/* Use these classes to set the width of a column. */
.col1  { width: 140px;}
.col2  { width: 300px;}
.col3  { width: 460px;}
.col4  { width: 620px;}
.col5  { width: 780px;}
.col6, .col6 { width: 940px; margin: 0; }

/* Border on right hand side of a column. */
.border {
  padding-right:9px;
  margin-right:10px;
  border-right: 1px solid #eee;
}
