@charset "UTF-8";

body,html {
  cursor:crosshair;
}

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

a:hover {
  color:#5234d4;
  cursor:crosshair;
}

a:visited {
  color:#cf09f3;
}

body {
  background-color:#000000;
  background-color:#000000;
  color:cf09f3;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#cf09f3;
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
}

.profile_section_background {
  background-color:transparent;
  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:black;
  font-family:'Arial Narrow';
  font-weight:normal;
  font-style:normal;
  font-size:0;
  -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:5px;
}

body {
  width:850px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
}

.recent_photos,.my_most_recent_pictures_value {
  display:none;
}