@charset "UTF-8";

UTF-8;
a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#d3cab4;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:10px;
/* --- 5px; --- */
  margin:5px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 3px 5px #95928a;
  -moz-box-shadow:0 3px 5px #95928a;
  box-shadow:0 3px 5px #95928a;
}

.profile_section_content .heading {
  padding:5px;
/* background-color:#b5a67d; */
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:0;
  border-top-left-radius:5px;
/*
  -webkit-box-shadow:0 3px 5px #95928a;
  -moz-box-shadow:0 3px 5px #95928a;
  box-shadow:0 3px 5px #95928a;
*/
  -webkit-text-shadow:1px 2px 2px #212121;
  -moz-text-shadow:1px 2px 2px #212121;
  text-shadow:1px 2px 2px #212121;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

/* ----------------- added by me ------------------- */
.profile_section_background {
  box-shadow:inset 2px -3px 5px 0 #b9973f,inset -2px 2px 2px 0 #b4baea;
}

.profile_section_content {
  box-shadow:-1px 3px 10px rgba(0,0,0,0.3);
}

/* ---about me--- */
#profile_main_about_holder,.profile_row:nth-child(2) {
  width:49.85%;
  display:inline-flex;
}

#profile_main_about_holder .profile_section_content {
  height:688px;
  overflow:auto;
}

#profile_about_me_friends {
  transform:rotateZ(1.8deg);
}

/* ---Interests and hobbies--- */
.profile_row:nth-child(3) {
  width:49.85%;
  display:inline-flex;
}

.profile_row:nth-child(3) .profile_section_background {
  background-image:url(https://img.mfcimg.com/photos2/218/2187582/449-915-380-832-12773884.jpg);
  background-repeat:no-repeat;
  background-position:right top;
}

#profile_interests_content .profile_section_content {
  height:688px;
  overflow:auto;
}

#profile_interests_content {
  transform:rotateZ(-0.8deg) translate(-10px,0px);
}

/* ---news feed--- */
.profile_row:nth-child(4) {
  width:49.85%;
  display:inline-flex;
}

/* ---message wall--- */
.profile_row:nth-child(5) {
  width:49.85%;
  display:inline-flex;
}

#profile_mfc_news_feed_content {
  transform:rotateZ(-1deg) translate(20px,-40px);
}

/* ---comment textarea --- */
#new_comment_inputs {
  width:calc(100% - 80px);
}

#user_comment_comment {
  height:45px;
  width:99%;
}

/* ---Message Wall Container --- */
#profile_comments .profile_section_content {
  height:500px;
  overflow:hidden;
}

#profile_comments {
  transform:rotateZ(4deg) translate(-5px,-10px);
}

.heading {
  display:inline-block;
  width:90%;
/* ---Fancy stripes to come here soon--- */
  background-image:url(https://img.mfcimg.com/photos2/218/2187582/407-630-299-376-12773572.png);
  background-repeat:no-repeat;
  background-position:right top;
  background-color:inherit;
/* #b5a67d */
}

/* but no fancy stripe over the fans section */
#profile_friends .heading {
  background-image:none;
  text-shadow:none;
  color:#b5a67d;
  margin:0 10px 0 5px;
}

.profile_row {
  margin-top:10px;
}

#average_rating_container,#favorite_models_container {
  display:none;
}