@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  width:800px;
  margin:100px;
  background-color:#ffffff;
  background-color:#ffffff;
  color:#000000;
  font-family:'Avenir';
  align:center;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  letter-spacing:1.2px;
}

#profile {
  padding-left:180px;
  display:table;
  position:absolute;
}

.profile_section_content {
  line-height:1.6;
  text-shadow:2px 2px 1px rgba(154,140,161,0.41);
  color:#000000;
  border:0 none #;
  width:600px;
  padding:5px;
  align:middle;
  margin:30px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

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

.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;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#fefffd;
  color:#000000;
  font-family:'Avenir';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  letter-spacing:2px;
  text-transform:uppercase;
  -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;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:10px;
}

***hiding stuff***
.my_mfc_news_feed {
  display:none;
  width:100%;
  height:330px;
}

div#.clock,#clock {
  display:none;
}

div#profile_friends.profile_subsection {
  display:none;
}

div#header_bar {
  display:none;
}

div#footer_bar {
  display:none;
}

div#tags_container {
  display:none;
}

.tags_label {
  display:none;
}

div#username_container {
  display:none;
}

div#gender_container {
  display:none;
}

div#eyes_container {
  display:none;
}

div#city_container {
  display:none;
}

div#country_container {
  display:none;
}

div#sexual_preference_container {
  display:none;
}

#about_me_label {
  display:none;
}

.heading {
  display:none;
}