@charset "UTF-8";

UTF-8;
UTF-8;
.header_links {
  display:none;
}

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

a:visited {
  color:#ffffff;
}

body {
  background:#bab5dd;
  color:#bab5dd;
  font-family:'PT Sans',sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:25px;
}

#header_bar {
  display:none;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin-right:0;
  width:0;
  height:100px;
}

.profile_section_content .heading {
  display:none;
  padding:5px;
  background-color:ffffff;
  color:#73a5a3;
  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;
}

#profile {
  width:1100px;
  min-width:0;
  margin:auto;
  background:#bab5dd top center no-repeat;
  width:1000px;
  box-shadow:0 0 10px 1px rgba(0,0,0,.8);
  -webkit-box-shadow:0 0 40px 2px #bab5dd;
  -moz-box-shadow:0 0 10px 1px rgba(0,0,0,.8);
  line-height:.9;
  z-index:300;
}

.label {
  font-family:'PT Sans',sans-serif;
  display:center;
  color:#000000;
  text-align:left;
  min-width:0;
  margin-right:0;
  font-weight:bold;
}

.profile_section_content {
  color:#000000;
  border:0 none #;
  padding:0;
  margin:0;
  -moz-border-radius:30px;
  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_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=0);
  opacity:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  margin:0;
  -webkit-box-shadow:0 0 0 -moz-box-shadow:0 0 0;
  box-shadow:0 0 0;
  -webkit-box-shadow:-10px 8px 6px 1px rgba(0,0,0,0.13);
}

.profile_section_content .heading {
  padding:5px;
  background-color:ffffff;
  color:#00ffff;
  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;
}

#footer_bar {
  display:none;
}