@charset "UTF-8";

html body.mfc_profile_customized.mfc_online div#profile div.profile_row div#profile_header.profile_section div.profile_section_content div#profile_header_container div#status_container.container div#status_value.value span#member_status_value.hidden {
  font-size:0;
}

html body.mfc_profile_customized.mfc_online div#profile div.profile_row div#profile_header.profile_section div.profile_section_content div#profile_header_container div#status_container.container div#status_value.value span#member_status_value.hidden::after {
  content:"In Hyperspace";
  font-size:10px;
  text-decoration:underline;
}

/* Basic Styling */
a:link,a:visited {
  color:white;
}

a:hover {
  color:white;
  text-decoration:none;
  -moz-transition:all 1s linear;
  -webkit-transition:all 1s linear;
  -ms-transition:all 1s linear;
  transition:all 1s linear;
}

a:active {
  color:white;
  font-style:italic;
}

body {
  background-image:url(https://img.mfcimg.com/photos2/691/691534/914-214-785-799-2451006.jpg);
  background-color:#01245c;
  background-position:top center;
  background-attachment:scroll;
  background-repeat:no-repeat;
  width:1150px;
  margin:auto;
}

body,td {
  color:white;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:13px;
}

#profile {
  background:rgba(000,000,000,0.3);
  border-radius:15px;
  width:1150px;
  position:relative;
}

td .clock {
  font-size:15px;
}

.container_padding {
  padding:3px;
  height:100%;
}

.container_transparency {
  height:100%;
  width:100%;
  background-color:#;
  filter:alpha(opacity=0);
}

.container {
  color:white;
  position:relative;
  border:1px double #ffffff;
  padding:3px;
  max-height:90%;
  background-color:transparent;
  line-height:16px;
}

.container .heading {
  padding:10px;
  background-color:;
  color:white;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:20px;
  width:250px;
}

.heading {
  text-shadow:0 0 10px #ffffff,0 0 20px #08e9fd;
}

.content {
  padding:6px;
}

/* Hide Stock Profile Content */
#profile_password_photo_galleries {
  display:display;
  position:absolute;
  right:15px;
  top:451px;
  width:420px;
  height:192px;
  border-radius:10px;
}

.header_links {
  display:none;
}

/* Header Bar */
.profile_section .heading {
  padding-bottom:0;
}

#server_time {
  position:relative;
  margin-top:-30px;
  top:75px;
  z-index:1;
}

#profile_header_container {
  width:500px;
  height:100px;
  border-radius:10px;
  padding-left:10px;
  line-height:13px;
}

#profile_header_container .heading {
  margin-bottom:0;
  padding-bottom:5px;
  padding-left:3px;
}

#profile_header_container .heading:hover:after {
  content:"Â© 2008 - 2017";
}

#unix_last_updated_value {
  font-size:0!important;
  line-height:0;
}

#unix_last_updated_value:before {
  content:"Sat, Feb 29 2008 7:49 PM";
  font-size:10px;
}

#last_login_string_container {
  display:none;
}

/* Interests Collapsible */
#perfect_date_value,#perfect_mate_value,#talents_value,#hobbies_value,#favorite_movies_value,#favorite_songs_value,#meaning_life_value,#favorite_books_value,#turn_ons_value {
  height:0;
  overflow:hidden;
}

#perfect_date_label:hover + #perfect_date_value,#perfect_date_value:hover,#perfect_mate_label:hover + #perfect_mate_value,#perfect_mate_value:hover,#talents_label:hover + #talents_value,#talents_value:hover,#talents_label:hover + #talents_value,#talents_value:hover,#hobbies_label:hover + #hobbies_value,#hobbies_value:hover,#favorite_movies_label:hover + #favorite_movies_value,#favorite_movies_value:hover,#favorite_songs_label:hover + #favorite_songs_value,#favorite_songs_value:hover,#meaning_life_label:hover + #meaning_life_value,#meaning_life_value:hover,#favorite_books_label:hover + #favorite_books_value,#favorite_books_value:hover,#turn_ons_label:hover + #turn_ons_value,#turn_ons_value:hover {
  height:100%;
}

#perfect_date_value,#perfect_mate_value,#talents_value,#hobbies_value,#favorite_movies_value,#favorite_songs_value,#meaning_life_value,#favorite_books_value,#perfect_date_label,#perfect_mate_label,#talents_label,#hobbies_label,#favorite_movies_label,#favorite_songs_label,#meaning_life_label,#favorite_books_label,#turn_ons_label {
  cursor:default;
}

/* Music Button */
.myButton {
  -moz-box-shadow:inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow:inset 0 1px 0 0 #ffffff;
  box-shadow:inset 0 1px 0 0 #ffffff;
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#6bc2bc),color-stop(1,#5d8582));
  background:-moz-linear-gradient(top,#6bc2bc 5%,#5d8582 100%);
  background:-webkit-linear-gradient(top,#6bc2bc 5%,#5d8582 100%);
  background:-o-linear-gradient(top,#6bc2bc 5%,#5d8582 100%);
  background:-ms-linear-gradient(top,#6bc2bc 5%,#5d8582 100%);
  background:linear-gradient(to bottom,#6bc2bc 5%,#5d8582 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bc2bc',endColorstr='#5d8582',GradientType=0);
  background-color:#6bc2bc;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
  border:1px solid #000000;
  display:inline-block;
  color:#d7faf8;
  font-family:Trebuchet MS;
  font-size:17px;
  font-weight:bold;
  padding:6px 11px;
  text-decoration:none;
  text-shadow:0 1px 0 #bababa;
}

.myButton:active {
  position:relative;
  top:1px;
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5d8582),color-stop(1,#6bc2bc));
  background:-moz-linear-gradient(top,#5d8582 5%,#6bc2bc 100%);
  background:-webkit-linear-gradient(top,#5d8582 5%,#6bc2bc 100%);
  background:-o-linear-gradient(top,#5d8582 5%,#6bc2bc 100%);
  background:-ms-linear-gradient(top,#5d8582 5%,#6bc2bc 100%);
  background:linear-gradient(to bottom,#5d8582 5%,#6bc2bc 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d8582',endColorstr='#6bc2bc',GradientType=0);
  background-color:#5d8582;
}

/* Footer Bar */
#footer_bar {
  opacity:.7;
  margin-bottom:8px;
}

#footer_bar:hover {
  opacity:1;
}

#footer_bar:after {
  content:"Designed by Pandora1066";
  float:right;
}

.footer_links {
  font-size:12px!important;
}

/* Additional Styling */
.show_preview {
  opacity:.7;
}

.show_preview:hover,img#profile_avatar:hover {
  opacity:1;
}

img#profile_avatar,#main_photo {
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  -ms-border-radius:20px;
}

#main_photo:hover {
  transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transition:transform 2s linear;
  -moz-transition:-moz-transform 2s linear;
  -webkit-transition:-webkit-transform 2s linear;
  -ms-transition:-ms-transform 2s linear;
  opacity:1;
}

#admirers_value {
  font-size:0;
}

#admirers_value:before {
  content:"6072";
  font-size:12px;
}

#average_rating_count {
  font-size:0;
}

#average_rating_count:before {
  content:"(8942 votes total)";
  font-size:10px;
}

#average_rating img {
  width:0;
  height:0;
  background:url(https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png) no-repeat;
  padding:15px 1px 1px 15px;
}

#rating_value_bar img:nth-child(-n+4) {
  pointer-events:none;
}

#profile_interests_content {
  position:absolute;
  right:15px;
  top:130px;
  width:420px;
  height:321px;
  border-radius:10px;
}

#profile_interests_content .heading {
  padding-top:0;
}

#profile_photo_galleries {
  position:absolute;
  right:15px;
  top:451px;
  width:420px;
  height:192px;
  border-radius:10px;
}

#profile_photo_galleries .heading {
  padding-top:0;
}

#profile_about_me {
  width:420px;
  padding:1px 5px 5px 10px;
  border-radius:10px;
}

#profile_about_me .heading {
  padding-top:7px;
}

#profile_friends {
  width:420px;
  padding:5px 5px 10px 10px;
  border-radius:10px;
}

#profile_friends:hover,#profile_interests_content:hover,#profile_photo_galleries:hover,#profile_about_me:hover,#profile_header_container:hover,#profile_password_photo_galleries:hover {
  background:rgb(255,0,0);
  background:rgba(255,0,0,0.7);
}

#profile_friends:active,#profile_interests_content:active,#profile_photo_galleries:active,#profile_about_me:active,#profile_header_container:active,#profile_password_photo_galleries:active {
  background:rgb(255,0,0);
  background:rgba(255,0,0,0.9);
}