@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#007680;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#000000;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #390298;
  -moz-box-shadow:0 0 0 #390298;
  box-shadow:0 0 0 #390298;
}

.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:#00925f;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  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;
}

#header_bar {
  display:none;
}

.profile_section_content .heading {
  font-size:16px;
  text-align:center;
}

#new_comment {
  text-transform:uppercase;
  text-align:center;
}

#new_comment .wall_post_info {
  font-weight:bold;
  font-size:20px;
}

.wall_post_avatar {
}

.wall_post_avatar img {
  width:100px;
  height:100px;
}

.wall_post_info a {
  font-weight:bold;
  float:right;
}

#profile_header_container .heading {
  text-transform:uppercase;
  font-weight:bold;
}

body {
  font-family:Verdana;
  font-size:12px;
  padding:0 250px;
  min-width:600px;
}

#average_rating {
  display:none;
}