@charset "UTF-8";

a:link,a:active,a:hover,a:visited {
  color:#0000FF;
}

#header_bar,#footer_bar {
  display:none;
}

#avatar_holder {
  border-style:double;
  border-color:#9400D3;
  border-width:3px;
}

.heading {
  color:#0000FF;
  font-family:'Georgia';
  font-weight:bold;
  font-size:20px;
  text-transform:uppercase;
  text-shadow:2px 2px 4px #9400D3;
}

.label {
  color:#0000FF;
  font-family:'MV Boli';
  font-weight:bold;
  font-size:18px;
  text-transform:capitalize;
  text-align:justify;
  padding-top:2.5px;
  padding-bottom:2.5px;
  margin:25px,0px,15px,0;
}

.value {
  color:#0000FF;
  font-family:'MV Boli';
  font-weight:bold;
  font-size:18px;
  text-transform:capitalize;
  padding-left:20px;
}

body {
  color:#0000FF;
  background-size:cover;
  background-position:top,center;
  background-image:url(https://farm4.staticflickr.com/3299/3671705004_781cbf6541_o.jpg);
  background-attachment:fixed;
  background-repeat:no-repeat;
  width:950px;
  margin:auto;
}

.profile_section_content {
  color:#0000FF;
  padding-top:15px;
  padding-bottom:15px;
  padding-right:15px;
  padding-left:15px;
  margin:10px;
  letter-spacing:3px;
  line-height:20px;
}

.profile_section_background {
  background-size:cover;
  background-position:top center;
  background-color:#ffffff;
  background-attachment:scroll;
  background-repeat:no-repeat;
  border-style:double;
  border-color:#9400D3;
  border-width:6px;
  opacity:.7;
}

.profile_section_content .heading {
  background:transparent;
  background-size:cover;
  background-position:center middle;
  padding:10px;
  border-style:double;
  border-color:#9400D3;
  border-width:3px;
}

h1 {
  font-family:"Georgia";
  font-size:24px;
  line-height:200%;
  color:#0000FF;
  text-align:center;
  text-transform:uppercase;
  text-decoration:underline;
  text-shadow:2px 2px 4px #9400D3;
  border-right-style:ridge;
  border-left-style:ridge;
  border-top-style:ridge;
  border-color:#9400D3;
  border-width:3px;
}

h2 {
  font-size:18px;
  line-height:200%;
  color:#0000FF;
  text-align:center;
  text-transform:uppercase;
  margin:0;
  border-right-style:ridge;
  border-left-style:ridge;
  border-bottom-style:ridge;
  border-color:#9400D3;
  border-width:3px;
}

a.class1 {
  font-family:'MV Boli';
  font-size:8px;
  color:#000000;
  text-align:left;
  text-transform:uppercase;
  margin:0;
}

a.class2 {
  font-size:18px;
  line-height:200%;
  color:#0000FF;
  text-align:center;
  text-transform:uppercase;
}

#about_me_label {
  text-align:center;
  color:#ffffff;
}

content {
  padding:15px;
}