@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#000000;
  background-color:#000000;
  color:#000000;
  font-family:'Impact';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://s26.pixxxels.org/g3rve1pd5/IMG_1841.jpg);
}

.profile_section_content {
  color:#fddd9e;
  border:0 none #;
  padding:5px;
  margin:5px;
  -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:#000000;
  background-color:#000000;
  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:#000000;
  color:#000000;
  font-family:'Impact';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  -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 #292929;
  -moz-text-shadow:0 0 0 #292929;
  text-shadow:0 0 0 #292929;
}

.content {
  padding:5px;
}

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

.photo_gallery_lock {
  width:70px;
  height:70px;
  padding:5px;
  display:yes;
  -webkit-filter:sepia(100%);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

.img_radius_shadow {
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:0 2px 0 #F36;
  -moz-box-shadow:0 2px 0 #F36;
  box-shadow:0 2px 0 #F36;
  -webkit-filter:grayscale(100%) brightness(30%) contrast(100%);
  padding-top:-2px;
}

.img_radius_shadow:hover {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #F36;
  -moz-box-shadow:0 0 0 #F36;
  box-shadow:0 0 0 #F36;
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -o-transition:.4s;
  -ms-transition:.4s;
  transition:.4s;
  -webkit-filter:none;