
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.table {
	display:table;
}

.center {
	font-size: 0.8125em; /* 13 / 16 */
	margin: 0 auto;
	/*padding: 1em 0px;*/
	position: relative;
	width:94.6%; 	
}

.center.narrow {
	width:88%; 	
}

.full {
	width:100%;
}

/*use to align content in non-centered grid to main content in centered grid*/
.col.span_align_main {
	width:16%;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin:0;
}

.table .col, 
.table .cell {
	display:table-cell; 
	float:none;
}	

.table .align_bottom {
	vertical-align:bottom;
}

.table .align_top {
	vertical-align:top;
}

.guttered .col {
	margin: 0 0 0.6% 0.6%;
}

.guttered .col.span_1_of_2, 
.guttered .col.span_1_of_3 {
	margin: 0 0 2% 2%;
}	

.guttered_deep .col {
/* 
	margin: 0 0 1.4% 1.4%;
 */
	margin: 0 0 2.5% 2.5%;
}

#gallery .solo {
	margin:0 0 0.6% 0;
}

#gallery .continue {
	margin-top:1%;
}

.col:first-child { margin-left: 0; }

/* 
.page_title .col {
	margin-bottom:0 !important;
}

.page_title .col .inner {
	padding-bottom:0px;
}
 */

.col:first-child, .col_first { margin-left: 0 !important; } /* all browsers except IE6 and lower */


/* 
 REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS
@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}


		
 */		


/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 50%;
}

/* GUTTERED =====================*/

.guttered .span_1_of_2 {
	width: 49.7%; /* 0.6% gutter */
	width:49%; 
}

/*  GRID OF THREE   ============================================================================= */
	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.66%; 
}

.span_1_of_3 {
	width: 33.33%; 
}

/* GUTTERED =====================*/


.guttered .span_2_of_3 {
	width: 66.46%;
	/*width: 66.33%;*/
}

.guttered .span_1_of_3 {
	width: 32.93%; /*0.6% gutter */
	width:32%; /*2% gutter*/
/* 
	width:31.65%; 
 */
	/*2.5% gutter*/
}

.guttered_deep .span_1_of_3 {
	/*width:32%;*/ /*2% gutter*/
	width:32.4%; /*1.4%*/
}

/*  GRID OF FOUR   ============================================================================= */
	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 75%; 
}

.span_2_of_4 {
	width: 50%; 
}

.span_1_of_4 {
	width: 25%; 
}


/* GUTTERED =====================*/

.guttered .span_3_of_4 {
	/*width: 74.5%; /* 2% gutter */
	width: 74.85%; /* 0.6% gutter */
}

.guttered .span_2_of_4 {
	/*width: 49%;	/* 2% gutter */
	width: 49.7%; /* 0.6% gutter */
}

.guttered .span_1_of_4 {
	/*width: 23.5%; 	/* 2% gutter */	
	width: 24.55%; /* 0.6% gutter */ 
}

/*  GRID OF FIVE   ============================================================================= */

.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 80%; 
}

.span_3_of_5 {
  	width: 60%; 
}

.span_2_of_5 {
  	width: 40%;
}

.span_1_of_5 {
  	width: 20%;
}

/* GUTTERED =====================*/

.guttered .span_4_of_5 {
	width: 79.88%;

}
.guttered .span_3_of_5 {
	width: 59.76%;
/* 
	width:59.5%;
 */
}

.guttered .span_2_of_5 {
	width: 39.64%;
/* 
	width:39%;
 */
}

.guttered .span_1_of_5 {
	width: 19.52%;
}

/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.33%;
}

.span_4_of_6 {
  	width: 66.66%;
}

.span_3_of_6 {
  	width: 50%;
}

.span_2_of_6 {
  	width: 33.33%;
}

.span_1_of_6 {
  	width: 16.66%;
}

/* GUTTERED =====================*/

.guttered .span_6_of_6 {
	width: 100%;
}

.guttered .span_5_of_6 {
  	width: 83.23%;
}

.guttered .span_4_of_6 {
  	width: 66.46%;
}

.guttered .span_3_of_6 {
  	width: 49.7%;
}

.guttered .span_2_of_6 {
  	width: 32.93%;
}

.guttered .span_1_of_6 {
  	width: 16.16%;
}

/*  GRID OF SEVEN   ============================================================================= */

.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
	width: 85.71%;
}

.span_5_of_7 {
  	width: 71.425%;
}

.span_4_of_7 {
  	width: 57.14%;
}

.span_3_of_7 {
  	width:42.855%;
}

.span_2_of_7 {
  	width: 28.57%;
}

.span_1_of_7 {
  	width: 14.285%;
}


/* GUTTERED =====================*/

.guttered .span_6_of_7 {
  	width: 85.62%;
}

.guttered .span_5_of_7 {
  	width: 71.25%;
}

.guttered .span_4_of_7 {
  	width: 56.88%;
}

.guttered .span_3_of_7 {
  	width: 42.51%;
}

.guttered .span_2_of_7 {
  	width: 28.14%;
}

.guttered .span_1_of_7 {
  	width: 13.77%;
}



/*  GRID OF EIGHT   ============================================================================= */
	
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.5%; 
}

.span_6_of_8 {
	width: 75%;
}

.span_5_of_8 {
	width: 62.5%;
}

.span_4_of_8 {
	width: 50%; 
}

.span_3_of_8 {
	width: 37.5%;
}

.span_2_of_8 {
	width: 25%; 
}

.span_1_of_8 {
	width: 12.5%; 
}

/*  GUTTERED   ================= */

.guttered .span_7_of_8 {
  	width: 87.42%;
}

.guttered .span_6_of_8 {
  	width: 74.85%;
}

.guttered .span_5_of_8 {
  	width: 62.27%;
}

.guttered .span_4_of_8 {
  	width: 49.7%;
}

.guttered .span_3_of_8 {
  	width: 37.12%;
}

.guttered .span_2_of_8 {
  	width: 24.55%;
}

.guttered .span_1_of_8 {
  	width: 11.97%;
}


/*  GRID OF NINE   ============================================================================= */

.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
	width: 88.88%;
}

.span_7_of_9 {
	width: 77.77%;
}

.span_6_of_9 {
	width: 66.66%;
}

.span_5_of_9 {
	width: 55.55%;
}

.span_4_of_9 {
	width: 44.44%;
}

.span_3_of_9 {
	width: 33.33%;
}

.span_2_of_9 {
	width: 22.22%;
}

.span_1_of_9 {
	width: 11.11%;
}


/*  GUTTERED   ============================================================================= */


.guttered .span_8_of_9 {
  	width: 88.82%;
}

.guttered .span_7_of_9 {
  	width: 77.64%;
}

.guttered .span_6_of_9 {
  	width: 66.46%;
}

.guttered .span_5_of_9 {
  	width: 55.28%;
}

.guttered .span_4_of_9 {
  	width: 44.11%;
}

.guttered .span_3_of_9 {
  	width: 32.93%;
}

.guttered .span_2_of_9 {
  	width: 21.75%;
}

.guttered .span_1_of_9 {
  	width: 10.57%;
}


/*  GRID OF TEN   ============================================================================= */

.span_10_of_10 {
	width: 100%;
}

.span_9_of_10 {
	width: 90%;
}

.span_8_of_10 {
	width: 80%;
}

.span_7_of_10 {
	width: 70%;
}

.span_6_of_10 {
	width: 60%;
}

.span_5_of_10 {
	width: 50%;
}

.span_4_of_10 {
	width: 40%;
}

.span_3_of_10 {
	width: 30%;
}

.span_2_of_10 {
	width: 20%;
}

.span_1_of_10 {
	width: 10%;
}

/* GUTTERED =====================*/

.guttered .span_9_of_10 {
  	width: 89.94%;
}

.guttered .span_8_of_10 {
  	width: 79.88%;
}

.guttered .span_7_of_10 {
  	width: 69.82%;
}

.guttered .span_6_of_10 {
  	width: 59.76%;
}

.guttered .span_5_of_10 {
  	width: 49.7%;
}

.guttered .span_4_of_10 {
  	width: 39.64%;
}

.guttered .span_3_of_10 {
  	width: 29.58%;
}

.guttered .span_2_of_10 {
  	width: 19.52%;
}

.guttered .span_1_of_10 {
  	width: 9.46%;
}

/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
	width: 100%;
}

.span_10_of_11 {
	width: 90.9%;
}

.span_9_of_11 {
	width: 81.81%;
}

.span_8_of_11 {
	width: 72.72%;
}

.span_7_of_11 {
	width: 63.63%;
}

.span_6_of_11 {
	width: 54.54%;
}

.span_5_of_11 {
	width: 45.45%;
}

.span_4_of_11 {
	width: 36.26%;
}

.span_3_of_11 {
	width: 27.27%
}

.span_2_of_11 {
	width: 18.18%;
}

.span_1_of_11 {
	width: 9.09%
}


/*  GUTTERED   =========================================*/

.guttered .span_10_of_11 {
  	width: 90.85%;
}

.guttered .span_9_of_11 {
  	width: 81.70%;
}

.guttered .span_8_of_11 {
  	width: 72.56%;
}

.guttered .span_7_of_11 {
  	width: 63.41%;
}

.guttered .span_6_of_11 {
  	width: 54.27%;
}

.guttered .span_5_of_11 {
  	width: 45.12%;
}

.guttered .span_4_of_11 {
  	width: 35.98%;
}

.guttered .span_3_of_11 {
  	width: 26.83%;
}

.guttered .span_2_of_11 {
  	width: 17.69%;
}

.guttered .span_1_of_11 {
  	width: 8.545%;
}

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.46%;
}

.span_10_of_12 {
	width: 83%;
}

.span_9_of_12 {
	width: 74.54%;
}

.span_8_of_12 {
	width: 66.08%;
}

.span_7_of_12 {
	width: 57.62%; 
}

.span_6_of_12 {
	width: 49.16%; 
}

.span_5_of_12 {
	width: 40.7%; 
}

.span_4_of_12 {
	width: 32.24%; 
}

.span_3_of_12 {
	width: 23.78%;
}

.span_2_of_12 {
	width: 15.32%; 
}

.span_1_of_12 {
	width: 6.86%; 
}

/*  GUTTERED ========================================== */


.guttered .span_11_of_12 {
  	width: 91.61%;
}
.guttered .span_10_of_12 {
  	width: 83.23%;
}

.guttered .span_9_of_12 {
  	width: 74.85%;
}

.guttered .span_8_of_12 {
  	width: 66.46%;
}

.guttered .span_7_of_12 {
  	width: 58.08%;
}

.guttered .span_6_of_12 {
  	width: 49.7%;
}

.guttered .span_5_of_12 {
  	width: 41.31%;
}

.guttered .span_4_of_12 {
  	width: 32.93%;
}

.guttered .span_3_of_12 {
  	width: 24.55%;
}

.guttered .span_2_of_12 {
  	width: 16.16%;
}

.guttered .span_1_of_12 {
  	width: 7.783%;
}

