/* BLOG PAGE STYLES
************************************************************/
.blogPost p{

    margin-bottom: 20px;
}
.postAuthor{
    border: 1px solid;
    padding: 10px;
}
.authorProfile{
    padding-right: 10px;
}
.authorDetails h4{
    margin: 0px;
}

.signature	{
	width: min(100%, 10em);
	margin: 100px auto 20px;
}