/**
 * .typro No indent for first paragraph after heading, in table cell, etc.
 * 
 * @author		Jan Pecha,	<janpecha@email.cz>
 * @copyright	Jan Pecha, 2011-2012
 * @license		http://typro.iunas.cz/license
 * @link		http://typro.iunas.cz/
 * @version		2012-06-10-1
 */
@media all {
	/* after headings */
	h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
	
	/* after lists */
	ul + p, ol + p, dl + p,
	
	/* after <pre> */
	pre + p,
	
	/* first in blockquote */
	blockquote > p:first-child,
	
	/* first in table cell */
	td > p:first-child, th > p:first-child,
	
	/* first in grid col, rcol, fluid or cell */
	.grid-col > p:first-child, .grid-rcol > p:first-child,
	.grid-fluid > p:first-child, .grid-cell > p:first-child {
		text-indent: 0;
	}
}
