@charset "UTF-8";

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

a:visited {
  color:x;
}

#header_bar,#footer_bar,#profile_header .profile_section_background,#profile_header_container,#tags_container,#about_me_label,#profile_main_photo .profile_section_background {
  display:none;
}

#profile_main_photo {
  position:absolute;
  display:block;
  top:150px;
  left:-270px;
  width:250px;
}

.container {
  display:block;
}

#profile_main_about_holder .container {
  text-align:center;
  width:1200px;
}

#profile {
  position:absolute;
  width:1200px;
  top:-100px;
}

body {
  background:url(http://www.wallpaperlo.com/wp-content/uploads/2014/08/Magical-graphic-design-vector-purple-pink-blue-background-1920x1080.jpg);
  background-attachment:fixed;
  background-repeat:no-repeat;
  width:1200px!important;
  margin:0 auto;
  color:#060506;
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
}

.profile_section_content {
  color:#060506;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #1b1717;
  -moz-box-shadow:0 0 0 #1b1717;
  box-shadow:0 0 0 #1b1717;
}

.profile_section_background {
  background-color:#FF0080;
  filter:alpha(opacity=20);
  opacity:.2;
}

.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:#003366;
  color:#ffffff;
  font-family:'Comic Sans MS';
  font-weight:bold;
  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;
}

#profile_about_me_friends,#profile_password_photo_galleries,#profile_photo_galleries,#profile_schedule,#profile_interests_content {
  padding-bottom:100px;
}