@charset "UTF-8";

UTF-8; a:link,a:active {
  color:#1e1e1b;
}

a:hover {
  color:#8fd3b6;
}

a:visited {
  color:#96958d;
}

body {
  background:grey url(https://www.dropbox.com/s/x9bb2vqje8n1vzk/Copy%20of%20Untitled.png?raw=1) fixed;
  font-family:"Shadows Into Light",Arial,Helvetica ,sans-serif;
  color:#999999;
  font-size:24px;
  background-size:cover;
  margin-left:200px;
  margin-right:200px;
  margin-top:0;
  padding-top:0;
}

.profile_row #profile_header {
  background:url(https://www.dropbox.com/s/vy0qs3lqh1yyczx/Pink2_zps471a58d0.jpg?raw=1) no-repeat top;
  display:table-cell;
  vertical-align:bottom;
  width:890px;
  height:560px;
}

#profile {
  background:#FFFFFF;
  -webkit-box-shadow:0 36px 2px rgba(0,0,0,0.75);
  -mox-box-shadow:0 36px 2px rgba(0,0,0,0.75);
  box-shadow:0 36px 2px rgba(0,0,0,0.75);
  border:5px solid #4e6296;
  border-radius:10px;
}

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

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

#profile_avatar {
  position:absolute;
  border:solid #4e6296 5px;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  left:48%;
}

.header_links,#footer_bar,.header_time,.heading,#main_photo,.recent_photos,#profile_header_container,#profile_interests_content {
  display:none;
}