html, body { /* IE needs min-width on the body */
	min-width: 1080px;
}
body {
	font: 14px/16px Arial, Helvetica, sans serif; /* sets font-size line-height and font family for the body of the page */
	color: #000000;
	/* background: #fffAF5; background color is a light parchment . See http://www.w3schools.com/tags/ref_colorpicker.asp to select color changes. */
	background-image: url(../images/BGLite-Image.jpg);
	background-size: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 26px;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-size: 22px;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 12px;
	font-style: italic;
	line-height: 22px;
}
h3 {
	font-size: 19px;
	color: #000000;
	margin-top: 14px;
	margin-bottom: 14px;
	font-weight: normal;
	line-height: normal;
}
h4 {
	font-size: 14px;
	color: #000000;
/*	margin-top: 6px;
	margin-bottom: 8px; */
}
.Father {
	font-size: 19px;
	color: #530053;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}
.Jesus {
	font-size: 19px;
	color: #990000;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}
.Mary {
	font-size: 19px;
	color: #0000E6;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}

.storyText {
	font-size: 19px;
	color: #000000;
	margin-top: 14px;
	margin-bottom: 14px;
	font-weight: normal;
	line-height: normal;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000099;
}
.caption{
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	font-weight: bold;
}
p {
	margin: 0 0 7px;
	text-indent: 15px; /*sets paragraph margins and indents */
}
#masthead {
	background: url(../images/SearchBackgroundBlue.png) center bottom;
	padding: 10px 15px 10px; /* increasing center number shifts masthead to the right */
}
#masthead img {
	position: relative;
	top: 0;
	left: 0;
}
a {
	color: #6b9ecc;
	text-decoration: none;
}
a:visited {
	color: #999;
}
a:hover, #footer a:hover {
	color: #900;
}
/*a[href$=".pdf"] {
	background: url(images/icon-pdf.png) no-repeat right center;
	padding: 2px 21px 2px 0;
}
a[href^="http"] {
	background: url(images/icon-external.png) no-repeat right center;
	padding: 2px 21px 2px 0;
}*/ 
.imgLeft {
	float: left;
	margin-right: 10px; /* This statement places an image on the left side of the page and wraps the text around it with a 10px space between the image and the text. */
}
.imgRight {
	float: right;
	margin-left: 10px; /* This statement places an image on the right side of the page and wraps the text around it with a 10px space between the image and the text. */
}
.portrait img{ /*This statement sets the standard size for a portrait. */
Width: 170px;
Height: 170px;
}
.group-sm img{ 
	Width: 320px; /* This statement sets the standard size for a small group photo -2 or 3 people. Height will automatically adjust itself. */
}
.group-sm figcaption 
	{width: 320px; /*This statment sets the width of a caption box under a small group photo. */
}
.group-med img{
	Width: 400px; /* This statement sets the standard size for a medium group photo - 4 or 5 people. Height will automatically adjust itself. */
}
.group-med figcaption 
	{width: 400px;	 /*This statment sets the width of a caption box under a medium group photo. */
}
.group-lg img{
	Width: 680px; /* This statement sets the standard size for a medium group photo - more than 5 people. Height will automatically adjust itself. */
}
.group-lg figcaption 
	{width: 680px;  /*This statment sets the width of a caption box under a large group photo. */
}#pageWrapper {
	width: 1080px;
	margin: auto;
}
#main {
	background-image: url(../images/BGLite-Image.jpg);
	background-size: auto;
	margin: 20px 40px 15px;
	overflow: hidden;
	zoom: 1;
}
#main h2:first-child {
	margin-top: 0;
}
#container .highlighted {
	background-image: url(../images/BGLite-Image.jpg);
	background-size: auto;
	border: 5px solid #b1cbde;
	padding: 20px;
}
#container .muted {
	background-image: url(../images/BGLite-Image.jpg);
	background-size: auto;
	padding: 20px;
}
#main ul {
	margin: 20px 9px 55px;
}
#main *:last-child {
	margin-bottom: 0;
}
#mainContent #main #colSecondary ul {
  margin-top: 0;
  margin-bottom: 0;
}
#colPrimary {
	float: left;
	width: 75%;
	border-right: 1px solid #ddd;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 0;
}
#colPrimary input[type="text"],
#colPrimary textarea {
	display: block;
	width: 75%;
	margin-bottom: 17px;
	border: 1px solid #ccc;
	padding: 8px;
}
#colSecondary {
	float: right;
	width: 20%;
}
#colSecondary div:first-child {
	margin-bottom: 25px;
}
/* #ZafonteLinda {
	background: url(images/ZafonteLinda-100104Web.jpg);
	height: 170px;
	width: 170px;
	text-indent: -9000px;
	margin: 30px -20px 0;
}*/
#footer {
	margin: 10px 0;
	text-align: center;
}
#footer a:after {
	content: " >";
}
#footer a {
	color: #777;
	margin-left: 10px;
}
