/*===========================================================================
	Typography (Testimonials)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

div#primary-content cite {
	font-family: Arial, Helvetica, Tahoma, "Bitstream Vera Sans", sans-serif;
	font-size: .833em; /* 10px relative to 12px */
	font-style: normal;
	font-weight: bold;
}

div#primary-content cite span {
	font-size: .9em; /* 9px relative to 10px */
	font-style: italic;
	font-weight: normal;
}
