/*CSS3 file.
This version edited for the REDHALL site.
Colour theme based on shades of grey.

*/

body            		{font-family: 
				 Verdana, sans-serif; font-size: 12pt; background: url("../graphics/w-n-l.gif")}

/*Paragraph classes with specified indents for ALL lines*/
p.ind2			{margin-left: 2%;}
p.ind4			{margin-left: 4%;}
p.ind6			{margin-left: 6%;}
p.ind8			{margin-left: 8%;}
p.centre		{text-align: center}

/*Paragraph classes with hanging indents */
p.hang2			{ text-indent: -2%; margin-left: 2%; }
p.hang4			{ text-indent: -4%; margin-left: 4%; }
p.med	{font-size: 150%;}

/*DIV classes with indents */
div.ind2		{margin-left: 2%;}
div.ind4		{margin-left: 4%;}
div.ind10	{margin-left: 10%;}
/*DIV classes with hanging indents */
div.hang2		{ text-indent: -2%; margin-left: 2%; }
div.hang4		{ text-indent: -4%; margin-left: 4%; }

/*DIV class centred */
div.centre		{text-align: center}

/* Indented line break */
br.ind30			{text-indent:30%}		
br.ind2			{text-indent:20%}	
/*Table cell widths */
td.w1			{ width: 15%}
td.w2			{ width: 50%}

/*Table cell indents */
td.ind20			{text-indent: 20px}
td.ind40			{text-indent: 40px}
td.ind60			{text-indent: 60px}
td.lrg	{font-size: 130%;}


	}
	
@font-face {
			font-family: "Georgia";
			src: url('../fonts/georgia.eot'); /* IE9 Compat Modes */
			src: url('../fonts/georgia.eot?iefix') format("eot"), /* IE6-IE8 */
			url('../fonts/georgia.woff') format("woff"), /* Modern Browsers */
			url('../fonts/georgia.ttf') format("truetype"), /* Safari, Android, iOS */
			url('../fonts/georgia.svg#svgFontName') format("svg"); /* Legacy iOS */
			}	

@font-face {
			font-family: "Writhlin";
			src: url('../fonts/writhlin.eot'); /* IE9 Compat Modes */
			src: url('../fonts/writhlin.eot?iefix') format("eot"), /* IE6-IE8 */
			url('../fonts/writhlin.woff') format("woff"), /* Modern Browsers */
			url('../fonts/writhlin.ttf') format("truetype"), /* Safari, Android, iOS */
			url('../fonts/writhlin.svg#svgFontName') format("svg"); /* Legacy iOS */
			}

@font-face {
			font-family: "Windsor BT";
			src: url('../fonts/Windsor BT.eot'); /* IE9 Compat Modes */
			src: url('../fonts/Windsor BT.eot?iefix') format("eot"), /* IE6-IE8 */
			url('../fonts/Windsor BT.woff') format("woff"), /* Modern Browsers */
			url('../fonts/Windsor BT.ttf') format("truetype"), /* Safari, Android, iOS */
			url('../fonts/Windsor BT.svg#svgFontName') format("svg"); /* Legacy iOS */
			}

@font-face {
			font-family: "symbol";
			src: url('../fonts/symbol.eot'); /* IE9 Compat Modes */
			src: url('../fonts/symbol.eot?iefix') format("eot"), /* IE6-IE8 */
			url('../fonts/symbol.woff') format("woff"), /* Modern Browsers */
			url('../fonts/symbol.woff2') format("woff2"), /* very Modern Browsers */
			url('../fonts/symbol.ttf') format("truetype"), /* Safari, Android, iOS */
			url('../fonts/symbol.svg#svgFontName') format("svg"); /* Legacy iOS */
			}

@font-face {
			font-family: "thin";
			src: url('../fonts/timeburner.eot'); /* IE9 Compat Modes */
			src: url('../fonts/timeburner.eot?iefix') format("eot"), /* IE6-IE8 */
			url('../fonts/timeburner.woff') format("woff"), /* Modern Browsers */
			url('../fonts/timeburner.ttf') format("truetype"), /* Safari, Android, iOS */
			url('../fonts/timeburner.svg#svgFontName') format("svg"); /* Legacy iOS */
			}						
			
span.taxo	{font-family:"Georgia",Serif;
			 font-style:italic;
			 font-size:110%}
			 
