/*
	
	SITE-WIDE PAGE TEMPLATES - used to define with and float properties of .main, .sideleft and .sideright.
	
*/

/* base templates */
.main,
.sideleft {
	float:left;
}

.sideleft {
	margin:0 20px 0 0;
}

.sideright {
	float:right;
}

.sideleft,
.sideright {
	padding:0 0 1px;
}

/* single column */
.single_column .main {
	width:auto;
	float:none;
}

/* double column wide RHS */
.double_column_wide_rhs .sideleft {
	width:210px;
}

.double_column_wide_rhs .main {
	width:700px;
}

.double_column_wide_rhs .sideright {
	width:220px;
}

/* double column thin RHS */
.double_column_thin_rhs .main {
	width:700px;
}

.double_column_thin_rhs .sideright {
	width:220px;
}

/* double column with LHS, no RHS */
.double_column_lhs .sideleft {
	width:220px;
}

.double_column_lhs .main {
	width:700px;
	float:right;
}

/* treble column */
.treble_column .sideleft {
	width:220px;
}

.treble_column .main {
	width:540px;
}

.treble_column .sideright {
	width:140px;
}

/* treble column equal sideleft/sideright */
.treble_column_equal .main {
	width:460px;
}

.treble_column_equal .sideleft,
.treble_column_equal .sideright {
	width:220px;
}

/* forum */
.page_forum .main {
	float:none;
}