/*
	
	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 .main {
	width:620px;
}

.double_column_wide_rhs .sideright {
	width:300px;
}

/* 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:160px;
}

.double_column_lhs .main {
	width:760px;
}

/* treble column */

.treble_column .sideleft {
	width:160px;
}

.treble_column .container {
	width: 760px;
	float: right;
}

.treble_column .main {
	width:520px;
}

.treble_column .sideright {
	width:220px;
}

/* 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;
}


/* Rows and columns */

.row {
	overflow: hidden;
}

/* subhome */

/*.page_subhome .row {
	width: 760px;
}*/

/*.page_subhome .row .inner {
	width: 780px;
}*/

/*.page_subhome .row .column {
	float: left;
	width: 370px;
	margin-right: 20px;
}*/


/*.page_bespoke .row .column {
	float: left;
	width: 175px;
	margin:0 20px 20px 0;
}*/

/* subhome */

.page_home .row,
.page_subhome2 .row {
	width: 620px;
}

.page_home .row .column,
.page_subhome2 .row .column {
	margin-right: 20px;
}

.page_home .row .last-child,
.page_subhome2 .row .last-child {
	margin:0;
}

/* Specific templates */

/*.template_105 .row {
	width: 780px;
	overflow: hidden;
	margin-top: 40px;
}
.template_105 .row .inner {
	width: 780px;
}
.template_105 .row .column {
	width: 370px;
	margin-right: 20px;
	float: left;
	display: inline;
}*/