/* File: document.css - used for stand-alone documents */
/* Consider subsuming this within another style sheet */
/* Revised on 9 Sep 2011 and validated as CSS level 3 */

@font-face {
	font-family: Broadsheet;
	font-style: normal;
	font-weight: 700;
	src: url(../webfonts/BROADSH0.eot);
}

@font-face {
	font-family: Chiller;
	font-style: normal;
	font-weight: 700;
/*	src: url(../webfonts/CHILLER0.eot); */
	src: url('../webfonts/chiller-webfont.eot');
	src: url('../webfonts/chiller-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../webfonts/chiller-webfont.woff') format('woff');
}
     
@font-face {
	font-family: "P22 Kells Round";
	font-style: normal;
	font-weight: 700;
	src: url(../webfonts/PKELLSR0.eot);
}

@font-face {
	font-family: "P22 Morris Troy";
	font-style: normal;
	font-weight: 700;
	src: url(../webfonts/PMORRIS0.eot);
}

@font-face {
	font-family: 'Signature';
	src: url('../webfonts/signature.eot');
	src: url('../webfonts/signature.eot?#iefix') format('embedded-opentype'),
	     url('../webfonts/signature.woff') format('woff');
}
	 
@font-face {
	font-family: "P22 Typewriter";
	font-style: normal;
	font-weight: 700;
	src: url(../webfonts/PTYPEWR0.eot);
	}

body {
	background: url(../images/backparchment.gif) fixed;
}

.cutting {
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	background-color: #e3e0be;
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
	padding: 12px;
	border-color: silver;
}

h1.cutting {
	font-size: 2em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	margin: 0.67em 0;
}

h2.cutting {
	font-size: 1.5em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	margin: 0.83em 0;
}

h3.cutting {
	font-size: 1.3em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: right;
	margin: 1em 0;
}

hr.hess {
	color: black;
	text-align: center;
	width: 30%;
	height: 4px;
}

p.cutting {
	font-size: 1.4em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

table.cutting {
	text-align: center;
	margin: 0;
	padding: 0;
	border-width: 0;
}

td.cutting {
	font-size: 0.8em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	text-align: center;
}

.chillinghead {
	color: maroon;
	font-size: 2em;
	font-family: Chiller, "Comic Sans MS", Arial, Helvetica, sans-serif;
}

.cochranes {
	color: navy;
	font-size: 2em;
	font-family: "P22 Kells Round", Gaelic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

.kincaids {
	color: navy;
	font-size: 2em;
	font-family: "P22 Morris Troy", Gaelic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

.oldlawtext {
	font-size: 1.8em;
	font-family: Signature, "Viner Hand ITC", Arial, Helvetica, sans-serif;
}

.oldtextbrown {
	color: maroon;
	font-size: larger;
	font-family: Signature, "Viner Hand ITC", Arial, Helvetica, sans-serif;
}

