@charset "UTF-8";
/* Vellum styles */
/* fonts */
@font-face {
    font-family: 'KellsUncialBold';
    src: url('fonts/kellunc-webfont.eot');
    src: url('fonts/kellunc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kellunc-webfont.woff') format('woff'),
         url('fonts/kellunc-webfont.ttf') format('truetype'),
         url('fonts/kellunc-webfont.svg#KellsUncialBold') format('svg');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'JunicodeRegular';
    src: url('fonts/junicode-webfont.eot');
    src: url('fonts/junicode-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/junicode-webfont.woff') format('woff'),
         url('fonts/junicode-webfont.ttf') format('truetype'),
         url('fonts/junicode-webfont.svg#JunicodeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	} 

/*headers*/
	h1, .speech_h {
		font-family: 'KellsUncialBold'; 
	}
	#ten_graces {text-align:center;}
	h1 {font-size:36px; text-align:center; line-height:56px; color:#009; margin-left:-50px; margin-right:-50px;
	}   
	.speech_h {font-size:1em; color:#C03; text-align:left; display:inline-block; line-height:1.25em;
	}
	
/*body*/
	body {
	margin: 0 auto;
	font-size:62.5%;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book 		Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	padding: 0; margin: 0;
	background:url(seamless-vellum.jpg);
  }
  
  #container {
	margin: 150px;
	line-height:.60em;
	font-size:1.5em;
  }
  
  
  #speech {
	  font-family: 'JunicodeRegular';
	  font-size:1.5em;
	  line-height: 1.35em;
  }

.headfoot {
	color:#363; line-height: 1.25em;
 }
 #grace {
	 color:#009;
	 font-weight:bold;
	 font-style:italic;
 }
