@charset "UTF-8";

.nav a {
  font-family:Oldtown,fantasy;
  float:left;
  display:block;
  width:auto;
  height:14px;
  font-size:16px;
  color:#ffffff;
  background-color:#ffffff;
  text-align:center;
  padding:7px 13px 0;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:none;
}

/* End of links styling. */
/* Start of navigation styling. */
/* The .navbar element is the navigation bar. */
.navbar {
  background-color:#ffffff;
  position:fixed;
  left:0;
  top:0;
  height:25px;
  width:100%;
  z-index:200;
  font-size:1rem;
  line-height:1;
  box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
}

/* The .nav element is the navigation menu. */
.nav {
  width:870px;
  margin:0 auto;
  display:block;
  position:centered;
}

/* The .nav ul element is the navigation menu list. */
.nav ul {
  float:right;
  list-style-type:none;
  padding:0;
  margin:0;
  overflow:hidden;
}

/* The .nav li element is the navigation menu lines in between the menu items. */
.nav li {
  border-right:1px solid #ffffff;
  float:left;
}

/* The .nav li:last-child element removes the navigation menu line from the last menu item. */
.nav li:last-child {
  border-right:0 none;
  float:left;
}

#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:#63697a;
}

a:visited {
  color:#63697a;
}

a:hover {
  color:#f9a1b5;
}

a:active {
  color:#e0b7b3;
}

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

.stars {
  width:779px;
  margin:10px auto;
}

body {
  background:#ffffff url() no-repeat fixed center;
  background-size:100% 100%;
  font-family:Verdana,Geneva,sans-serif;
  color:#63697a;
  line-height:20px;
  font-size:16px;
  width:890px;
  margin:0 auto;
}

.profile_row #profile_header {
  background:url(http://imageshack.com/a/img923/6695/pcwBDC.png) no-repeat center;
  display:table-cell;
  vertical-align:bottom;
  width:890px;
  height:455px;
  border-bottom:solid 0;
  color:#ffffff;
}

#profile {
  background-color:rgba(255,255,255,0.0);
  #profile_headerprofile_section_contentpadding:0;
  margin:0;
  height:45px;
}

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

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

#profile_avatar {
  border:solid 3px;
  color:#f9a1b5;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}

#profile_about_me {
  margin-top:80px;
}

#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:#000000;
  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,#server_time,#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#age_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container {
  display:none!important;
}