/*
 * @Copyright
 * @package     Author Bio
 * @author      Jason Kerns {@link http://www.intelephant.com}
 * @version     1.0
 * @date        Created on 25-Jan-2013
 * @link        Project Site {@link http://intelephant.com/authorbio.php}
*/

#author_bio{background-color: #FFFFFF; color: #000000; border: 1px solid grey; border-radius: 5px 5px 5px 5px; margin: 5px; padding: 10px; overflow: hidden;}
#author_bio .author_bio_title{font-size: 120%; font-weight: bold; margin-bottom: 10px;}
#author_bio .author_bio_image{float: left; margin: 5px 10px 5px 5px; border: 0px solid grey; }
#author_bio .author_bio_image img{width: 120px; height: 120px;}
#author_bio .author_bio_image_authorlist{float: left; margin: 5px 10px 5px 5px;}
#author_bio .author_bio_image_authorlist img{width: 100px;}
#author_bio .author_bio_name{margin-bottom: 10px;}
#author_bio .author_bio_aboutme{font-size: 110%; font-weight: bold;}
#author_bio .author_bio_description{width: 100%;}
#author_bio .author_bio_socialmedia{width: 100%; margin-left: 135px; margin-top: 10px;}
#author_bio span.bold{font-weight: bold;}
#author_bio span.marginleft{margin-left: 10px;}