/*
* Drop Cap Shortcode styles
*/

span.dropcap {
	text-transform: none;
	font-weight: bold;
	color: #fff;
	background: #252525;
	float: left;
	padding: 20px 20px;
	font-size:100px;
	margin:6px 30px 10px 0;
	line-height:110px;
}