@charset "UTF-8";

a:link,a:active,a:hover {
  color:#FF7AE4;
}

a:visited {
  color:#FF7AE4;
}

body {
  background-color:#ffffff;
  color:#666666;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:repeat;
  width:925px;
  margin:0 auto;
}

.profile_section_content {
  color:#666666;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  top:140px;
}

.profile_section_background {
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
}

#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 .label {
  border-right:black solid 2px;
  text-align:right;
  padding-right:10px;
  margin-right:10px;
}

#profile_friends {
  margin-top:150px;
}

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

#tags_value {
  position:absolute;
  margin-top:-10px;
  margin-left:5px;
}

#five_things_value {
  display:none;
}

#tags_label {
  margin-left:-205px;
  margin-top:-10px;
}

#favoritebooks_label {
  display:none;
}

#for_fun_label {
  display:none;
}

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

#profile_avatar {
  border:solid white 5px;
  margin-top:-60px;
}

#for_fun_container {
  display:inline-block;
  position:relative;
  margin:0 auto;
}

#profile_header.profile_section {
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_row #profile_header {
  background:url(https://img.mfcimg.com/photos2/181/18114231/988-244-295-866-7387373.jpg) no-repeat center;
  display:table-cell;
  margin-left:10px;
  margin-right:10px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  vertical-align:bottom;
  width:950px;
  height:500px;
}

.profile_section_content .heading {
  color:#FF7AE4;
  font-family:'Helvetica';
  font-weight:bold;
  font-style:normal;
  font-size:30px;
  -webkit-text-shadow:3px 3px 2px #090707;
  -moz-text-shadow:3px 3px 2px #090707;
  text-shadow:3px 3px 2px #090707;
  text-align:left;
}