/*
@@@@@@@@@@@@@@@@@@@@@@
HEADING
@@@@@@@@@@@@@@@@@@@@@@

	about				heading font-sizes and some semantic classes
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	size
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ heading
		..........................................................................*/
			
			h1, h2, h3, h4, h5, h6{font-weight:normal; }
			h1.afterSpace, h2.afterSpace, h3.afterSpace, h4.afterSpace, h5.afterSpace, h6.afterSpace{margin-bottom:15px;}
			
			hgroup{}
			
			h1{font-size:30px; line-height:30px;}
	
		/*+ degrees of intensity
		..........................................................................*/
		
			 h2
			{font-size:18px;}
		
			h3
			{font-size:16px;}
			
			h4
			{font-size:14px;}
			
			h5
			{font-size:12px;}
		
			h6
			{font-size:11px;}

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	variations
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ var
		..........................................................................*/
		
