/*
.headline {
	font-weight: bold;
	font-size: 14pt;
	color: #036;
	text-decoration: none;
}

.subheading {
	font-weight: bold;
	color: #036;
}
*/

.photocaption {
	font-size: 8pt;
	font-style: italic;
}

.byline {
	font-style: italic;
}


/*
styles for the client to see pages formatted correctly in the wysiwyg editor
*/


.captionedImage {
	background: #CCCCCC; /* grey */
	border: 1px solid #515151; /* medium grey [+50% K] */
	padding: 5px;
	margin: 15px 2px 10px 10px;
	text-align: left;
	float: right;
}

.captionedImage .imageBorder {
	margin-bottom: 5px;
}

.captionedImage .photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 18px;
	color: #515151; /* medium grey [+50% K] */
	padding: 5px;
}

.pageTitle {
	font-family: Trajan, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #7A7A7A; /* medium grey [+25% K] */
	margin-bottom: 4px;
	
	#margin-bottom: 0px;
	#font-size: 22px;
	#letter-spacing: .1em;
}

.imageBorder {
	border: 1px solid #515151; /* medium grey [+50% K] */
}

.Smaller, .Smaller a {
	font-size: 10px;
}

.Smaller a {
	font-weight: normal;
}

.subhead, .subheading {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #5693A4; /* deep aqua */
	margin-top: 10px;
	margin-bottom: 0px;
}

.SectionHead, .pageTitle2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000; /* Black */
	margin-top: 14px;
	margin-bottom: 0px;
}

.pageTitle2 {
	margin: 0px;
}


.white, .white a {
	color: #FFFFFF;
}


.whiteBorder {
	border: 1px solid #FFFFFF;
}



/* ADDED FOR BISHOP BLOG E-MAIL STATIONARY */

.BlogTitle, a.BlogTitle:active, a.BlogTitle:link, a.BlogTitle:visited {
	color:#7b4c99;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:24px;
}

.BlogDate {
	color:#7b4c99;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-style:italic;
}


