@charset "UTF-8";

/* Custom MFC CSS */
/* Developed By: MiniatureKiwi */
/* Start of general layout styling. */
/* Start of content text. */
.contentfill {
  margin:0 auto;
  padding-top:10px;
  padding-bottom:10px;
  background:#000000;
  width:808px;
  color:#FF0000;
  font-family:"Brush  MT",Quenda;
  font-size:28px;
  line-height:1.5;
}

/* End of content text. */
/* Start of profile styling. */
/* The body element is the main content. */
body {
  height:100%;
  margin:0 auto;
  width:940px;
  font-family:"Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",CenturyGothic;
  font-size:12px;
  line-height:1;
  color:#000000;
  background-color:#000000;
  padding:0;
}

/* These elements are the main content sections we do not want seen. */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_about_me > div:nth-child(1),.wall_post_time,#avatar_holder,#profile_interests_content {
  display:none;
}

/* These elements are the main content information we do not want seen. */
#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;
}

/* The #profile element is the middle content we want to see. */
#profile {
  margin-top:-5px;
  width:920px;
  height:520px;
  background:url(https://img.mfcimg.com/photos2/103/10357102/865-859-888-101-8548984.jpg) top center no-repeat;
  width:990px;
  background-color:#68228b;
}

/* The #profile_header element is the banner on top. */
#profile_header {
  width:808px;
  padding:280px 0 0;
}

/* The .mainwrapper element is the alignment of everything in the profile. */
.mainwrapper {
  margin:100px auto 5px;
  line-height:0;
  text-align:center;
  background-color:#68228b;
}

/* Start of auto names. */
.mainwrapper img {
  vertical-align:middle;
}

/* End of auto names. */
/* End of profile styling. */
/* End of general layout styling. */