
/* ----- idonskin_styles.css ----- */
/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this)
   (not this either)
*/

/* ------------------- Place Styles here --------------------------------*/

/* -------------------------------------------------------------------------*/
	
	
		h1,h2,h3,h4,h5,h6	
		{
			font-family: Times, Georgia, serif; 
			line-height: 120%;
			letter-spacing: 0.1em;
		}
						
		h1  				
		{ 
			font-size: 174%; 
			margin: 0px 0 8px 0; padding: 0; 
		}
		
		h2
		{ 
			font-size: 167%; 
			margin: 0 0 8px 0; padding: 0; 
		}
		
		h3
		{ 
			font-size: 159%; 
			margin: 0 0 6px 0; padding: 0; 
		}
		
		h4
		{ 
			font-size: 152%; 
			margin: 4px 0 4px 0; padding: 0; 
		}
		
		h5
		{ 
			font-size: 144%; 
			margin: 0 0 4px 0; padding: 0; 
		}
		
		h6
		{ 
			font-size: 136%; 
			margin: 0 0 4px 0; padding: 0;
		}		

/* YOUR CSS RULES STOP HERE */

/*  */

/* Latest version of the documentation on pre-defined properties from Plone
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */
