@charset "UTF-8";

a:link,a:active,a:hover {
  color:#900;
}

a:visited {
  color:#900;
}

body {
  background:linear-gradient(#fff5f5,#fee);
  color:#333;
  font-family:Georgia,Times,'Times New Roman',serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

#profile {
  width:900px;
  margin:0 auto;
  border-radius:15px;
  background-color:#fff;
  box-shadow:0 0 20px #666;
}

.profile_section_content {
  padding:5px;
  margin:5px;
  border-radius:0;
}

.profile_section_content .heading {
  display:none;
}

#header_bar,#profile_main_photo,#profile_comments {
  display:none;
}

/*heading section */
#avatar_holder,#status_label,#blurb_container,#unix_last_updated_container {
  display:none;
}

#profile_header {
  background-image:url(https://img.mfcimg.com/photos2/161/16151506/547-709-580-366-8599370.jpg);
  background-repeat:no-repeat;
  background-size:contain;
  border-radius:15px 15px 0 0;
}

#profile_header .profile_section_content {
  background:transparent;
  margin-top:600px;
}

#profile_header #profile_header_container {
  margin-left:0;
  min-height:20px;
}

#profile_header #status_container {
  float:left;
  margin:0;
}

#profile_header #unix_last_login_container {
  float:right;
  margin:0;
}

#profile_header #unix_last_login_label {
  display:inline;
}

#profile_header #unix_last_login_value {
  display:inline;
}

/* end heading section */
/* about me section */
#about_me_container,#about_me_value {
  display:block;
}

#about_me_label {
  display:none;
}

.profile_section_content .label {
  color:#000;
}

.profile_section_content .value {
  color:#8d030d;
  font-weight:bold;
  font-style:italic;
}

#friends_container,#favorite_models_container {
  display:none;
}

/* custom content */
#about_me_container {
  margin-left:0;
  margin-bottom:50px;
}

#profile_about_me #icons {
  position:absolute;
  left:40%;
  top:20px;
  text-align:center;
  width:60%;
}

#profile_about_me #icons a {
  display:inline-block;
  margin:0 15px 20px 0;
  min-height:165px;
  width:150px;
  background-repeat:no-repeat;
}

#profile_about_me #icons a span {
  display:block;
  margin-top:150px;
  text-align:center;
}

#profile_about_me #icons #offline {
  background-image:url(https://img.mfcimg.com/photos2/161/16151506/933-326-332-261-8599381.png);
}

#profile_about_me #icons #amazon {
  background-image:url(https://img.mfcimg.com/photos2/161/16151506/188-116-213-807-8599368.png);
}

#profile_about_me #icons #twitter {
  background-image:url(https://img.mfcimg.com/photos2/161/16151506/551-133-413-693-8599382.png);
}

#profile_about_me .customSection {
  background-color:#fffcfc;
  margin:15px 10px;
  border-radius:5px;
  box-shadow:0 0 5px #999;
  padding:10px;
  font-style:normal;
  color:#333;
}

#profile_about_me .customSection h3 {
  text-align:center;
  color:#8d030d;
  margin:0 0 10px;
  padding:0;
  font-style:italic;
  font-size:1.5em;
  text-shadow:1px 0 8px #900;
}

#profile_about_me .customSection .sectionContent {
  width:50%;
}

#profile_about_me .customSection h4 {
  color:#8d030d;
  margin:0 0 10px;
  padding:0;
  font-style:italic;
  font-size:1.4em;
}

#profile_about_me #birthday {
  background-image:url(https://img.mfcimg.com/photos2/161/16151506/410-246-930-554-8599371.png);
  background-repeat:no-repeat;
  height:400px;
  padding:0;
}

#profile_about_me #tipMenu {
  background-image:url(https://img.mfcimg.com/photos2/161/16151506/211-695-407-795-8599379.png);
  background-position:0 0;
  background-repeat:no-repeat;
  background-size:auto 100%;
}

#profile_about_me #tipMenu .sectionContent {
  margin-left:50%;
}

#profile_about_me #tipMenu li {
  list-style-image:url(https://img.mfcimg.com/photos2/161/16151506/424-418-993-116-8599375.png);
  margin-bottom:4px;
}

#profile_about_me #rules li {
  list-style-image:url(https://img.mfcimg.com/photos2/161/16151506/107-135-601-266-8599372.png);
  margin-bottom:8px;
}

#profile_about_me #rules {
  background-image:url(https://img.mfcimg.com/photos2/161/16151506/894-422-841-173-8599373.png);
  background-position:right 0;
  background-repeat:no-repeat;
  background-size:auto 100%;
}

#profile_about_me #royalty .king {
  background-image:url(https://img.mfcimg.com/photos2/161/16151506/413-843-336-500-8599369.png);
  background-repeat:no-repeat;
  min-height:100px;
  padding-left:175px;
  margin:0 auto 30px;
  padding-top:15px;
  width:150px;
}

#profile_about_me #royalty .king .kingName {
  font-size:1.2em;
  font-style:italic;
  font-weight:bold;
  margin:0 0 5px;
  padding:0;
}

#profile_about_me #royalty .king .kingValue {
  padding:0;
  margin:0;
}