@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-image:url(http://drive.google.com/uc?export=view&id=0B3ZlKjyyUFZlOGgxdV9JQzRYRE0);
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  margin-top:-13em;
}

.profile_section_content {
  border-spacing:0;
  top:-7px;
  z-index:auto;
  position:relative;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:5px;
  margin:5px;
}

.profile_section_background {
  z-index:-100;
  top:0;
/* left: 0; */
/* bottom: 0; */
/* right: 0; */
/* position: absolute; */
/* -webkit-border-radius: inherit; */
  -moz-border-radius:inherit;
/* border-radius: inherit; */
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

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

.imagenan {
  width:100%;
  margin-top:-732px;
}

.cnt-1 {
  margin-top:23em;
}

#profile {
  width:960px;
  margin:180px auto;
  background:white;
  box-shadow:0 0 15px 3px #f3cdcd;
  border-top-left-radius:.5em;
  border-top-right-radius:.5em;
  line-height:.9;
}

#profile_header .label,#profile_header .value {
  color:white;
}

#profile_header {
  padding:0;
}

#profile_avatar,#avatar_holder,#profile_main_photo,#header_bar,#footer_bar,#blurb_label,#blurb_value,#about_me_label,#status_label,#member_type_value,#member_message_value,#unix_last_updated_container,#show_message_dialog {
  display:none;
}

#profile_header_container {
  min-height:0;
}

.heading {
  display:none;
}

#status_container {
  position:absolute;
  top:440px;
  left:335px;
  z-index:1;
}

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

.profile_section_content .label {
  font-family:'Cinzel',Helvetica,Arial,'DejaVu Sans',sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.92rem;
  line-height:1.5rem;
  color:#dc346f;
}

#member_status_value {
  font-family:Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.85rem;
  z-index:1;
}

#status_container a:link {
  font-family:Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.85rem;
}

a,a:visited {
  color:#2196F3;
  text-decoration:none;
}

.profile_section_content .value {
  font-family:Helvetica,Arial,'DejaVu Sans',sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.98rem;
  color:#000;
}

.container #last_login_string_label,#unix_last_login_label,#unix_last_broadcast_label {
  position:fixed;
  width:105px;
  top:1%;
  left:1%;
  padding-left:5px;
  padding-right:5px;
  font-family:Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-size:.8rem;
  color:#FFF;
  text-shadow:none;
}

#profile_about_me {
/* width: 920px; */
  padding-top:460px;
/* z-index: 3; */
}

#username_container,#cam_score_container,#gender_container,#age_container,#country_container,#city_container,#ethnicity_container,#sexual_preference_container,#marital_status_container,#occupation_container,#school_container,#body_type_container,#weight_container,#height_container,#hair_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#favorite_food_container,#pets_container,#automobile_container {
  display:block;
  width:350px;
  margin:0 0 0 100px;
  float:left;
}

#profile_friends {
  width:900px!important;
  position:relative;
  #link_containerposition:fixed;
  top:90px;
  left:70px;
}

#link_container {
  position:fixed;
  top:90px;
  left:70px;
}

.rotar {
  transition:2.5s ease;
  -moz-transition:2.5s ease;
/* Firefox */
  -webkit-transition:2.5s ease;
/* Chrome - Safari */
  -o-transition:2.5s ease;
/* Opera */
}

.rotar:hover {
  transform:rotate(360deg);
  -moz-transform:rotate(360deg);
/* Firefox */
  -webkit-transform:rotate(360deg);
/* Chrome - Safari */
  -o-transform:rotate(360deg);
/* Opera */
}