@charset "UTF-8";

body {
  margin:0;
  background-color:#e0eeee;
  font-family:'Verdana';
  font-weight:thick;
  font-style:normal;
  font-size:12px;
}

#notes {
  position:absolute;
  top:1000px;
  right:1250px;
}

#snow {
  background:none;
  font-family:Androgyne;
  background-image:url(http://www.pngmart.com/files/3/Snowflakes-PNG-Transparent-Image.png),url(http://www.pngmart.com/files/3/Snowflakes-PNG-Transparent-Image.png);
  height:250%;
  left:0;
  margin-top:0;
  top:-150px;
  width:100%;
  -webkit-animation:snow 10s linear infinite;
  -moz-animation:snow 30s linear infinite;
  -ms-animation:snow 10s linear infinite;
  animation:snow 15s linear infinite;
}

@keyframes snow {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  50% {
    background-position:500px 500px,100px 200px,-100px 150px;
  }
  
  100% {
    background-position:500px 1000px,200px 400px,-100px 300px;
  }
}

@-moz-keyframes snow {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  50% {
    background-position:500px 500px,100px 200px,-100px 150px;
  }
  
  100% {
    background-position:400px 1000px,200px 400px,100px 300px;
  }
}

@-webkit-keyframes snow {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  50% {
    background-position:500px 500px,100px 200px,-100px 150px;
  }
  
  100% {
    background-position:500px 1000px,200px 400px,-100px 300px;
  }
}

@-ms-keyframes snow {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  50% {
    background-position:500px 500px,100px 200px,-100px 150px;
  }
  
  100% {
    background-position:500px 1000px,200px 400px,-100px 300px;
  }
}

#offlinetipnou {
  position:absolute;
  top:5px;
  right:200px;
}

#amazonnou {
  position:absolute;
  top:100px;
  right:125px;
  z-index:1;
}

#first200 {
  position:absolute;
  top:5px;
  left:70px;
  z-index:1;
}

#rafflebutton {
  position:fixed;
  top:20px;
  right:350px;
}

#rafflebutton img {
  width:100%;
}

#rafflebutton img:hover {
  transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border:15px solid rgba(0,0,0,0);
}

#comments {
  display:none;
  width:740px;
  height:300px;
  overflow:scroll;
}

div.desc {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:5px;
}

#header_bar {
  visibility:hidden;
  padding:5px 20px 10px 10px;
}

#server_time {
  visibility:hidden;
  font-color:#FFFFF0;
  opacity:0;
}

a:link {
  text-decoration:none;
  font-size:9px;
  color:#7D7160;
}

a:visited {
  color:#000000;
}

.profile_section_content {
  border:5px;
  box-shadow:0 0 0 #888888;
  padding:0 250px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  color:#84baba;
  .centeredposition:fixed;
  text-shadow:0 0 1px #C0C0C0;
}

.profile_section_background {
  border-style:hidden;
  border-color:#ffffff;
  border-width:7px;
  box-shadow:0 0 10px 10px #ffffff;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:25px;
  background-color:#E0D1C2;
  opacity:0;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin-right:10px;
  width:150px;
  height:90px;
  position:relative;
  top:15px;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:15px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:5px 5px 5px #777777;
}

.photo_gallery_image {
  width:90px;
  height:90px;
}

.profile_section_content .heading {
  display:none;
  padding:5px;
  background-color:transparent;
  color:#313B3B;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:5px 5px 5px #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:3px 3px 3px #777777;
  position:relative;
  left:200px;
}

.content {
  padding:5px;
}

#profile_friends,#tags_container,#profile_comments,#profile_header_container,#footer_bar {
  display:none;
}

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container {
  display:none;
}

#username_container,#gender_container,#age_container,#sexual_preference_container,#occupation_container,#about_me_label {
  display:none;
}

.container {
  padding-top:100px;
}

.content {
  margin-top:-100px;
  padding-top:100px;
}