@charset "UTF-8";

#about_me_label {
  display:none!important;
}

#about_me_value {
  width:100%!important;
}

.recent_photos {
  display:none;
}

#tags_value {
  width:100%!important;
}

#tags_label {
  display:none!important;
}

a:link {
  color:#ffffff;
}

a:visited {
  color:#ffffff;
}

a:hover {
  color:#fe72af;
}

a:active {
  color:#ffffff;
}

.buttons {
  width:502px;
  margin:10px auto;
}

.profile_section_content {
  z-index:auto;
}

body {
  background:#fe72af url() no-repeat fixed center;
  background-size:100% 100%;
  font-family:Oldtown,fantasy;
  color:#ffffff;
  line-height:20px;
  font-size:18px;
  width:890px;
  margin:0 auto;
}

.profile_row #profile_header {
  background:url(http://imageshack.com/a/img923/1083/VqiXZ2.png) no-repeat center;
  display:table-cell;
  vertical-align:bottom;
  width:890px;
  height:200px;
  border-bottom:solid 5px;
  color:#fe72af;
}

#profile {
  background:#000000 url() 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 3px;
  color:#fe72af;
  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 .label {
  border-right:solid 2px;
  color:#fe72af;
  text-align:right;
  padding-right:10px;
  margin-right:10px;
}

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

#header_bar,#footer_bar,.header_time,.heading,#main_photo,.recent_photos,#profile_header_container,#schedule {
  display:none;
}