@charset "UTF-8";

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

a:visited {
  color:#;
}

#profile_about_me div {
  z-index:-1;
  font-size:14px;
  margin-left:-150px;
  margin-top:-20px;
  width:110%;
}

#profile_main_photo div {
  z-index:100;
}

#profile_friends {
  font-size:14px;
  margin-left:-150px;
  margin-top:20px;
  width:110%;
}

#unix_last_login_container,#unix_last_updated_container,.header_links,.header_time,#tags_label,#tags_value,#drugs_value,#drugs_label,#smoke_value,#smoke_label,#craziest_thing_label,.wall_post_avatar {
  display:none;
}

body {
  position:absolute;
  background-color:#a111dd;
  background:url(https://img.mfcimg.com/photos2/523/5232893/292-715-518-463-6794528.jpg),url(https://img.mfcimg.com/photos2/523/5232893/249-480-794-387-6794529.jpg);
  background-repeat:no-repeat,no-repeat;
  z-index:100;
  color:#F8F8F8;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  background:black;
}

.profile_section_content {
  color:#FFFFFF;
  padding-left:5px;
  margin-left:150px;
  margin-right:150px;
  -webkit-text-shadow:1px 1px 1px #010000;
  -moz-text-shadow:1px 1px 1px #010000;
  text-shadow:1px 1px 1px #010000;
}

.profile_section_background {
  background-color:transparent;
}

.img_radius_shadow {
  -webkit-box-shadow:2 2 2 #010000;
  -moz-box-shadow:2 2 2 #010000;
  box-shadow:2 2 2 #010000;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#;
  color:#FFFFFF;
  font-family:'Georgia';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  -webkit-text-shadow:2px 2px 2px #010000;
  -moz-text-shadow:2px 2px 2px #010000;
  text-shadow:2px 2px 2px #010000;
}

.content {
  padding:5px;
}

div#cf {
  position:absolute;
  left:0;
  top:0;
  height:281px;
  width:450px;
  margin:0 auto;
}

#cf img {
  position:fixed;
  left:0;
  top:0;
  -webkit-transition:opacity 1s ease-in-out;
  -moz-transition:opacity 1s ease-in-out;
  -o-transition:opacity 1s ease-in-out;
  transition:opacity 1s ease-in-out;
}

@keyframes cfFadeInOut {
  0% {
    opacity:1;
  }
  
  45% {
    opacity:1;
  }
  
  55% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

@-webkit-keyframes cfFadeInOut {
  0% {
    opacity:1;
  }
  
  45% {
    opacity:1;
  }
  
  55% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

#cf img.top {
  -webkit-animation-name:cfFadeInOut;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-duration:10s;
  -webkit-animation-direction:alternate;
  animation-name:cfFadeInOut;
  animation-timing-function:ease-in-out;
  animation-iteration-count:infinite;
  animation-duration:10s;
  animation-direction:alternate;
}

@keyframes cfmoveOut {
  0% {
    background-position:0 0,0 0;
  }
  
  45% {
    background-position:0 0,0 0;
  }
  
  50% {
    background-position:1800px 0,0 0;
  }
  
  95% {
    background-position:1800px 0,0 0;
  }
  
  100% {
    background-position:0 0,0 0;
  }
}

@-webkit-keyframes cfmoveOut {
  0% {
    background-position:0 0,0 0;
  }
  
  45% {
    background-position:0 0,0 0;
  }
  
  50% {
    background-position:1800px 0,0 0;
  }
  
  95% {
    background-position:1800px 0,0 0;
  }
  
  100% {
    background-position:0 0,0 0;
  }
}