﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Special simple style sheet for use only with pages containing newspaper
	transcripts designed to be displayed in a frame
	Sets style elements intended to be independent of main website style sheet
   
	Version - July 2020

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Basic newspaper page style
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	padding: 20px 50px 0px 50px;
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-color:#f0ece1;
	font-family: Garamond, "Times New Roman", Times, serif;	
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Make an image (e.g. fete map) scale with the browser window size and add border
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img {
   	border: 1px solid #999999;
	text-decoration: none;
	max-width: 100%;
	height: auto;
	width: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Set heading styles independant of main style sheet
	#333333 = Dark grey - heading text 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1, h2, h3, h4 {
	color: #333333;
	margin: 5px 10px 5px 10px;
}
h1 {font-size: 1.7em;line-height: 1em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Misc Typographic styles
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mtxt {font-size: medium}
.smltxt {font-size: small}
.xsmltxt {font-size: x-small}
.xxsmltxt {font-size: xx-small}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Special font style for fete map page 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fetesmap {font-family: Roboto, Arial, Helvetica, sans-serif;}
}