/* @override 
	http://test.the-practice.net/pulse2/wp-content/themes/default/style.css */

/*
Theme Name: Arghyam 1.0
Theme URI: http://wordpress.org/themes/twentythirteen
Author: @dAbhinandan
Author URI: 
Description: Theme for the PRactice
Version: 1.0
License: GNU General Public License v2 or later

This theme, like WordPress, is licensed under the GPL.
*/


/*
	Typography
*/

.dropcap{
	text-align: center;
    padding: 8px 10px 12px;
    width: 50px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 700;
    float: left;
    margin-right: 20px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.dropcap.rectangle{
	background-color: #000;
	color: #fff;
}
.dropcap.circle{
	background-color: #000;
	color: #fff;
	border-radius: 50%;
}