@charset "UTF-8";

a {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

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

a:visited {
  color:#3399FF;
}

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

.profile_section_content {
  background-color:#ffffff;
  color:#333333;
}

#avatar_holder {
  display:none;
}

.profile_section .heading {
  font-size:20px;
  font-family:'Trebuchet MS';
  font-weight:bold;
  margin:0;
  padding:0;
}

.profile_section_content {
  padding:10px;
}

#profile_header_container {
  margin:0;
}

#profile_main_about_holder .profile_section_content {
  background:none;
  padding:0;
  margin-top:0;
  margin-bottom:0;
}

.profile_subsection {
  margin-top:10px;
  margin-bottom:10px;
  background:#ffffff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:10px;
}

.wall_post {
  background:#444444;
  margin-top:10px;
  margin-bottom:10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:10px;
  color:#cccccc;
  overflow:hidden;
  position:relative;
}

.wall_post .wall_post_avatar {
  width:150px;
  text-align:center;
}

.wall_post .wall_post_avatar img {
  width:90px;
  height:90px;
}

.wall_post .wall_post_info {
  clear:left;
  float:left;
  width:150px;
  text-align:center;
}

.wall_post .wall_post_time {
  position:absolute;
  bottom:10px;
  right:10px;
}

.wall_post_body {
  margin-bottom:20px;
}