/*
	Sheet: 			Fluid styles
	Author: 		Brook Elgie
	Date:			19th July 2006
	Last updated:	19th July 2006

	Description:	The rules in this alternate stylesheet override 
					rules in the main style sheet enabling a fluid
					layout for the main content.
*/

div#content {
	width:auto;
	margin-right: 250px;
}
div#header {
	width:auto;
	margin-right: 250px;
}

div#mainContainer {
	width:auto;
}

/* ::: WORKAROUND ::: This prevents the div collapsing in IE */
/* http://positioniseverything.net/easyclearing.html */
/* Holly hack */
* html div#mainContainer {
	height: 1%;
}

div#links {
	position: absolute;
	top: 192px;
	right:20px;
	margin: 0 0 0 50px;
}
div#comments {
	margin-right: 250px;
	width: auto;
}
div#tagCloud {
	width: auto;
}