@charset "UTF-8";

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

#profile_main_photo {
  display:none;
}

#last_login_string_container {
  display:none;
}

#about_me_label {
  position:absolute;
  color:transparent;
}

.heading {
  display:none;
}

#meaning_life_label {
  color:#ffffff;
}

#profile_avatar {
  display:none;
}

#status_label {
  display:none;
}

#status_value {
  position:absolute;
  top:-25px;
  left:360px;
}

#blurb_label {
  display:none;
}

#blurb_value {
  display:none;
}

#unix_last_login_label,#unix_last_login_value,#unix_last_updated_label,#unix_last_updated_value {
  display:none;
}

#header_bar {
  display:none;
}

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

a:visited {
  color:#000000;
}

body {
  width:900px;
  margin:0 auto;
  background-repeat:no-repeat;
  background-color:#ffffff;
  background-color:#000000;
  color:#eb00eb;
  font-family:'Century Gothic';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
}

#fixed_background {
  display:block;
  background-position:top center;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(https://farm9.staticflickr.com/8688/16168958163_c4ea32b2ce_o.png);
}

#profile_header {
  width:900px!important;
  background:#09C;
  position:absolute;
  top:0;
  height:850px;
  background:url(http://i1030.photobucket.com/albums/y368/Spany7/Katya28/headerxmas_zps12ijrc8i.png);
}

.profile_section_content {
  top:900px;
  padding:5px;
  margin:0;
}

.boton1 {
  -moz-box-shadow:inset 2px 2px 20px -1px #d197fe;
  -webkit-box-shadow:inset 2px 2px 20px -1px #d197fe;
  box-shadow:inset 2px 2px 20px -1px #d197fe;
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#a53df6),color-stop(1,#7c16cb));
  background:-moz-linear-gradient(center top,#a53df6 5%,#7c16cb 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a53df6',endColorstr='#7c16cb');
  background-color:#a53df6;
  -webkit-border-top-left-radius:0;
  -moz-border-radius-topleft:0;
  border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -moz-border-radius-topright:0;
  border-top-right-radius:0;
  -webkit-border-bottom-right-radius:0;
  -moz-border-radius-bottomright:0;
  border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -moz-border-radius-bottomleft:0;
  border-bottom-left-radius:0;
  text-indent:-1.31px;
  border:3px solid #9c33ed;
  display:inline-block;
  color:#ffffff;
  font-family:Comic Sans MS;
  font-size:17px;
  font-weight:bold;
  font-style:normal;
  height:43px;
  line-height:43px;
  width:200px;
  text-decoration:none;
  text-align:center;
  text-shadow:11px 5px 0 #7d15cd;
}

.boton1:hover {
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#7c16cb),color-stop(1,#a53df6));
  background:-moz-linear-gradient(center top,#7c16cb 5%,#a53df6 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c16cb',endColorstr='#a53df6');
  background-color:#7c16cb;
}

.boton1:active {
  position:relative;
  top:1px;
}

.css-filters1:hover {
  -webkit-filter:opacity(69%);
  filter:opacity(69%);
}

.css-filters1 {
  transition:all .8s ease-in-out;
}