/*
 * Drop Cap Shortcode — style.css
 * Customize these values to match your theme.
 */

.dropcap {
	float: left;
	font-size: 3.2em;
	line-height: 0.75;
	margin: 0.05em 0.08em 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", "Trebuchet MS", "Lucida Grande", serif;
	text-transform: uppercase;
	color: #c30;

	/* Optional: uncomment for a bold drop cap */
	/* font-weight: bold; */
}
