@CHARSET "UTF-8";

#cbProfileList {
	/* vlc */
	/* padding-left: 23px; */
}

.profileListing {
	padding: 15px 0;
	border-bottom: 1px solid #B7C0C6;
	clear: left;
	overflow: hidden;
	width: 616px;
}

.profileAvatar {
	width: 80px;
	min-height: 84px;
	float: left;
}

.profileAvatar img {
	width: 63px;
}

/*
#cbProfileList .profileListing:hover {
	background-color:#f7f7f7;	
}
*/
#cbProfileList .profileListing .profileWrap {
	
}

#cbProfileList .profileListing .profileDetails {
	float: left;
	width: 258px;
	padding-right: 20px;
}

#cbProfileList .profileListing .profileContact {
	float: left;
	width: 258px;
}

#cbProfileList .profileListing .name {
	float: left;
	clear: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

#cbProfileList .profileListing .name a {
	text-decoration: none;
}

#cbProfileList .profileListing .workTitle {
	float: left;
	clear: left;
}

#cbProfileList .profileListing .personalWebsite {
	float: left;
}

#cbProfileList .profileListing .studyField {
	float: left;
	clear: both;
	font-style: italic;
	margin-top: 10px;
}

/* BEGIN SINGLE PROFILE */
.userprofile {
	padding-bottom: 20px
}

.userprofile p {
	padding-left: 0;
}

.userprofilesection {
	padding-top: 10px;
	padding-left: 23px;
}

.userprofilesection#usersection_heading {
	padding-top: 0;
	padding-left: 0;
}

.userprofilesection#usersection_heading .userprofileitem {
	padding-left: 23px;
}

#usersection_contactinfo .usersectiontitle {
	display: none;
}

#usersection_contactinfo .userprofileitem {
	clear: left;
}

#usersection_contactinfo .userprofilefield {
	float: left;
	font-weight: bold;
	width: 100px;
	overflow: hidden;
}

#usersection_contactinfo .userprofilevalue {
	float: left;
}

#usersection_heading .userprofilevalue { /* H2 */
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	line-height: 19px;
}

/*
#usersection_avatar {
	padding: 0;
	position: absolute;
	margin-top: -40px;
	margin-left: 662px;
	background-color: #292929;
	width: 242px;
	height: 200px;
	text-align: center;
}

#usersection_avatar img {
	max-width: 242px;
	max-height: 200px;
	min-height: 200px;
}
*/

#user_avatar {
	padding: 0;
	background-color: #292929;
	width: 220px;
	text-align: center;
}

#user_avatar div {
	text-align: center;
	overflow: hidden;
}

#user_avatar img {
	display: block;
	padding: 0;
	max-width: 220px;
	/*max-height: 200px;*/
	margin: auto;
}

#usersection_contactinfo {
/*	float: left;
    margin-top: -165px; */
}

#usersection_profile {
	clear: left;
	width: 619px;
}

#usersection_profile .userprofileitem {
	/*margin-top: -50px;*/
	padding-top: 20px;
}

.userprofilesection#usersection_heading #userfield_fullname { 
	/* H1 */
	font-family: "Times New Roman";
	font-size: 27px;
	line-height: 29px;
	margin: 0 0 12px 0;
	font-weight: normal;
	padding-left: 0;
}

.component_com_userprofile #SubPageContentSideBar {
	/*margin-top: 254px;*/
	float: right;
	clear: right;
}

#userfield_personalarea .userprofilefield {
	display: none;
}

.moduletable-profiletagged {
	width: 619px;
	padding-left: 23px;
}

/* END SINGLE PROFILE */

/* BEGIN SINGLE PROFILE BLOG */

.moduletable-individualbloglist .mod_taggedblog_heading { 
	/* H5 */
	font-family: Verdana;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 5x;
}

.moduletable-individualbloglist .mod_taggedblog_article, .moduletable-individualbloglist .mod_taggedblog_articlelink  {
	padding-top: 15px;
}

.moduletable-individualbloglist .mod_taggedblog_article_authorphoto {
	display: none;
}

.moduletable-individualbloglist .mod_taggedblog_article_itemdate {
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;	
}

.moduletable-individualbloglist .mod_taggedblog_article_introtext {
	display: none;
}

.moduletable-individualbloglist .mod_taggedblog_footer {
	padding-top: 25px;
}

/* END SINGLE PROFILE BLOG */

