@charset "UTF-8";

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

#profile_comments {
  opacity:.8;
  filter:alpha(opacity=80);
}

a:visited {
  color:#;
}

#profile_header {
  background:url(http://i.imgur.com/DQWR7UH.png);
  height:107px!important;
  background-repeat:no-repeat;
}

#about_me_label,#tags_container {
  display:none;
}

#gender_container,#age_container,#sexual_preference_container,#username_container {
  display:none;
}

#header_bar,#footer_bar,#profile_avatar,#profile_header_container {
  display:none;
}

#profile {
  background-color:white;
}

body {
  width:1200px!important;
  margin:0 auto;
  background-color:#ffffff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#about_me_value {
  width:1200px!important;
  height:100%;
}

.profile_section_content {
  color:#666666;
  background-color:transparent;
  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:0;
}

.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 {
  display:none;
  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;
}

.bottomspace {
  background-color:#ffffff;
  background-position:top right;
  background-repeat:no-repeat;
  width:100%;
  height:63px;
  position:fixed;
  bottom:0;
  left:0;
  font-size:18px;
  text-align:right;
  padding-bottom:5px;
  z-index:500;
}