/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
   

/* #Base 960 Grid
================================================== */
 

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12								                 	{float: left; display: inline; margin-left: 10px; margin-right: 10px;}

	/* Nested Column Classes */
.alpha               { margin-left: 0 !important; }
.omega               { margin-right: 0 !important; }
.m-none              { margin: 0 !important; }
.push_10              { margin-top:10px !important; }
.push_20              { margin-top:20px !important; }
.push_30              { margin-top:30px !important; }
.push_40              { margin-top:40px !important; }
.push_50              { margin-top:50px !important; }
.push_60              { margin-top:60px !important; }
.push_70              { margin-top:70px !important; }

.pull_70              { position:relative; top:-70px;}

	/* Base Grid */


.grid_1 {width: 60px;}
.grid_2 {width: 140px;}
.grid_3 {width: 220px;}
.grid_4 {width: 300px;}
.grid_5 {width: 380px;}
.grid_6 {width: 460px;}
.grid_7 {width: 540px;}
.grid_8 {width: 620px;}
.grid_9 {width: 700px;}
.grid_10 {width: 780px;}
.grid_11 {width: 860px;}
.grid_12 {width: 940px;}
 
 
 
 .push_20   {margin-top:20px !important;}

	
	
