/*
Theme Name: AllThingsPLC
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/


/*//////////// Global Styles ////////////*/

h1 h2 h3 h4 h5 p ol ul li strong em {
font-family: 'Open Sans', sans-serif !important;
}

/*//////////// Single Post styles ////////////*/

.author-bio{
	background-color: #EBF8FD;
	padding:20px 0;
	font-size:.95em;
}

.author-bio img{
	max-width:200px;
	float:right;
}

.author-bio {
	border-bottom:3px solid #99DCF3;	
}

.author-bio p{
	line-height:1.25;	
}

.author-bio.row{
	margin-left:-20px;
	margin-right:-20px;	
}

.author-img{
	overflow:hidden;
	border-radius:	180px;
	position:relative;
	max-width:200px;
	margin:0 auto;
}

.author-img:before{
	content:'';
	display:block;
	width:100%;
	position:relative;
	padding-top:100%;
}	

.author-img img{
	position:absolute;
	top:0;
	left:0;	
}

body.single .entry-header {
	margin-bottom:30px;	
}

body.single .entry-footer{
	padding:20px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;	
}

.author-bio.row{
	margin-top:40px;
}	