/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/



.grid_4,
.grid_5,
.grid_13,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}





/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/



/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/




.container_12 .grid_4 {
	width:450px;
}

.container_12 .grid_5 {
	width:170px;
}

.container_12 .grid_12 {
	width:930px;padding-bottom:20px;
}

.container_12 .grid_13 {
	width:730px;padding-bottom:20px;
}


/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/





/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/






/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/






/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/






/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */





/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/