@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#4213eb;
  color:#0cebff;
  font-family:'Verdana';
  font-weight:bold;
  font-style:italic;
  font-size:15px;
}

#fixed_background {
  display:block;
  background-position:center center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/241/24198272/479-840-235-965-10796794.jpg);
}

.profile_section_content {
  color:#0cebff;
  border:2px none #777777;
  padding:5px;
  margin:5px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #eafe06;
  -moz-box-shadow:0 0 0 #eafe06;
  box-shadow:0 0 0 #eafe06;
}

.profile_section_background {
  background-color:transparent;
  background-color:#777777;
  filter:alpha(opacity=20);
  opacity:.2;
}

.img_radius_shadow {
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  -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:#a84ba5;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:bold;
  font-style:italic;
  font-size:20px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  -webkit-box-shadow:5px 6px 18px #777777;
  -moz-box-shadow:5px 6px 18px #777777;
  box-shadow:5px 6px 18px #777777;
  -webkit-text-shadow:0 0 28px #777777;
  -moz-text-shadow:0 0 28px #777777;
  text-shadow:0 0 28px #777777;
}

.content {
  padding:5px;
}

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

/* this is the padding to the right of the twitter and tip me button */
.value img {
  padding-right:125px;
}