﻿
/* ********* ShortCodes-dropcap ******** */


/*Dropcat-Highlight*/
.dropcap {
    display: inline-block;
    float: left;
    font-size: 42px;
    height: 55px;
    line-height: 55px;
    margin: 8px 10px 0 0;
    text-align: center;
    width: 55px;
	font-weight:bold;
	color:#666666;
	border:1px solid transparent;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.dropcap-circle{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.dropcap.bg-default{
    background: #666666;
	color:#FFF;
}
.dropcap-square{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.dropcap.dropcap-small{
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    width: 25px;
}
.dropcap.dropcap-large{
    font-size: 70px;
    height: 85px;
    line-height: 85px;
    width: 85px;
}
.highlight{
	background-color:#ebebeb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.dropcap[class*="bg-"]{
  color:#FFF;
}
.dropcap[class*="bg-white"]{
  color:#666;
}