@charset "UTF-8";

a:link,a:active,a:hover {
  color:#df9185;
}

a:visited {
  color:#35625a;
}

body {
  background-color:#ffffff;
  background-color:#d0ab88;
  color:#666666;
  font-family:'Century Gothic';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

#new_comment,#comments,#wall_poster_avatar,#wall_poster_username,#wall_post_info,#height_label,#height_container,#weight_label,#weight_container,#city_label,#city_container,#country_label,#country_container,#smoke_label,#smoke_container,#drink_label,#drink_container,#drugs_label,#drugs_container,#occupation_label,#occupation_container,#favorite_food_label,#favorite_food_container {
  display:none;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -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 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#aae7e4;
  color:#8b7f6e;
  font-family:'Century Gothic';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  -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;
}

.content {
  padding:5px;
}