@charset "UTF-8";

a:link,a:active {
  color:#ff99cc;
  text-decoration:none;
}

a:hover {
  color:#fff;
}

a:visited {
  color:#b26b8f;
}

body {
  background:gray url(https://img.mfcimg.com/photos2/201/20118616/831-229-821-490-8559824.png) repeat fixed;
  font:16px Century Gothic,sans-serif;
  color:#000;
  line-height:19px;
  width:890px;
  margin:0 auto;
}

.profile_row #profile_header {
  background:url(https://img.mfcimg.com/photos2/201/20118616/867-134-458-724-8559917.jpg) no-repeat center;
  display:table-cell;
  vertical-align:bottom;
  width:890px;
  height:500px;
  border:solid white 5px;
}

#profile {
  background:url(https://img.mfcimg.com/photos2/201/20118616/361-714-343-765-8558475.png) repeat scroll;
  -webkit-box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
  -moz-box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
  box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
}

#profile_header .profile_section_content {
  padding:0;
  margin:0;
  height:45px;
}

#avatar_holder {
  position:absolute;
  margin:auto;
  right:0;
  left:0;
}

#profile_avatar {
  border:solid white 5px;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}

#profile_about_me {
  margin-top:60px;
}

#profile_about_me .container {
  display:block;
  margin:0 auto;
  text-align:center;
}

#profile_about_me .label,#profile_about_me .value {
  display:inline-block;
  width:200px;
}

#profile_about_me #about_me_value {
  width:800px;
  padding:25px;
}

#profile_about_me #tags_value {
  width:800px;
  padding:25px;
}

#profile_about_me .label {
  border-right:black solid 2px;
  text-align:right;
  padding-right:10px;
  margin-right:10px;
}

#profile_about_me .value {
  text-align:left;
  padding-left:0;
}

#header_bar,#profile_header_container,#footer_bar,.header_time,.heading,#main_photo,.recent_photos,#profile_interests_content,#about_me_label.label,/* these last three remove the galleries/schedule/wall */
#profile_password_photo_galleries,#profile_photo_galleries,#schedule,#profile_comments {
  display:none;
}