/* CSS Style Sheet for FluteHaven.com - Paragraph and Character styles
   used for basic content.
*/

/* For <p> paragraphs prior to <audio> elements. */

.audioTitle {
	align: center;
	color: #660000;
	font-weight: bold;
}

/* For the <audio> elements themselves - not much can really be controlled! */

audio {
	/* background-color:#666; */
	/* padding:0px;*/
}

/* For thumbnail photos in the Photo Galleries */

.pGal {
	margin: 8px;
}

/* For a short lead-in at the beginning of a paragraph */

.paraLead {
	color: #556644;
	/* font-size: 19px; */
	font-style: italic;
	font-weight: bold;
}

.testimonial {
	color: #554433;
	display: inline;
	float: right;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;		/* Top Right Bottom Left */
	/*background: #ede5d4;*/
	/*width: 100%;*/
	text-align: right;
}
.testimonialEmphasis {
	color: #660000;
	font-weight: bold;
}

.emphasis {
	color: #660000;
	/* font-style: italic; */
	font-weight: bold;
}
.emphasis2 {
	color: #660000;
	font-style: italic;
	font-weight: bold;
}

/* Paragraph styles for highlighting stuff */

.highlightGreen {
	/* Lime green - not the greatest: background-color: #eeffee; */
	/* Still too jarring: background-color: #cce5cc; */
	background-color: #f8f0d8;
	font-size: 18px;
	/* Margin is space outside the paragraph-box.
	   Padding is space inside the paragraph-box around the text.
	*/
	margin: 10px 10px 10px 10px;		/* Top Right Bottom Left */
	padding: 10px 20px 10px 20px;		/* Top Right Bottom Left */
}

/* Entries on the What People Say page. */

.whatPeopleSay {
	color: #000000;
	font-family: Georgia, serif;
	font-size: 17px;
	margin-bottom: 43px;
	line-height: 120%;
}
.whatPeopleSayEmphasis {
	color: #660000;
	font-weight: bold;
	font-style: italic;
}
.whatPeopleSayByline {
	color: #000000;
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 120%;
	margin-top: 63px;
	text-align: right;
}
