@charset "UTF-8";

a:link,a:active,a:hover {
  color:#304e16;
}

a:visited {
  color:#620808;
}

body {
  background:pink repeat fixed url(http://i57.tinypic.com/2lazrpi.jpg);
}

.profile_section_content {
  color:#000000;
  border:0 inset #;
  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:#c4d6d9;
  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;
}

/* Heading area. We'll change the color of the background and the text color in this section. We'll make the background color maroon and the text white.*/
.heading {
  background-color:maroon;
  color:#FFFFFF;
}

/* Content area. Let's make the background white and opaque (a little see-through. You don't have to add it in if you don't want opacity. */
.profile_section_background {
  background-color:#FFFFFF;
  opacity:.7;
}

/*Labels and Values. Let's make them dark grey. We can combine them together because we want them to have the same text color. */
.label .value {
  color:#545454;
}

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