@charset "UTF-8";

UTF-8;
/* JamesMoan Creation Â© 2018 */
/* ============================================================================ */
Model Name: JamesMoan Type: Custom MFC Profile Author: James Moan Intellectual Property & Copyright Notice: Be cconsiderate when stealing. <br / > I followed the lead of smeone named OathTaker to fix the unwanted <br / > profile containers. The rest is of my own creation.
/*============================================================================= */
/* =================================================================
Top level stuff.
================================================================= */
*,:before,:after {
  box-sizing:border-box;
}

html,body,.profile_section_content {
  margin:0;
  padding:0;
}

body {
  background:black;
  background-color:#000000;
/*border:dashed;*/
/*border-color:red;*/
}

#profile {
  margin:20px auto 40px;
  background-color:#000000;
  z-index:300;
}

#profile_header {
  padding:0;
}

#about_me_value {
  padding:0;
  display:block;
}

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

.heading {
  display:none;
}

.container {
  display:block;
  -webkit-backface-visibility:hidden;
}

/* =================================================================
   These elements are the main content sections we do not want seen.
   ================================================================= */
#admirers_container,#unix_last_broadcast_container,#status_label,#member_type_value,#last_login_string_container,#unix_last_updated_container,#blurb_container,#avatar_holder,#profile_header_container .heading,#about_me_label,#header_bar,#footer_bar,#profile_comments,#profile_main_photo,#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #gender_container,#profile_about_me #body_type_container,#profile_about_me #hair_container,#profile_about_me #weight_container,#profile_about_me #height_container,#profile_about_me #age_container,#profile_about_me #sexual_preference_container,#ethnicity_container,#eyes_container,#country_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#tags_container,#occupation_container,#profile_schedule,#profile_interests_content,#friends_container,#favorite_models_container,#cam_score_label,#member_type_value,#member_message_value,a[href='#wall'],#profile_friends,#profile_password_photo_galleries,#profile_photo_galleries,#profile_mfc_share_content {
  display:none!important;
}

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_schedule,#profile_interests_content,#profile_comments,#favorite_models_label,#favorite_models_value,#friends_label,#blurb_label,#blurb_value,#avatar_holder,#friends_value,#status_label,#show_message_dialog,#member_type_value,#unix_last_updated_container.container,#unix_last_login_container.container,div.heading {
  display:none;
}

#status_container,#last_login_string_container {
  display:none;
}

#unix_last_broadcast_container,#unix_last_broadcast_label,#unix_last_broadcast_value {
  display:none;
}

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

#profile_header_container {
  margin:0;
  min-height:0;
}

#about_me_container {
  display:block;
  margin:0;
}

#about_me_value {
  display:block;
}

#status_value {
  visibility:hidden;
}

#member_status_value a {
  visibility:initial;
  font-size:2em;
  text-align:center;
  text-decoration:none;
  color:white;
  position:fixed;
  bottom:150px;
  right:22px;
  z-index:999;
  opacity:.44;
}

#cam_score_value {
  visibility:initial;
  font-size:1.5em;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  color:white;
  position:fixed;
  bottom:4px;
  right:27px;
  z-index:999;
  text-shadow:black 1px 1px 1px;
  opacity:.44;
}

/* =================================================================
   This is the main stuff for the profile sections
   ================================================================= */
#about-section {
  width:65%;
  height:auto;
  display:block;
  margin:40px auto auto;
}

#tipmenu-section {
  width:65%;
  height:auto;
  display:block;
  margin:40px auto auto;
}

#hightips-section {
  width:65%;
  height:auto;
  display:block;
  margin:40px auto auto;
}

.emblem {
  width:45%;
  height:auto;
  display:block;
  margin:auto;
}

.emblem2 {
  width:45%;
  height:auto;
  display:block;
  margin:auto;
}

.side_emblem {
  width:75%;
  display:block;
  margin:25px auto;
}

.col {
  background-color:black;
/*background-color: #151515;*/
}

.col-7 {
/*background-color: grey;*/
  background-color:black;
}

.col-8 {
/*background-color: grey;*/
  background-color:black;
}

.header_col {
/*background-color: grey;*/
  background-color:black;
/*position: relative;*/
}

.banner_col {
/*background-color: grey;*/
  background-color:black;
}

.header_row {
  background-color:black;
}

.section_row {
/*height: 55rem;*/
}

body {
  width:1000px;
  margin:auto;
}

.profile-container {
  width:1000px;
}

#main {
/*margin:-13px 0 0 -17px;*/
}

.section_img {
  max-width:100%;
  border:0;
  margin:auto;
  padding:10px;
  padding-bottom:30px;
}

.panel_img {
  max-width:100%;
  border:0;
  margin:auto;
  padding:10px;
}

nav {
  position:-webkit-sticky;
  position:sticky;
  top:0;
  z-index:10;
}

nav ul {
  color:#afafaf;
  background-color:#6f6f6d;
  list-style-type:none;
  margin:20px;
  padding:0;
  overflow:hidden;
  display:flex;
  justify-content:space-around;
}

nav ul li {
  float:left;
}

nav ul li a {
  display:block;
  color:#dfdfdf;
  text-align:center;
  text-decoration:none;
  font-size:16px;
  line-height:30px;
  text-transform:uppercase;
  font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
}

nav ul li a:hover {
  color:#ffffff;
  animation:shake .4s cubic-bezier(.36,.07,.19,.97) both;
}

/*.debug1 {
    border-style: dotted;
    border-color: white;
}

.debug2 {
    border-style: dotted;
    border-color: yellow;
}

.debug3 {
    border-style: dotted;
    border-color: red;
}

.debug4 {
    border-style: dotted;
    border-color: green;
}*/