@charset "UTF-8";

a:link {
  text-decoration:none;
  color:#eee;
  font-weight:bold;
  text-shadow:.05em .05em .2em #666;
}

a:visited {
  color:#ddd;
  font-weight:bold;
  text-shadow:.05em .05em .9em #eee;
}

a:hover,a:active {
  color:#fff;
  font-weight:bold;
  text-shadow:.05em .05em .6em #fff;
}

.header_links {
  color:#222;
  text-shadow:.05em .05em .6em #fff;
  opacity:1;
}

#header_bar {
  min-width:600px;
  width:100%;
  margin:0;
  background-color:#222;
  background-blend-mode:color-burn;
  padding:.4em 1em;
  height:1em;
  position:fixed;
  z-index:900;
}

#footer_bar {
  display:none;
}

.clearfix tr {
  clear:right;
  float:left;
  color:lime;
}

body {
  padding:0;
  margin:0;
  color:#333;
  font-family:"Myriad Pro",Myriad,"Trebuchet MS",Arial,Helvetica,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  font-size:100%;
  text-shadow:.2em .2em .08em #333;
  background:url(http://i300.photobucket.com/albums/nn14/thirstydancer/thirsty-the-white_zpssupekhzi.jpg);
  background-color:#eee;
  background-position:top right;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:50%;
}

#server_time {
  font-size:80%;
  text-shadow:.05em .05em .2em #333;
}

.profile_section_content,samp {
  color:#eee;
  display:block;
  width:60%;
  border:.1em inset #666;
  padding:0 1em 1em 9em;
  margin:1em 1em 1em -8em;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:3em;
  background-size:100%;
  -webkit-box-shadow:5x 5px 5px #777777;
  -moz-box-shadow:0 0 0 #003;
  box-shadow:5px 5px 5px #777777;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
}

#profile_header {
  display:block;
  margin:4em 1em 0 0;
}

p {
  color:#000;
  display:block;
  border:.1em solid #fff;
  padding:1em;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:3em;
  -webkit-box-shadow:5x 5px 5px #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:5px 5px 5px #003;
  background-size:100%;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-color:#fff;
}

.profile_section_background {
  background-color:#000;
  opacity:.6;
}

.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;
  margin:0;
  background-color:transparent;
  color:#fff;
  font-family:Oldtown,fantasy,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",Verdana,Geneva,sans-serif;
  font-weight:bold;
  text-transform:capitalize;
  font-style:normal;
  font-size:3em;
  -webkit-text-shadow:.1em .1em 6px #000;
  -moz-text-shadow:.1em .1em 6px #000;
  text-shadow:.1em .1em 6px #000;
  opacity:.6;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin:0 15px 0 0;
  width:140px;
  height:140px;
  background-position:center center;
  background-attachment:scroll;
  background-size:160px;
  background-repeat:no-repeat;
  background-image:url(http://i300.photobucket.com/albums/nn14/thirstydancer/keep-cam-crown_zpsbrqnydol.png);
}

#admire,#make_friend {
  text-transform:uppercase;
  color:#f2af00;
  opacity:1;
}

#admire:hover,#make_friend:hover {
  color:#ffd263;
  -webkit-text-shadow:0 0 0 #ddc482;
  -moz-text-shadow:0 0 0 #ddc482;
  text-shadow:0 0 .3em #ddc482;
}

#profile_avatar {
  display:none;
}

#member_type_value {
  color:#fff;
  text-transform:uppercase;
}

.label {
  font-size:1.2em;
  color:#222;
  letter-spacing:.1em;
  font-family:Impact,Charcoal,sans-serif;
  -webkit-text-shadow:0 0 0 #000;
  -moz-text-shadow:0 0 0 #000;
  text-shadow:0 0 .3em #eee;
  opacity:1;
}

#profile_header .label,#profile_header .value {
  font-size:.9em;
}

.label,.value {
  font-size:1.2em;
  line-height:1.3;
  text-transform:capitalize;
}

.content {
  padding:5px;
}