@charset "UTF-8";

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

a:visited {
  color:#;
}

#profile_header,#profile_header .profile_section_background,#footer_bar,#header_bar,#tags_container,#about_me_label,#username_label {
  display:none;
}

#about_me_value {
  display:block;
  width:100%;
  text-align:center;
}

#profile {
  position:absolute;
  width:1200px;
  top:0;
  background:repeating-radial-gradient(white,#87ceeb);
  padding-top:300px;
}

.container {
  display:block;
  margin:0;
  padding-left:25px;
}

#profile_main_photo {
  position:absolute;
  right:45%;
  top:2%;
  z-index:100;
}

body {
  width:1200px;
  margin:0 auto;
  background-color:#ffffff;
  background:url(https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcS3eABNddayDu7BNLJkzqOgIfHKO5Ie91k434e4C7XDv-tJZpzWPQ) no-repeat fixed;
  background-size:1920px;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:teal;
  font-weight:bold;
  border:0 none #;
  padding-left:0;
  margin:0;
  -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;
  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,.video {
  padding-top:0;
  background-color:#692DAC;
  color:#FFFFFF;
  font-family:'Verdana';
  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;
}

#username_value {
  position:absolute;
  top:-250px;
  right:45%;
  font-family:'Redressed';
  font-size:50px;
  z-index:100;
}

@font-face {
  font-family:'Dungeon';
  src:url(http://www.fontsaddict.com/fontface/dungeon.TTF);
}

@font-face {
  font-family:'Redressed';
  src:url(http://www.fontsaddict.com/fontface/redressed.ttf);
}

.area {
  height:432px;
  overflow-y:scroll;
}

.area table {
  border-collapse:separate;
  empty-cells:hide;
  float:left;
  padding-right:2px;
  margin:.5%;
}

.area td {
  border:0 solid black;
  background-color:transparent;
  text-align:center;
  font-size:14px;
  font-family:Courier New;
  font-weight:normal;
  color:#FFFFFF;
}

.area table tr td:nth-child(1),tr td:nth-child(3) {
  width:180px;
  height:180px;
  float:left;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
  background:grey;
  border-left:2px solid black;
  border-top:2px solid black;
  border-bottom:2px solid black;
  border-bottom-left-radius:10px;
  border-top-left-radius:10px;
}

.area table tr td:nth-child(2),tr td:nth-child(4) {
  width:370px!important;
  background-color:grey;
  border-top:2px solid black;
  border-bottom:2px solid black;
  border-right:2px solid black;
  border-bottom-right-radius:10px;
  border-top-right-radius:10px;
}

.video {
  margin:0 0 0 -12px;
}

#profile_about_me .label {
  font-family:'Dungeon';
  font-size:x-large;
  padding-left:15px;
}

#username_value {
  position:absolute;
  top:-250px;
  right:45%;
  font-family:'Redressed';
  font-size:50px;
  z-index:100;
}

#profile_interests_content .container {
  margin-bottom:-3px;
  padding-bottom:0;
}