@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  color:white;
  font-family:verdana,sans-serif;
  font-weight:;
  font-style:;
  font-color:white;
  font-size:10px;
  margin:0 auto;
  display:block;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url(http://imgur.com/ucVotYj.jpg);
}

#header_bar {
  display:none;
}

#profile {
  border:solid 2px #000;
  width:80%;
  margin:0 auto;
  background-color:rgba(0,0,0,.5);
  padding:20px;
}

.profile_section_content {
  width:auto;
  height:auto;
  margin:30px 50px;
  background-color:black;
  border:1px solid black;
  opacity:.6;
  -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;
}

img {
  color:white;
  filter:alpha(opacity=100);
  opacity:1;
}

.profile_section_background {
  background-color:transparent;
  filter:alpha(opacity=70);
  opacity:.7;
}

.button {
  display:block;
  height:20px;
  width:50px;
  background:#ffffff;
  border:2px solid rgba(33,68,72,0.59);
  color:black;
  font-size:12px;
  text-align:center;
  font:verdana sans-serif;
  background:linear-gradient(top,#34696f,#2f5f63);
  border-radius:50px;
  box-shadow:none;
  text-shadow:0 2px 2px rgba(255,255,255,0.2);
}

a.button {
  text-decoration:none;
}

.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:0;
  background-color:#;
  color:#;
  font-family:'verdana sans-serif';
  font-weight:;
  font-style:;
  font-size:10px;
  -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:0;
}