/*
Headings stylesheet for nick.frejol.org
(c) 2007-2010 Nicholas Boalch (nick.boalch@captaintheatre.org.uk).
Some Rights Reserved. See http://nick.frejol.org/copyrights/ for details.
*/

h1, h2, h3, h4 {
	margin: 0; padding: 0;
	font-family: 'PiS NeoPrintM319 Clean', Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

h1 {
	/* padding-bottom to be set by each page to fit header image. */
	background: url('../layout/header.bottom.png') bottom left no-repeat;
}

h2, h3 {
	font-size: 150%;
	color: rgb(100%, 51%, 0%);
	text-transform: lowercase;
}

h3 {
	float: left; /* Needs to be only as wide as the text it contains */
	padding: 0 93px 0.3em 0;
	background: url('../layout/pullquote.down.png') right 0.5em no-repeat;
}

h4 {
	display: inline;
	font-size: 130%;
}

h4.block {
	text-transform: lowercase;
	display: block;
	margin: 1em 0;
}
