﻿/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––- */
/*        COMMON STYLE SHEET FOR ALL PAGES ON SOUTHHAMS WEB SITE	   */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––- */

/* Call this style sheet including the following link command:             */
/*     <link rel="stylesheet" type="text/css" href="../../common.css">     */
/* along with the "parish" or "transcript" style specification,		   */			
/* changing the number of ../ as appropriate.                              */

/* ======================================================================= */


/* page frame */
.main 		{ max-width:960px; margin: 0 auto; }

/* general text */
body 		{ font-family: 'Calibri'; margin: 0; padding: 0; }
p			{ font-size: 12pt; text-align:justify; }

/* headings */
h1 			{ font-size: 24pt; font-weight: bold; text-align: center; margin-top: 18px; 
		  margin-bottom: 6px; color: black;max-width :960px;  }

h2 			{ font-size: 16pt; font-weight: bold; text-align: center; margin-top: 18px; 
		  margin-bottom: 6px; color: black; max-width:960px;  }

h3 			{ font-size: 14pt; font-weight: bold; text-align: center; margin-top: 18px; 
		  margin-bottom: 6px; color: black; max-width:960px;  }

h4 			{ font-size: 12pt; font-weight: bold; text-align: center; margin-top: 18px; 
		  margin-bottom: 6px; color: black; max-width:960px;  }
 
h5			{ font-size: 12pt; font-weight: bold; font-style: italic; text-align: center; 
		  margin-top: 12px; margin-bottom: 30px; color: black; max-width:960px;  } 

h6			{ font-size: 12pt; font-weight: bold; text-align: left; margin-top: 18px; margin-bottom: -12px; }

/* table footnote  */
p.footnote
{ font-size: 10pt; text-align: center; margin-top: 0pt; margin-bottom: 6px; color: black } 

/* horizontal rule */
hr			{ text-align: center; width: 40%; border:1px solid gray;   }

/* links  */
a:link	    { text-decoration: none; font-weight: bold; color: #002277; }
a:hover 	{ text-decoration: underline; color: #002277 }
a:visited	{ text-decoration: none; font-weight: bold; color: #002277; }
	
/* tables */
table		{ margin-left: auto;  margin-right: auto; max-width:960px; }

/* navigation bar */
header		{ margin-left: auto; margin-right: auto; width:672px }
#nav 		{ list-style: none; margin: 0; padding: 0; text-align: center; }
#nav li 	{ display: inline; }
#nav a 		{ display: inline-block; padding: 16px; }
