@charset "UTF-8";

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

a:visited {
  color:#a1d0d0;
}

body {
  background-color:#f9dee3;
  background-color:#f9dee3;
  color:#666666;
  font-family:'MS Sans Serif';
  font-weight:normal;
  font-style:normal;
  font-size:10px;
  background-position:middle left;
  background-attachment:scroll;
  background-repeat:repeat;
}

body {
  width:900px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
}

.profile_section_content {
  color:#666666;
  border:0 solid #a72727;
  padding:5px;
  margin:5px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  border-radius:7px;
  -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:#f9dee3;
  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:#bc2d27;
  color:#FFFFFF;
  font-family:'MS Sans Serif';
  font-weight:normal;
  font-style:normal;
  font-size:17px;
  -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;
}

#profile_friends,#new_comment,#comments,#wall_poster_avatar,#wall_poster_username,.wall_post_info,#new_comment_inputs,#profile_message_wall, {
  display:none;
}