@charset "UTF-8";

#quote1 {
  top:-87px;
  left:150px;
  position:absolute;
}

#quote2 {
  top:-50px;
  left:1045px;
  position:absolute;
}

#clk {
  visibility:hidden;
}

#avatar_holder img {
  height:121px;
}

#profile:before {
  content:" ";
  max-width:1024px;
  margin-left:auto;
  margin-right:auto;
  padding:20px;
  margin:5px;
  top:-20px;
  color:#45b5ff;
  font-size:30px;
}

#profile_main_about_holder {
}

#nav {
  position:fixed;
  top:0;
  left:0;
  background:url(http://i40.tinypic.com/vorbqb.jpg) top center repeat-x #000;
  line-height:86px;
  width:100%;
  -webkit-box-shadow:0 0 15px #000000;
  -moz-box-shadow:0 0 15px #000000;
  box-shadow:0 0 15px #000000;
  text-align:center;
  z-index:100;
}

#blurb_value {
  font-size:35px!important;
  font-style:italic;
  top:80px;
  padding-left:43px;
  font-family:'Notera Personal Use Only Regular';
  position:absolute;
  font-weight:bold;
  color:#000000;
}

#show_message_dialog {
  display:none;
}

#blurb_label {
  display:none;
}

#member_type_value:before {
  content:"This perv is ";
  font-weight:normal;
}

#member_type_value {
  padding:10px;
  margin:5px;
  height:15px;
  max-width:1120px;
  position:absolute;
  top:-47px;
  left:-3px;
  font-size:14px;
  color:#FFFFFF;
  background-color:#1196ff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 1px 5px #000000;
  -moz-box-shadow:0 1px 5px #000000;
  box-shadow:0 1px 5px #000000;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

#profile_photo_galleries {
  display:none;
}

#photo_galleries {
  width:1120px;
  z-index:1;
  left:400px;
  top:1070px;
  display:inherit;
}

.images a:link {
  pointer-events:none;
  cursor:default;
}

.photo_gallery_image {
  width:150px;
  height:100px;
}

.images {
  height:300px;
  width:1120px;
  position:absolute;
  padding-top:10px;
  left:0;
  height:100%;
  -moz-transition:opacity 1s ease-out;
  -o-transition:opacity 1s ease-out;
  -webkit-transition:opacity 1s ease-out;
  -ms-transition:opacity 1s ease-out;
  -webkit-animation:moveSlideshow 20s linear infinite;
  -moz-animation:moveSlideshow 20s linear infinite;
}

@-webkit-keyframes moveSlideshow {
  100% {
    left:0;
  }
  
  100% {
    left:1000px;
  }
}

@-moz-keyframes moveSlideshow {
  100% {
    right:0;
  }
  
  100% {
    right:-1000px;
  }
}

#profile_photo_gallery_3 .heading:after {
  content:"s";
  position:absolute;
  padding-left:-100px;
}

#profile_photo_gallery_3 {
  display:inherit!important;
  position:relative;
  overflow:hidden;
  height:170px;
}

#status_value a:link {
  color:#ECF8FF;
}

#member_status_value {
  height:14px;
  width:1024px;
  position:absolute;
  top:10px;
  left:228px;
  font-size:21px;
  text-decoration:italics;
  font-style:italic;
  font-family:'Sansation Light';
}

#member_status_value:before {
  content:"(";
  color:#FFFFFF;
}

#member_status_value:after {
  content:")";
  color:#FFFFFF;
}

#member_status_value a:link {
  color:#FFFFFF;
}

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

a:hover {
  color:#;
  text-decoration:underline;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-image:url(https://pbs.twimg.com/media/Bs4-6VBCEAAYU2S.jpg:large);
  background-attachment:fixed;
  background-size:90% 100%;
  background-repeat:no-repeat;
  background-position:center;
  background-color:#45b5ff;
  color:#666666;
  font-family:'Sansation Light';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
  line-height:125%;
}

@font-face {
  font-family:'Sansation Light';
  src:url(http://www.fontsaddict.com/fontface/sansation-light.ttf);
}

@font-face {
  font-family:'Notera Personal Use Only Regular';
  src:url(https://dl.dropboxusercontent.com/u/96945612/Notera_PersonalUseOnly.ttf);
}

#header_bar {
  display:none;
}

#profile_header_container {
  height:124px;
  padding-left:22px;
}

#footer_bar {
  display:none;
}

#status_label {
  display:none;
}

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

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=90);
  opacity:.9;
}

#profile_main_photo {
  display:none;
}

#profile {
  padding-top:100px;
}

.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;
}

#unix_last_login_container {
  display:none;
}

#unix_last_updated_container {
  display:none;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#1196ff;
  color:#FFFFFF;
  font-family:'Sansation Light';
  font-weight:bold;
  font-style:italic;
  font-size:21px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 1px 5px #000000;
  -moz-box-shadow:0 1px 5px #000000;
  box-shadow:0 1px 5px #000000;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:0;
  margin:0;
}