@charset "UTF-8";

body {
  background-image:url(http://www.desktopbackgroundshq.com/backgrounds/purple-stars-wallpaper-space-backgrounds-purple-stars-25635.jpg);
  background-repeat:repeat-y;
}

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#1fd52e;
  color:#42833a;
  font-family:'Tahoma';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.profile_section_content {
  color:#42833a;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 15px #777777;
  -moz-box-shadow:0 0 15px #777777;
  box-shadow:0 0 15px #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:#25360d;
  color:#FFFFFF;
  font-family:'Arial';
  font-weight:bold;
  font-style:normal;
  font-size:16px;
  -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;
  display:inline-block;
  padding:10px 20px;
  background:#b4a7d6 url(http://dabuttonfactory.com/button.png?w=1&h=48&bgt=pyramid&bgc=b4a7d6&ebgc=1e1027) repeat-x;
  background:-moz-linear-gradient(#b4a7d6,#1e1027 50%,#b4a7d6);
  background:-o-linear-gradient(#b4a7d6,#1e1027 50%,#b4a7d6);
  background:-webkit-linear-gradient(#b4a7d6,#1e1027 50%,#b4a7d6);
  background:linear-gradient(#b4a7d6,#1e1027 50%,#b4a7d6);
  border:2px solid #1fd52e;
  border-radius:999px;
  box-shadow:1px 1px 0 0 #444;
  color:#fff;
  font:italic 700 28px/1 "Playfair Display",serif;
  text-align:center;
  text-shadow:1px 1px 0 #000;
}

.content {
  padding:5px;
}