/* -------------------------------------------------------------- 
   
   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 (2008-05-01) [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:            950 px
    * Number of columns:     3
    * Column width:          310 px
    * Margin width:          10 px
   ======================================

   By default, the grid is 950px wide, with 3 columns 
   spanning 310px, and a 10px 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
   
-------------------------------------------------------------- */
body {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	/* plus typography rules. */
	
	text-align: center;
	background-image: url(../images/background.gif);

}

/* A container should group all your columns. */
.container {
	width: 1024px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(); 
}


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

/* Sets up basic grid floating and margin.*/  
div.span-1, div.span-2, div.span-3, div.span-4,  div.span-6, .span-7 {
	margin-right: auto;
	float: left;
	
}

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

/* Use these classes to set the width of a column. */
.span-1  {
	width: 140px;
	height: auto;
	

}
.span-2  {
	width: 800px;
	
}
.span-3, div.span-3 {
	width: 1024px;
}


/* Misc classes and elements
-------------------------------------------------------------- */



/* Use this to create a horizontal ruler across a column. */
hr {
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.45em;
	border: none;
	background-color: #666666;
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {
	display: block;
	bottom: auto;
	float: none;
}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

.span-5 {
	width: 40px;
	
}
.span-4 {
	width: 1014px;
	text-align: center;
	
}

.span-6 {
	width: 700px;
	
	
	line-height: 40px;
	text-decoration: overline;
	/*float: left;*/
}
.span-7 { width: 840px; margin: 0;
}

