/* 
    Document   : easy-profiles-style
    Created on : Sep 10, 2012, 4:40:17 PM
    Author     : bryan
    Description:
        Purpose of the stylesheet follows.
*/

#ep-authors{
    max-height: 200px;
    font-size:12px;
    overflow: auto;
    direction: ltr;
}

#ep-authors hr{
    margin: 5px 0px;
    clear: both;
}

.ep-list-author{
    display: block;
    clear: both;
}

#ep-author .ep-avatar-wrap{
	text-align: center;
	margin-bottom: 5px;
}

#ep-author .ep-avatar{
    display: block;
    margin: 0 auto 15px auto;
	border: #adadad 5px solid;
	box-shadow: 3px 3px 5px -1px #444;
}

.ep-list-author .ep-avatar{
    float:left;
    margin-right:5px;
}

.ep-author, .ep-title, .ep-post-count, .ep-email, .ep-phone, .ep-vcard{
    display:block;
	white-space: nowrap;
	overflow: hidden;
}


.ep-author{
    font-weight: bold;
	font-size: 16px;
	color: #142143;
}

.ep-title{
    font-style: italic;
	color: #51A926;
}

.ep-post-count{
    font-size: 11px;
}

.ep-social-icon{
    margin: 0 10px 10px 0;
}