@charset "UTF-8";

a:link,a:active,a:hover,a:visited {
  color:#FFFFFF;
}

body {
  background-color:#ffffff;
  background-color:#;
  color:#ffffff;
  font-family:'Comic Sans MS';
  font-weight:normal;
  font-style:normal;
  font-size:22px;
}

#fixed_background {
  display:block;
  background-position:center left;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/353/3530712/434-374-785-385-6567728.jpg);
}

.profile_section_content {
  color:#ffffff;
  border:6px dashed #;
  padding:30px;
  margin:18px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#;
  filter:alpha(opacity=0);
  opacity:0;
  background-image:url(https://img.mfcimg.com/photos2/353/3530712/251-171-159-935-6325543.jpg);
}

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

.profile_section_content .heading {
  padding:3px;
  background-color:#c12f90;
  color:#ffffff;
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:normal;
  font-size:26px;
  -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;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
  background-image:url(https://img.mfcimg.com/photos2/353/3530712/428-372-461-171-6325604.jpg);
}

#profile_about_me {
  position:relative;
  top:80px;
}

.content {
  padding:5px;
}

#profile_main_photo,#sexual_preference_container,#photo_galleries,#unix_last_login_container,#unix_last_updated_container,.recent_photos {
  display:none;
}

ul.enlarge {
  list-style-type:none;
  margin-left:0;
}

ul.enlarge li {
  display:inline-block;
  position:relative;
  z-index:0;
  margin:10px 40px 0 20px;
}

ul.enlarge img {
  padding:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}

ul.enlarge span {
  position:absolute;
  top:-5999px;
  padding:0;
  font-family:'Droid Sans',sans-serif;
  font-size:.9em;
  text-align:center;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}

ul.enlarge li:hover {
  z-index:50;
  cursor:default;
}

ul.enlarge span img {
  padding:0;
}

ul.enlarge li:hover span {
  position:absolute;
  top:-100px;
  left:0;
}

ul.enlarge img,ul.enlarge span {
}

#tipblend img,#wishblend img {
  position:absolute;
  left:0;
  -webkit-transition:opacity 1s ease-in-out;
  -moz-transition:opacity 1s ease-in-out;
  -o-transition:opacity 1s ease-in-out;
  transition:opacity 1s ease-in-out;
}

#tipblend img.mouseoff:hover,#wishblend img.mouseoff:hover {
  opacity:0;
}

#profile_comments {
  display:block;
  position:relative;
  top:72px;
}

#profile_friends {
  position:relative;
  top:122px;
}