@charset "UTF-8";

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

a:visited {
  color:#ff1188;
}

body {
  background-color:#ffffff;
  background-color:#fadcfe;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:13px;
}

.profile_section_content {
  color:#666666;
  border:4px dotted #c29eef;
  padding:10px;
  margin:22px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -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=95);
  opacity:.95;
}

.img_radius_shadow {
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -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:1px;
  background-color:#BCEC76;
  color:#c76bf6;
  font-family:'Helvetica';
  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 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:right;
  background:transparent url(http://3.bp.blogspot.com/-lMUoQcQpZME/VNMSUt885qI/AAAAAAAAHiM/rORCuMHm3qY/s1600/amazon_purple.png) no-repeat;
  position:relative;
  margin:30px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  float:left;
  background:transparent url(http://2.bp.blogspot.com/-OOZz_rDm-ek/VNMSWG3H33I/AAAAAAAAHic/dyftTGKQNAY/s1600/twitter_purple.png) no-repeat;
  position:relative;
  margin:30px 0 0 -5px;
  text-indent:-300px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}

.interests_info {
  display:none;
}