/* -------------------------------------------- */
/*           (c) Advent Web Solutions           */
/*         www.adventwebsolutions.co.nz         */
/* -------------------------------------------- */

/* TYPOGRAPHY */
.typography{font-size: 1.2em;}
	.typography .typography{font-size: 1em;}

	
	/* HEADINGS */
	.typography h1, .typography h2, .typography h3, .typography h4{color: #c02026; margin-bottom: 1em; line-height: 1.2;}
		.typography h1, .pageTitle{font-size: 1.67em;} 
		.typography h2{font-size: 1.50em;}
		.typography h3{font-size: 1.33em;}
		.typography h4{font-size: 1.17em;}


	/* TEXT */
	.typography p{margin-bottom: 1em;}
		.typography strong, .typography b{font-weight: bold;}
		.typography em{font-style: italic;}
		.typography u{text-decoration: underline;}

	
	/* LINKS */
	.typography a:link, .typography a:visited{color: #c02026; text-decoration: underline;}
		.typography a:hover, .typography a:active{text-decoration: none;}


	/* LISTS */
	.typography ul{list-style: none;}
		.typography li{background: url(../images/listItem.png) 0 8px no-repeat; margin-bottom: 0.3em; padding-left: 10px;}
	
	/* TABLES */
	.typography table{line-height: 1.2;}
