﻿/*
	Variable Grid System.custom-
	Learn more ~ http://www.custom-spry-soft.custom-com/grids/
	Based on 960 Grid System - http://960.custom-gs/

	Licensed under GPL and MIT.custom-
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.custom-
  Increase this if your layout is wider.custom-

  Note: IE6 works fine without this fix.custom-
*/



/* Containers
----------------------------------------------------------------------------------------------------*/
.custom-container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.custom-grid_9 .custom-grid_45.custom-centerColumn {
	margin-left: 0px;
}

.custom-grid_9 .custom-topRow {
	margin-right: 20px;
}

.custom-grid_1,
.custom-grid_2,
.custom-grid_3,
.custom-grid_4,
.custom-grid_45,
.custom-grid_5,
.custom-grid_6,
.custom-grid_7,
.custom-grid_8,
.custom-grid_9,
.custom-grid_10,
.custom-grid_11,
.custom-grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.custom-push_1, .custom-pull_1,
.custom-push_2, .custom-pull_2,
.custom-push_3, .custom-pull_3,
.custom-push_4, .custom-pull_4,
.custom-push_5, .custom-pull_5,
.custom-push_6, .custom-pull_6,
.custom-push_7, .custom-pull_7,
.custom-push_8, .custom-pull_8,
.custom-push_9, .custom-pull_9,
.custom-push_10, .custom-pull_10,
.custom-push_11, .custom-pull_11,
.custom-push_12, .custom-pull_12 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.custom-alpha {
	margin-left: 0;
}

.custom-omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.custom-container .custom-grid_1 {
	width:80px;
}

.custom-container .custom-grid_2 {
	width:180px;
}

.custom-container .custom-grid_3 {
	width:280px;
}

.custom-container .custom-grid_4 {
	width:380px;
}

.custom-container .custom-grid_45 {
	width:420px;
}

.custom-container .custom-grid_5 {
	width:480px;
}

.custom-container .custom-grid_6 {
	width:580px;
}

.custom-container .custom-grid_7 {
	width:680px;
}

.custom-container .custom-grid_8 {
	width:780px;
}

.custom-container .custom-grid_9 {
	width:880px;
}

.custom-container .custom-grid_10 {
	width:980px;
}

.custom-container .custom-grid_11 {
	width:1080px;
}

.custom-container .custom-grid_12 {
	width:1180px;
}




/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.custom-container .custom-prefix_05 {
	padding-left:50px;
}

.custom-container .custom-prefix_025 {
	padding-left:25px;
}

.custom-container .custom-prefix_1 {
	padding-left:100px;
}

.custom-container .custom-prefix_2 {
	padding-left:200px;
}

.custom-container .custom-prefix_3 {
	padding-left:300px;
}

.custom-container .custom-prefix_4 {
	padding-left:400px;
}

.custom-container .custom-prefix_5 {
	padding-left:500px;
}

.custom-container .custom-prefix_6 {
	padding-left:600px;
}

.custom-container .custom-prefix_7 {
	padding-left:700px;
}

.custom-container .custom-prefix_8 {
	padding-left:800px;
}

.custom-container .custom-prefix_9 {
	padding-left:900px;
}

.custom-container .custom-prefix_10 {
	padding-left:1000px;
}

.custom-container .custom-prefix_11 {
	padding-left:1100px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.custom-container .custom-suffix_025 {
	padding-right:25px;
}

.custom-container .custom-suffix_05 {
	padding-right:50px;
}

.custom-container .custom-suffix_1 {
	padding-right:100px;
}

.custom-container .custom-suffix_2 {
	padding-right:200px;
}

.custom-container .custom-suffix_3 {
	padding-right:300px;
}

.custom-container .custom-suffix_4 {
	padding-right:400px;
}

.custom-container .custom-suffix_5 {
	padding-right:500px;
}

.custom-container .custom-suffix_6 {
	padding-right:600px;
}

.custom-container .custom-suffix_7 {
	padding-right:700px;
}

.custom-container .custom-suffix_8 {
	padding-right:800px;
}

.custom-container .custom-suffix_9 {
	padding-right:900px;
}

.custom-container .custom-suffix_10 {
	padding-right:1000px;
}

.custom-container .custom-suffix_11 {
	padding-right:1100px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.custom-container .custom-push_1 {
	left:100px;
}

.custom-container .custom-push_2 {
	left:200px;
}

.custom-container .custom-push_3 {
	left:300px;
}

.custom-container .custom-push_4 {
	left:400px;
}

.custom-container .custom-push_5 {
	left:500px;
}

.custom-container .custom-push_6 {
	left:600px;
}

.custom-container .custom-push_7 {
	left:700px;
}

.custom-container .custom-push_8 {
	left:800px;
}

.custom-container .custom-push_9 {
	left:900px;
}

.custom-container .custom-push_10 {
	left:1000px;
}

.custom-container .custom-push_11 {
	left:1100px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.custom-container .custom-pull_1 {
	left:-100px;
}

.custom-container .custom-pull_2 {
	left:-200px;
}

.custom-container .custom-pull_3 {
	left:-300px;
}

.custom-container .custom-pull_4 {
	left:-400px;
}

.custom-container .custom-pull_5 {
	left:-500px;
}

.custom-container .custom-pull_6 {
	left:-600px;
}

.custom-container .custom-pull_7 {
	left:-700px;
}

.custom-container .custom-pull_8 {
	left:-800px;
}

.custom-container .custom-pull_9 {
	left:-900px;
}

.custom-container .custom-pull_10 {
	left:-1000px;
}

.custom-container .custom-pull_11 {
	left:-1100px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.custom-com/journal/clearing-floats */

.custom-clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.custom-yuiblog.custom-com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.custom-clearfix:before,
.custom-clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.custom-clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.custom-
  Move to separate stylesheet if invalid CSS is a problem.custom-
*/

.custom-clearfix {
  zoom: 1;
}