@charset "UTF-8";

a:link,a:active {
  color:#fff;
  text-shadow:-1px rgb(181,106,247),0 1px rgb(181,106,247),1px rgb(181,106,247),0 -1px rgb(181,106,247);
}

a:hover {
  color:#fff;
  text-shadow:0 1px rgb(255,255,255),0 8px rgb(0,44,255),0 16px rgb(0,44,255),0 32px rgb(0,44,255),0 40px rgb(0,44,255),0 50px rgb(0,44,255);
  text-decoration:underline;
  cursor:url(http://2.bp.blogspot.com/-oQGegRgFPeY/VWNAVwLb9sI/AAAAAAAAIQo/0Gs7HIQ4Wmk/s1600/Spray_can.png),auto;
}

a:visited {
  color:#fff;
  text-shadow:-1px rgb(181,106,247),0 1px rgb(181,106,247),1px rgb(181,106,247),0 -1px rgb(181,106,247);
}

body {
  background-image:url(http://imagebin.ca/2Zhpinx4J1yZ/sexyUsmoke.jpg),url(http://imagebin.ca/2ZhqHSdVrC0S/purpleshit.png);
  background-attachment:fixed,scroll;
  background-repeat:repeat,repeat;
  background-position:center,top right;
  background-color:#000;
  color:#FFF;
  font-family:'Abel',Century Gothic;
  font-weight:normal;
  font-style:normal;
  font-size:10px!important;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -o-border-radius:10px;
  padding:5px;
}

.profile_section_content {
  color:#ffffff;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 #777777;
  -moz-box-shadow:0 #777777;
  box-shadow:0 1px rgb(255,255,255),0 4px rgb(181,106,247),0 8px rgb(181,106,247),0 16px rgb(181,106,247),0 10px rgb(181,106,247),0 10px rgb(181,106,247);
}

.profile_section_content:hover {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 #777777;
  -moz-box-shadow:0 #777777;
  box-shadow:0 1px rgb(255,255,255),0 4px rgb(181,106,247),0 8px rgb(181,106,247),0 16px rgb(181,106,247),0 20px rgb(181,106,247),0 20px rgb(229,201,254);
}

.profile_section_background {
  background-color:transparent;
  background-color:#1A1818;
  filter:alpha(opacity=80);
  opacity:.8;
}

.img_radius_shadow {
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -webkit-box-shadow:0 #777777;
  -moz-box-shadow:0 #777777;
  box-shadow:-1px rgb(181,106,247),0 1px rgb(181,106,247),1px rgb(181,106,247),0 -1px rgb(181,106,247);
}

.profile_section_content .heading {
  padding:8px;
  background-color:#272727;
  color:#FFFFFF;
  font-family:'Abel',Century Gothic;
  font-weight:bold;
  font-size:22px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 #777777;
  -moz-box-shadow:0 #777777;
  box-shadow:-1px rgb(181,106,247),0 1px rgb(181,106,247),1px rgb(181,106,247),0 -1px rgb(181,106,247);
  -webkit-text-shadow:0 #777777;
  -moz-text-shadow:0 #777777;
  text-shadow:0 #777777;
}

.content {
  padding:5px;
}