@charset "UTF-8";

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

a:visited {
  color:#;
}

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

.profile_section_content {
  color:#666666;
  border:0 none #;
  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:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
  background-image:url(https://img.mfcimg.com/backgrounds/10041.jpg);
}

.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:#BCEC76;
  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;
}

#footer_bar {
  background:none repeat scroll 0 0 #000;
  left:0;
  padding:10px 0 0;
  position:absolute;
  text-align:center;
  width:100%;
}

.header_links,.footer_links {
  font-size:13px;
  height:30px;
  margin:auto;
  text-align:center;
  width:100%;
}

.footer_links a {
  text-decoration:none;
  color:#fff;
}

.footer_links a:hover {
  text-decoration:underline;
}

#profile {
  display:table;
  padding-top:80px;
  width:100%;
}

#header_bar {
  left:0;
  position:absolute;
  top:0;
  width:100%;
  background:#000;
  height:100px;
}

.header_bar .header_links {
  padding-top:10px;
}

.header_links a {
  color:#fff;
  text-decoration:none;
}

.header_links a:hover {
  text-decoration:underline;
}

#header_bar {
  background:none repeat scroll 0 0 #000;
  left:0;
  padding:25px 0 0;
  position:absolute;
  top:0;
  width:100%;
}

#server_time {
  color:#fff;
  float:right;
  font-size:9px;
  font-weight:bold;
  position:absolute;
  right:10px;
}

.profile_section_background {
  background-color:#ffffff;
  background-image:none;
  opacity:1;
}

.profile_section_content .heading {
  background:#eee;
  color:#000;
  font-weight:600;
  text-transform:uppercase;
}

.profile_section_background {
  border:1px solid #b6b6b6;
}

.wall_post_info {
  color:#000;
  font-weight:bold;
  padding-bottom:10px;
  text-transform:uppercase;
}

.wall_post_info a {
  color:#000;
  text-decoration:none;
}

.profile_section_content {
  color:#333;
}

#comments {
  height:400px;
  overflow-y:scroll;
}

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

.wall_post_body {
  overflow:auto;
  padding:8px 4px 30px 0;
}

::-webkit-scrollbar {
  width:12px;
/* for vertical scrollbars */
  height:12px;
/* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background:rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
  background:rgba(0,0,0,0.5);
}

.header_links {
  width:100%;
  height:50px;
  background:red;
  DISPLAY:NONE;
}