@charset "UTF-8";

UTF-8;
/* latin */
@font-face {
  font-family:'Crushed';
  font-style:normal;
  font-weight:400;
  src:local(Crushed),local(Crushed-Regular),url(http://fonts.gstatic.com/s/crushed/v6/v7vtb87rXXPD_dUy3UIUrw.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

/* latin */
@font-face {
  font-family:'Handlee';
  font-style:normal;
  font-weight:400;
  src:local('Handlee Regular'),local(Handlee-Regular),url(http://fonts.gstatic.com/s/handlee/v5/hN5OFJA7DLALxZ1osZb59Q.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

img:hover {
  -webkit-filter:grayscale(100%);
  z-index:-1.0E+25px;
  -webkit-transition:all .9s ease-in-out;
  -moz-transition:all .9s ease-in-out;
  -o-transition:all .9s ease-in-out;
  -ms-transition:all .9s ease-in-out;
  transition:all .9s ease-in-out;
}

#username_container,#cam_score_container,#gender_container,#age_container,#sexual_preference_container,#profile_friends > div.heading,#unix_last_updated_container,#profile_about_me > div.heading,#server_time > table > tbody,#footer_bar,#favorite_models_container,#about_me_label,#tags_value,#tags_label,#occupation_label,#school_label,#pets_label,#automobile_label,#favorite_food_label {
  display:none;
}

a:link,a:active,a:hover {
  font-family:'Crushed',cursive;
  color:#777777;
  font-weight:bold;
  font-size:18px;
}

a:visited {
  font-family:'Crushed',cursive;
  color:#777777;
  font-weight:bold;
  font-size:18px;
}

body {
  margin-left:auto;
  margin-right:auto;
  width:1000px;
  background-color:#ffffff;
  background-color:#ffccff;
  color:#000000;
  font-family:'Crushed',cursive;
  font-style:normal;
  font-weight:400;
  font-size:20px;
}

#profile_about_me {
  text-align:center;
}

.profile_section_content {
  color:#777777;
  border:2px solid #000000;
  padding:8px;
  margin:5px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -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:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#;
  color:#000000;
  font-family:'Amatic SC',cursive;
  font-weight:400;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #;
  -moz-box-shadow:0 0 0 #;
  box-shadow:0 0 0 #;
  -webkit-text-shadow:0 0 0 #;
  -moz-text-shadow:0 0 0 #;
  text-shadow:0 0 0 #;
}

.content {
  padding:5px;
}