#user_profile {
    clear: both;
    overflow: hidden;
}
#user_profile_title {
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 42px;
}
#user_profile_title .name h1 {
    margin: 0;
}
#user_profile_title .name h1 > sup {
	background: none;
    font-size: 12px;
    display: inline-block;
    margin: -5px 0 0 0px;
	padding: 0;
}
#user_profile_title .name.name_with_status h1 {
    font-size: 24px;
}
#user_profile_title .avatar,
#user_profile_title .name {
    display: inline-block;
    vertical-align: middle;
}
#user_profile_title .avatar {
	margin-right: 5px;
    padding: 3px;
}
#user_profile_title .avatar img { 
	display:block;
}
#user_profile_title .name_with_status {
    line-height: 28px;
    margin-top: -4px;
}
#user_profile_title .status {
    font-size: 12px;
    line-height: normal;
}
#user_profile_title .status .reply {
    margin-left: 5px;
    padding-left: 18px;
}
#user_profile_title .status .delete {
    padding-left: 5px;
}
#user_profile_title .is_locked {
    font-size: small;
    margin-left: 15px;
}
#user_profile_rates, #user_profile_ratings {
    float: right;
    position: relative;
}
#user_profile_ratings {
    margin-right: 10px;
}
#user_profile_rates .block,
#user_profile_ratings .block {
    border-radius: 2px;
    font-size: 21px;
	line-height: 20px;
    padding: 5px 10px;
    text-align: center;
}
.block .user_ratings_hint {
	font-size: 12px;
    line-height: normal;
}
#user_profile_rates .karma .value, #user_profile_rates .karma .thumb {
    display: inline-block;
}
#user_profile_rates .karma .thumb {
    background: url("../../images/icons/vote_thumbs.png") no-repeat left center;
    display: inline-block;
    height: 16px;
    margin-top: 2px;
    opacity: 0.5;
    width: 16px;
}
#user_profile_rates .karma .thumb:hover {
    opacity: 1;
}
#user_profile_rates .karma .thumb_up {
    background-position: 0 0;
    margin-right: 5px;
}
#user_profile_rates .karma .thumb_down {
    background-position: -16px 0;
    margin-left: 5px;
}
#user_status_widget {
    margin-top: -5px;
    overflow: hidden;
    padding: 5px;
}
#user_status_widget.loading .input {
    visibility: hidden;
}
#user_profile_tabs {
    margin-top: 15px;
}
#user_content_pills {
    margin-bottom: 20px;
}
#user_content_folders {
    margin-bottom: 20px;
}
#user_profile #left_column {
    float: left;
	max-width: 308px;
    overflow: hidden;
}
#user_profile #right_column {
    overflow: auto;
}
#user_profile #left_column .block{
    margin-right: 15px;
	min-width: 250px;
    min-width: 200px;
    padding: 10px;
}
#user_profile #avatar {
    padding-bottom: 0;
    text-align: center;
}
#user_profile .block .details, #user_profile .block .details li {
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#user_profile .block .details strong, #user_profile .block .block-title {
    font-weight: normal;
}
#user_profile .block .block-title {
    font-weight: 700;
    margin-bottom: 6px;
}
#user_profile .block .content_counts, #user_profile .block .content_counts li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#user_profile .block .content_counts {
    margin: -10px;
}
#user_profile .block .content_counts a {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 4px 10px;
}
#user_profile .block .content_counts a .counter {
    display: block;
    float: right;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 6px;
}
#user_profile .friends-list {
    max-width: 200px;
    overflow: hidden;
}
#user_profile .friends-list a {
    display: block;
    float: left;
    margin-bottom: 1px;
    margin-right: 1px;
    overflow: hidden;
    text-decoration: none;
}
#user_profile .friends-list a span {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
}
#user_profile .friends-list a:hover {
    opacity: 0.75;
}
#user_profile #information {
    padding: 0;
}
#user_profile #information .fieldset_title {
    margin-bottom: 25px;
    margin-top: 10px;
}
#user_profile #information .fieldset_title h3 {
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: -10px 0 0;
    padding-right: 10px;
}
#user_profile #information .fieldset {
    padding-bottom: 15px;
}
#user_profile #information .fieldset .field {
    margin-bottom: 5px;
    margin-left: 15px;
}
#users_profiles_list .field {
    line-height: 18px;
}
#users_profiles_list .title_left {
    display: inline-block;
    margin-right: 10px;
}
#users_profiles_list .title_left + .value {
    display: inline-block;
}
#users_profiles_list .title_top {
	margin-bottom: 5px;
}
#users_karma_log_list .date {
    font-size: 12px;
    padding-left: 5px;
}
#users_karma_log_list .comment {
    line-height: 18px;
    margin-top: 4px;
}
#users_karma_log_list .value {
    border-radius: 4px;
    float: right;
    margin-right: 0;
    padding: 3px;
}
#users_karma_log_list .value span {
    display: block;
    font-weight: 700;
    height: 16px;
    text-indent: -10000px;
    width: 16px;
}
#groups_invite_window {
    padding: 20px;
}
#groups_invite_window h3 {
    margin: 0;
}
#groups_invite_window .list {
    margin: 10px 0;
}
#groups_invite_window .list select {
    width: 300px;
}
.buttons_delete_profile {
    float: right;
}
@media screen and (max-width: 640px) {
	#user_profile #left_column {
		float: none;
	}
	#user_profile #left_column .block {
		margin-right: 0;
		max-width: none;
	}
	#user_profile #left_column .block:last-child {
		margin-bottom: 15px;
	}
	#user_profile #left_column #avatar {
		display: block;
		margin-right: 0;
	}
	#user_profile #left_column #avatar img {
		max-width: 250px;
		width: 100%;
	}
	#user_profile_title .avatar {
		display: none;
	}
	#user_profile_title .name {
		padding-left: 0;
	}
}