@charset "UTF-8";

body {
  background-color:#E1ECFA;
  background:url(https://img.mfcimg.com/photos2/191/19100537/696-937-648-977-8599070.png);
  background-attachment:fixed;
}

a:link,a:visited,a:active {
  text-decoration:none;
  color:#FFFFFF;
}

#header_bar,#profile_header,#profile_comments,.label,#profile_about_me div.heading,#profile_friends div.heading,#username_value,#gender_value,#sexual_preference_value,#profile_comments,#profile_friends #admirers_container,#profile_friends #friends_container,#profile_friends #average_rating_container,#profile_friends #rate_container,#footer_bar {
  display:none;
}

#profile {
  position:static;
  font-family:"Arial Black",Gadget,sans-serif;
  font-size:200%;
}

#about_me_value,#favorite_models_container {
  display:block;
  width:1200px;
  margin:20px 300px;
  padding:35px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  background-color:#5E84B4;
  color:#FAF7E1;
  opacity:.6;
  filter:alpha(opacity=60);
/* For IE8 and earlier */
}

#favorite_models_value a {
  display:block;
  color:#F9E6FF;
}

#favorite_models_label {
  display:inline;
  margin-bottom:-70px;
  font-size:150%;
  color:#F9E6FF;
}

#favorite_models_label:after {
}

.twitterbutton {
  display:inline-block;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  position:relative;
  cursor:pointer;
  padding:0 20px 0 73px;
  border:none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:normal 20px/2.4 "Open Sans",Helvetica,sans-serif;
  color:rgba(255,255,255,0.9);
  text-transform:capitalize;
  -o-text-overflow:clip;
  text-overflow:clip;
  background:rgb(105,192,223);
  -webkit-box-shadow:0 5px 0 0 rgb(87,151,180);
  box-shadow:0 5px 0 0 rgb(87,151,180);
  text-shadow:0 1px 1px rgba(87,151,180,0.36);
  -webkit-transition:top 50ms cubic-bezier(0.42,0,0.58,1);
  -moz-transition:top 50ms cubic-bezier(0.42,0,0.58,1);
  -o-transition:top 50ms cubic-bezier(0.42,0,0.58,1);
  transition:top 50ms cubic-bezier(0.42,0,0.58,1);
}

.twitterbutton:hover {
  background:rgba(78,182,216,1);
  -webkit-box-shadow:0 5px 0 0 rgba(78,136,160,1);
  box-shadow:0 5px 0 0 rgba(78,136,160,1);
  -webkit-transition:none;
  -moz-transition:none;
  -o-transition:none;
  transition:none;
}

.twitterbutton:active {
  top:2px;
  background:rgb(105,192,223);
  -webkit-box-shadow:0 3px 0 0 rgba(78,136,160,1);
  box-shadow:0 3px 0 0 rgba(78,136,160,1);
  -webkit-transform-origin:50% 100% 0;
  transform-origin:50% 100% 0;
}

.twitterbutton::before {
  display:inline-block;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  width:50px;
  height:100%;
  position:absolute;
  content:"";
  cursor:pointer;
  top:0;
  left:0;
  border:0 solid #018dc4;
  border-right:1px solid rgba(255,255,255,0.2);
  font:normal medium/normal Arial,Helvetica,sans-serif;
  color:rgba(0,0,0,0.9);
  -o-text-overflow:clip;
  text-overflow:clip;
  background:url(http://enjoycss.com/bg-img/custom/21875-1huuuuw.png),rgba(0,0,0,0.05);
  background-repeat:no-repeat;
  background-position:50% 50%;
  -webkit-background-origin:content-box;
  background-origin:content-box;
  -webkit-background-clip:border-box;
  background-clip:border-box;
  -webkit-background-size:30px auto;
  background-size:30px auto;
  text-shadow:-1px -1px 0 rgba(15,73,168,0.66);
  -webkit-transition:all 300ms cubic-bezier(0.42,0,0.58,1);
  -moz-transition:all 300ms cubic-bezier(0.42,0,0.58,1);
  -o-transition:all 300ms cubic-bezier(0.42,0,0.58,1);
  transition:all 300ms cubic-bezier(0.42,0,0.58,1);
}