/*

# Country - USA
# Project - ringingcedars
# Script - media.css
# Author - Ben Perry
# Copyright © 2008 Ben Perry

*/

div#content p.testimonial {
/*	font-size: smaller;*/
	width: 500px;
	margin-left: auto;
	margin-right: auto;
/*	text-align: center;*/
	font-family: serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	padding: 18px;
	margin-bottom: 12px;
	background-color: #FFFFFF;
	-webkit-border-radius: 8px;
	border: solid 1px #DDDDDD;
}

div#content p.testimonial cite {
	color: rgb(102, 102, 102);
	display: block;
	margin-top: 8px;
	text-align: right;
	font-size: 0.9em;
}