@charset "UTF-8";

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

a:visited {
  color:#ae9999;
}

body {
  background-color:#fff;
  color:#ddd;
  font-family:'Arial',sans-serif;
  font-weight:bold;
  font-style:normal;
  font-size:24px;
  text-shadow:0 1px 0 #000,1px 1px 0 #000,-1px 1px 0 #000;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/210/21053547/436-236-119-270-9120967.jpg);
}

.profile_section_content {
/* color: #000; */
  border:0 dotted #000;
  padding:5px;
  margin:5px;
  border-radius:4px;
  box-shadow:0 0 0 #777;
}

.profile_section_background {
  background-color:#333;
  background:-moz-linear-gradient(top,rgba(51,51,51,1) 0%,rgba(51,51,51,0.75) 100%);
  background:-webkit-linear-gradient(top,rgba(51,51,51,1) 0%,rgba(51,51,51,0.75) 100%);
  background:linear-gradient(to bottom,rgba(51,51,51,1) 0%,rgba(51,51,51,0.75) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#7f333333',GradientType=0);
}

.img_radius_shadow {
  border-radius:3px;
  box-shadow:0 0 0 #777;
}

.profile_section_content .heading {
  padding:.45em;
  background-color:#333;
  background:-moz-linear-gradient(top,rgb(20,20,20) 0%,rgb(35,35,35) 100%);
  background:-webkit-linear-gradient(top,rgb(20,20,20) 0%,rgb(35,35,35) 100%);
  background:linear-gradient(to bottom,rgb(20,20,20) 0%,rgb(35,35,35) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222',endColorstr='#222222',GradientType=0);
  color:#fff;
  font-family:'Comic Sans MS',sans-serif;
  font-weight:bold;
  font-style:normal;
  font-size:150%;
  box-shadow:0 3px 7px #272727;
}

#status_container {
}

#profile_header_container {
  margin-left:97px;
}

#about_me_value {
  display:inline;
}

.label {
  margin-right:20px;
  width:255px;
  color:#ffff66;
}