@charset "UTF-8";

html {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
}

@media only all and (max-width: 640px) and (max-height: 480px) {
  body {
    background-size:640px 480px;
    -moz-background-size:640px 480px;
    -webkit-background-size:640px 480px;
  }
}

@media only screen and (orientation: portrait) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:auto 100%;
  }
}

@media only screen and (orientation: landscape) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:100% auto;
  }
}

@font-face {
  font-family:'CutiveM';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:local('Cutive Mono Regular'),local(CutiveMono-Regular),url(https://fonts.gstatic.com/s/cutivemono/v8/m8JWjfRfY7WVjVi2E-K9H6RCTm4.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

a,a:visited {
  color:#c7c7c7;
  text-decoration:none;
}

a:hover,a:focus {
  color:#088A08;
  text-decoration:none;
}

#Menu {
  position:fixed;
  top:0;
  z-index:9999;
}

.nav,.nav ul {
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  vertical-align:top;
}

#About {
  position:absolute;
  margin-top:-35px;
}

body {
  margin:0;
  padding:0;
  font-family:Helvetica,Arial,sans-serif;
  font-size:1rem;
  line-height:1.25px;
  background:#afa6b9;
  background-attachment:fixed;
  font-smooth:always;
  font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  -webkit-font-smoothing:antialiased;
  -webkit-font-smoothing:subpixel-antialiased;
}

#profile {
  width:800px;
  margin:7px auto;
  background:#afa6b9;
  line-height:1;
  z-index:300;
}

#profile_header {
  padding:450px 0 0;
}

.profile_section_content {
  z-index:auto;
}

.container {
  display:block;
  margin:0 0 0 20px;
  -webkit-backface-visibility:hidden;
}

.nav {
  top:0;
  margin:0 -10px auto;
  vertical-align:top;
  z-index:99999;
  height:30px;
  width:800px;
  text-align:center;
  justify-content:space-around;
  background:#afa6b9;
}

ul,ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.twocolumn {
  column-count:2;
  -webkit-column-count:2;
  -moz-column-count:2;
}

#profile_avatar,#avatar_holder,#profile_main_photo,#header_bar,#footer_bar,#blurb_label,#about_me_label,#status_label,#member_type_value,#member_message_value,#unix_last_updated_container,#show_message_dialog,#username_container,#gender_container {
  display:none;
}

#username_container,#cam_score_container,#gender_container,#age_container,#country_container,#city_container,#ethnicity_container,#sexual_preference_container,#marital_status_container,#occupation_container,#school_container,#body_type_container,#weight_container,#height_container,#hair_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#favorite_food_container,#pets_container,#automobile_container {
  display:none;
}

.heading {
  display:none;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

#profile_about_me {
  width:800px;
  padding-top:0;
  z-index:3;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.nav>li>a:hover,.nav>li:hover>a {
  color:#fff;
}

#profile_header {
  padding:0;
}

#profile_header_container {
  min-height:0;
}

.profile_section_content {
  border-spacing:0;
  top:-7px;
  z-index:auto;
}

img {
  border-radius:0;
  box-shadow:none;
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:none;
}

.nav>li:last-child>a::after {
  display:none;
}

#img_preview {
  border-radius:0;
  box-shadow:none;
}

.container #last_login_string_label,#unix_last_login_label,#unix_last_broadcast_label {
  display:none;
}

#unix_last_broadcast_container #unix_last_broadcast_value,#last_login_string_container #last_login_string_value,#blurb_container #blurb_value {
  display:none;
}

#status_container {
  display:none;
}

#profile_photo_galleries {
  position:relative;
  border-radius:4px;
  text-align:center;
}

.photo_gallery_previews {
  text-align:center;
}

.photo_gallery_name {
  display:block;
  width:auto;
}

.photo_gallery_preview {
  color:#551A8B;
  width:160px;
}

.photo_gallery_preview > a {
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}

.photo_gallery_preview > a:hover {
  opacity:.6;
}

.photo_gallery_preview .photo_gallery_count {
  font-family:'Tahoma',sans-serif;
  font-weight:500;
  font-size:12px;
  color:#551A8B;
  padding:4px 0 0;
}

.photo_gallery_preview a,.photo_gallery_preview a:link,.photo_gallery_preview a:active,.photo_gallery_preview a:hover,.photo_gallery_preview a:visited {
  font-family:'Tahoma',sans-serif;
  font-weight:500;
  font-size:14px;
  line-height:16px;
  text-decoration:none;
  white-space:wrap;
  color:#551A8B;
}

.photo_gallery_lock,.photo_gallery_image {
  padding:10px;
  background-color:#fff;
  border:2px solid #551A8B;
}

#profile_friends {
  width:800px!important;
  position:relative;
  margin:0 0 0 -30px;
}

#tags_container {
  display:inline-block;
  width:800px;
  margin:0 0 0 -10px;
}

#tags_container .value {
  font-family:'Tahoma',sans-serif;
  font-weight:500;
  font-size:14px;
  line-height:15px;
  color:#C7C7C7;
}

#profile_comments {
  position:relative;
  top:10px;
}

.EX-Spacer {
  display:inline-block;
  width:800px;
  margin:5px auto;
  height:5px;
}

.EX-Generic-Img {
  display:block;
  width:800px;
  margin:5px 0 5px -10px;
}

.nav>li>a {
  display:inline-block;
  padding:10px 5px 5px;
  position:relative;
  font-family:'CutiveM',sans-serif;
  font-size:14px;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:600;
  color:#000;
}

.link-mshare a {
  display:inline-block;
  position:absolute;
  width:151px;
  height:60px;
  top:180px;
  left:210px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/6gpy44h6wogji9g/L1Cont.png) no-repeat;
}

.link-mshare a:hover {
  background-position:0 -59px;
}

.link-mcal a {
  display:inline-block;
  position:absolute;
  width:151px;
  height:60px;
  top:180px;
  left:410px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/ji7e6imtbiw4lo7/L2Cal.png) no-repeat;
}

.link-mcal a:hover {
  background-position:0 -59px;
}