@charset "UTF-8";

a:visited,a:link,a:active {
  color:#000;
}

a:hover {
  color:#4c424d;
}

body {
  background-color:#7a869e;
  background:#7a869e url(https://img.mfcimg.com/photos2/201/20115723/410-124-365-849-12287196.jpg) top center no-repeat;
  background-size:1350px;
  color:#000;
  font-family:'Courier new';
  text-shadow:0 0 0 #777777;
  font-weight:normal;
  font-style:normal;
  font-size:17px;
  padding:0;
}

/* ==========================================================================
   Classes for MFC Generated Elements
   ========================================================================== */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_friends,#cam_score_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

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

#profile {
  width:1200px;
  margin:0 auto;
  line-height:1.25;
}

#profile_header {
  display:none;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:#666;
  font-size:1.25rem;
  font-weight:bold;
  border-bottom:#666 solid 2px;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:5px;
}

.profile_section_content {
  z-index:auto;
  margin:0;
  padding:0;
}

#profile_about_me {
/*margin:20px 0;
  padding-top:20px;*/
}

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

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

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

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

img.bw {
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  transition:1s;
  -webkit-transition:1s;
}

img.bw:hover {
  filter:grayscale(0);
  -webkit-filter:grayscale(0);
}

.images {
  margin-top:20px;
}

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

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

.about_me_subsection {
  margin-top:30px;
}

#meaning_life_label {
  margin-top:15px;
}

#profile_comments {
  display:none;
}

/* ==========================================================================
   Classes for Custom Content
   ========================================================================== */
#MainScreenTurnOn {
  width:100%;
  height:100%;
  z-index:10;
}

#socialContainer .socialImg {
  width:200px;
  height:auto;
  position:fixed;
  top:200px;
  left:10px;
  text-align:center;
}

.socialImg,.aboutImg,.tipImg {
  text-align:center;
}

.socialImg img {
  width:100px;
}

.socialImg img:hover {
  opacity:.7;
  filter:alpha(opacity=70);
}

#mainContainer {
  width:800px;
  margin:300px auto 0;
}

#mainContainer .menuitem {
  display:inline-block;
  padding-left:18px;
}

.aboutImg img {
  width:700px;
}

.tipImg img {
  width:600px;
}