/* ------------------------------------------------------------ */
/* Default settings for the St. Chad's Episcopal Church Website */
/* ------------------------------------------------------------ */
p {font-family: Arial, sans-serif;
	color: black;
	font-size: 12pt;
	font-weight: bold} 
	 
a {font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;} 

a:link {color: red}
a:visited {color: red}
a:active {color: red}

h1 {font-family: Arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: black;
	text-align: center;
	line-height: 175%;}	
 
h2 {font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	text-align: left;
	}	
	
h3 {font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	text-align: center;
	}	

h4 {font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	text-align: left;
	}	

h5 {font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: red;
	text-align: left;
	}	

table {font-family: Arial, sans-serif;
	font-size: 12pt;}

ul {list-style-type: disc;
	list-style-position: outside;
	font-family: Arial, sans-serif;
	font-size: 12pt;}
		
/* ----------------------------------------------------------------- */
/* Formatting for the worship schedule that appears on the home page */
/* ----------------------------------------------------------------- */	
tr.worship_sched {font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;}

/* ---------------------------------------------------------------- */		
/* define different background colors for different rows of a table */
/* ---------------------------------------------------------------- */
tr.odd {background-color: #E0E0E0;}
tr.even {background-color: #F0F0F0;}

/* ---------------------------------------------------- */
/* align text in the center of a cell (Altar_Guild.htm) */
/* ---------------------------------------------------- */
tr.centered-cell {text-align:center;}
 
/* -------------------------- */
/* List style with no bullets */
/* -------------------------- */
ul.no_bullet_list {list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	font-family: Arial, sans-serif;
	font-size: 12pt;}

/* ------------------------------------------- */
/* Formatting for outreach_activities.htm page */
/* ------------------------------------------- */
#outreach {margin-top: 0px;
	margin-bottom: 0px;}

h2#outreach {font-style: italic;}

/* ---------------------------------------------------------------------- */
/* formatting for the "Current News from St. Chad's" box on the home page */
/* ---------------------------------------------------------------------- */
h3.current_news {margin-top: 0; 
 	margin-bottom: 0; font-size: 10pt; }
 	
p.current_news {margin-top: 0; font-size: 10pt; font-weight: normal; }
 	
a.current_news {font-size: 10pt; font-weight: normal; }

tr.current_news {font-size:10pt; font-weight: normal; }

/*----------------------------------------------------*/
/* Formatting for Children's Christian Education page */
/*----------------------------------------------------*/
h4.christian_ed {margin-top: 0; 
 	margin-bottom: 0;}

p.christian_ed {margin-top: 0;}	
/* ---------------------------------- */
/* Formatting for the Sermon.htm page */
/* ---------------------------------- */ 	
h3.sermon_listing 	{margin-top: 0; 
 	margin-bottom: 0;}

h4.sermon_listing 	{margin-top: 0; 
 	margin-bottom: 0;}

p.sermon_listing 	{margin-top: 0; 
 	margin-bottom: 0;
 	margin-left:15px;}

/* -------------------------------------------------------------- */
/* Font setting for left border (menu of page links) on each page */
/* -------------------------------------------------------------- */
p.left_border {font-family: Trebuchet MS} 	

/* --------------------------------------------------- */
/* List with no bullets for the Organizations.htm page */
/* --------------------------------------------------- */
#org_list {list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	font-family: Arial, sans-serif;
	font-size: 12pt;}
	
/*not currently in use on the budget_line_items.htm page */	
/* #budget_codes {list-style-image: none; */
/*	list-style-type: none; */
/*	font-family: Arial, sans-serif; */
/*	font-size: 12pt;} */
		
table.tax_exempt {
	font-size: .8em;
	}

tr.tax_header {
	background-color: #E0E0E0;
	}

ul.site_map {color: black;}
