/** 
 * User Page Styling
 * 
 * @version 1
 * @lastmodified 2013-02-13 12:40PM
 * @author {Name Here}
 *
 * @colordef #fff; white 
 * @colordef #808080; standard grey 
 */


/* User Profile
====================================== */
#oneProfile .userPortrait {
	clip-path: circle(80px at center);
    -webkit-clip-path: circle(80px at center);
}



/* Groups List */
.mod_user_groups .item-avatar img, .mod_members .oneMiniProfile img {
	height: 48px;
	width: 48px;
	clip-path: circle(20px at center);
    -webkit-clip-path: circle(20px at center);
}


/* User Profile Media Pages
====================================== */
.gallery-cover {
	border: none;
	margin: 0;
	padding: 0;
	width: 25%;
}
.gallery-cover .gallery-cover-wrapper,
.groupList,
#media-holder,
.galleryContentAction,
#media-info-comment-wrapper {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 6px 2px -4px rgba(0,0,0,0.15);
	-o-box-shadow: 0 6px 2px -4px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 6px 2px -4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 6px 2px -4px rgba(0,0,0,0.15);
	margin: 5px;
	padding: 8px;
}
.gallery-cover .gallery-cover-wrapper .gallery-cover-frame {
	height: 100px;
	overflow: hidden;
	width: 100%;
}


/* Group Profile
====================================== */
.mod_group_overview .onePortrait {
	/* clip-path: circle(60% at center);
    -webkit-clip-path: circle(60% at center); */
}
