@charset "UTF-8";

/*Comment*/
#profile_about_me_section .profile_section_content .profile_section_background {
  height:100%;
}

body {
  background-color:#ffffff;
  font-family:sans-serif;
  font-weight:normal;
  font-style:normal;
  width:1000px;
  text-align:left;
  font-size:100%;
}

#profile .heading {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:2px 2px 10px #777777;
  -moz-box-shadow:2px 2px 10px #777777;
  box-shadow:2px 2px 10px #777777;
}

.profile_header {
  padding:25px;
  width:150px;
  marign-rignt:5%;
  margin-left:80%;
  float:left;
  text-align:center;
}

.profile_section_content {
  font-size:14px;
  color:#73829c;
  border:2px outset #f6f6f6;
  width:100%;
  height:100%;
  padding:20px;
  margin:30px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:2px 2px 10px #777777;
  -moz-box-shadow:2px 2px 10px #777777;
  box-shadow:2px 2px 10px #777777;
}

.profile_section_background {
  background-color:#ffffff;
  filter:alpha(opacity=20);
  opacity:100%;
}

.img_radius_shadow {
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  -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:12px;
  background-color:#b13636;
  color:#FFFFFF;
  font-family:sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:24px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -webkit-box-shadow:2px 2px 11px #777777;
  -moz-box-shadow:2px 2px 11px #777777;
  box-shadow:2px 2px 11px #777777;
  -webkit-text-shadow:5px 5px 11px #000000;
  -moz-text-shadow:5px 5px 11px #000000;
  text-shadow:5px 5px 11px #000000;
}

#profile_mfc_news_feed_content {
  display:none;
}

#profile_photo_galleries {
  display:none;
}

#profile_photo_galleries:after {
  width:100px;
  height:100px;
}

div #avatar_holder {
  clear:right;
}

div .header_links {
  width:100%;
}

#avatar_holder {
  border:2px solid white;
  border-radius:50px;
}

#profile_friends {
  display:none;
}