/*
default for nodes and header search pages (with comment block module)
*/
body.page-search .region-content .block,body.page-node .region-content .block
	{
	float: left;
	width: 70%;
}

/*
exception for url pages (float comments to the left)
*/
body.page-node.node-type-url .region-content .block {
	width: 100%;
}

body.page-node.node-type-url #comments {
	clear: left;
	float: left;
	width: 30%;
}