/*

**************************************************************************

Fluid Columns CSS: css to define columns for the Fluid Columns plugin

**************************************************************************/

/*
5/6 = .833
4/5 = .80
3/4 = .75
2/3 = .667
3/5 = .60
1/2 = .50
2/5 = .40
1/3 = .333
1/4 = .25
1/5 = .20
1/6 = .167
*/

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

.fc-col56,
.fc-col45,
.fc-col34,
.fc-col23,
.fc-col35,
.fc-col12,
.fc-col25,
.fc-col13,
.fc-col14,
.fc-col15,
.fc-col16 {
	float: left;
	margin-right: 2.5%;
	position: relative;
	display: block;
	margin-bottom: 20px;
	margin-right: 2.5%;
	}
.fc-col56 { width: 82.5%; }
.fc-col45 { width: 79.0%; }
.fc-col34 { width: 74.0%; }
.fc-col23 { width: 65.5%; }
.fc-col35 { width: 58.6%; }
.fc-col12 { width: 48.5%; }
.fc-col25 { width: 38.2%; }
.fc-col13 { width: 31.5%; }
.fc-col14 { width: 23.0%; }
.fc-col15 { width: 17.9%; }
.fc-col16 { width: 14.5%; }

/* ---------- Boxes ---------- */

.fc-box {
	background-color: #f2f2f2;
	padding: 15px;
	}

/* ---------- Last ---------- */

.last {
	margin-right: 0;
	}
.fc-last {
	margin-right: 0;
	}
	
/* ---------- Clears ---------- */
	
.fc-clear {
	clear: left;
	}
.fc-both {
	clear: both;
	}
.fc-left {
	clear: left;
	}
.fc-right {
	clear: right;
	}