@charset "UTF-8";

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

a:visited {
  color:#b78ece;
}

body {
  background-color:#ffffff;
  background-color:#b78ece;
  color:#4f127a;
  font-family:'Lucida Sans Unicode';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:center center;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/192/19275302/859-147-145-345-8619342.gif);
}

.profile_section_content {
  color:#4f127a;
  border:0 none #ffffff;
  padding:4px;
  margin:4px;
  -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_background {
  background-color:transparent;
  background-color:#ffffff;
  filter:alpha(opacity=0);
  opacity:0;
}

.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:#ffffff;
  color:#b78ece;
  font-family:'Lucida Sans Unicode';
  font-weight:normal;
  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;
}

.topbar {
  position:fixed;
  top:0;
  left:0;
  height:70px;
  width:100%;
  background:#fafafa;
  border-bottom:2px solid #b78ece;
}

.nav ul li {
  margin-right:5px;
  display:inline-block;
  padding:8px 20px;
  background:#240634 repeat-x;
  background:-moz-linear-gradient(#b78ece,#240634);
  background:-o-linear-gradient(#b78ece,#240634);
  background:-webkit-linear-gradient(#b78ece,#240634);
  background:linear-gradient(#b78ece,#240634);
  border-radius:5px;
  font:normal 700 24px/1 Roboto,sans-serif;
  text-align:center;
  text-shadow:2px 2px #2c0c3e;
}

.nav {
  text-align:center;
}

.nav ul li a {
  font-size:18px;
  text-transform:lowercase;
  text-decoration:none;
  color:#fafafa;
  width:100%;
  height:100%;
}

#profile {
  margin-top:70px;
}