/*
@@@@@@@@@@@@@@@@@@@@@@
SHAPES
@@@@@@@@@@@@@@@@@@@@@@

	about				Position content in different shapes
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	sets
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ shapeVisualIndent
		..........................................................................*/

		.shapeVisualIndent{position:relative; padding-left:60px;}
		.shapeVisualIndent .visual{position:absolute; top:0px; left:0px;}

		.shapeVisualIndent.grand
		{padding-left:240px;}
	
		.shapeVisualIndent.heavy
		{padding-left:120px;}
			
		.shapeVisualIndent.greater
		{padding-left:80px;}
				
		.shapeVisualIndent.base
		{padding-left:40px;}
			
		.shapeVisualIndent.lesser
		{padding-left:30px;}
		
		.shapeVisualIndent.light
		{padding-left:20px;}
	
		.shapeVisualIndent.minimal
		{padding-left:10px;}

		/*+ shapeFloat
		..........................................................................*/

		.shapeFloat{position:relative;}
		.shapeFloat:after{visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;}

		.shapeFloat .floatLeft{margin-right:10px;}
		