@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#c956a2;
  color:#e10d29;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#e10d29;
  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:transparent;
  background-color:#FFFFFF;
  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:#c176ec;
  color:#5c087c;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  -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-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;
  text-indent:-3000px;
}

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

.link-instagram a {
  display:block;
  width:249px;
  height:160px;
  top:100px;
  left:565px;
  background:transparent url(http://3.bp.blogspot.com/-8olKneYv5ew/UqfFbsaSjZI/AAAAAAAADAQ/jyHjLnAfeHA/s1600/instagram.png) no-repeat;
  position:absolute;
}

.link-instagram a:hover {
  background-position:0 -160px;
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  transform:rotate(360deg);
  -webkit-transition:all .6s linear 0;
  -moz-transition:all .6s linear 0;
  -o-transition:all .6s linear 0;
  -ms-transition:all .6s linear 0;
  transition:all .6s linear 0;