@charset "UTF-8";

#about_me_label {
  display:none;
}

#profile_comments {
  display:none!important;
}

#tags_value {
  display:none!important;
}

#header_bar,#footer_bar {
  display:none;
}

#tags_label {
  display:none!important;
}

#profile_about_me {
  width:;
}

#profile_header {
}

#profile {
  align:center;
  position:absolute;
  width:1000px;
  margin-left:auto!important;
  margin-right:auto!important;
  left:0;
  right:0;
  overflow-y:scroll;
}

#cam_score_container {
  position:absolute;
  bottom:0;
  right:-50px;
}

#username_container {
  display:none;
}

#sexual_preference_container {
  display:none;
}

#gender_container {
  display:none;
}

#cam_score_label {
  display:none;
}

#profile_main_photo {
  display:none;
}

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

a:visited {
  color:#e45bf4;
}

body {
  background-color:#ffffff;
  background-color:#CC99FF;
  color:#267ac9;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(http://i.imgur.com/5ZjpXFI.jpg);
}

/*//////////////////////////////////////////*/
#profile_main_about_holder {
  height:100%!important;
/**/
}

.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 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  border:3px solid #000000;
  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:#000000;
  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;
}