@charset "UTF-8";

a:link,a:active {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  color:#333;
  padding:5px;
  text-decoration:none;
}

a:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  border-bottom:#777 double 5px;
}

a:visited {
  color:#888;
}

body {
  padding-left:50px;
  line-height:175%;
  background-color:#000;
  color:#444;
  font-family:'Lucida Sans Unicode';
  font-weight:normal;
  font-style:normal;
  font-size:16px;
}

.label {
  padding:3px;
}

.header_time,.footer_links,#blurb_label,.recent_photos,#profile_main_photo .profile_section .profile_section_content .heading,#status_container,#unix_last_login_container,#unix_last_updated_container,.header_time #server_time,#profile_friends .heading,#profile_main_photo .heading,#about_me_container {
  display:none;
}

.profile_section_content {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  background-color:#fdd400;
  float:left;
  left:0;
  right:-0;
  width:inherit;
  margin:0;
  margin-top:0;
  margin-bottom:2px;
  min-width:200px;
  min-height:300px;
  color:#444;
  margin-right:-0;
  padding:24px;
  -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:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  background:#FFE414;
}

.img_radius_shadow {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:3px 3px 0 #2c2e38,5px 5px 0 #5c5f72;
  -moz-box-shadow:3px 3px 0 #2c2e38,5px 5px 0 #5c5f72;
  box-shadow:3px 3px 0 #2c2e38,5px 5px 0 #5c5f72;
}

.img_radius_shadow:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #2c2e38,6px 6px 2px #5c5f72;
  -moz-box-shadow:0 0 0 #2c2e38,6px 6px 2px #5c5f72;
  box-shadow:0 0 0 #2c2e38,6px 6px 2px #5c5f72;
}

.profile_section_content .heading {
  text-transform:uppercase;
  display:block;
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  transform:rotate(-90deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform:rotate(-90deg) scale(1) skew(0deg) translate(0px);
  -moz-transform:rotate(-90deg) scale(1) skew(0deg) translate(0px);
  -o-transform:rotate(-90deg) scale(1) skew(0deg) translate(0px);
  -ms-transform:rotate(-90deg) scale(1) skew(0deg) translate(0px);
  padding:0;
  padding-bottom:10px;
  text-shadow:0 0 3px #fdd400;
  color:#fdd400;
  font:33px Impact;
  letter-spacing:.5px;
  margin-left:-179px;
  margin-top:125px;
  min-width:290px;
  text-align:center;
  position:absolute;
  -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;
/*color:#777;
  font-family:'Lucida Sans Unicode';
  font-weight:normal;
  font-style:normal;
  font-size:28px;    
-webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
  border-bottom:#555 solid thin;*/
}

.profile_section_content .heading:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  color:#FFE414;
}

.content {
  padding:0;
}

/* ============================| Header Links |=========================*/
.header_links {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  position:fixed;
  padding-top:5px;
  padding-bottom:0;
  width:100%;
  text-align:center;
  margin-left:-68px;
  margin-top:-20px;
  z-index:6000;
  color:#FDD400;
  background:rgba(0,0,0,0.3);
}

.header_links:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
  margin-left:-68px;
  margin-top:-15px;
  color:#FFE414;
  background:rgba(0,0,0,1);
}

.header_links a {
  font-size:16px;
  letter-spacing:2px;
  color:#fdd400;
}

.header_links a:hover {
  color:#FFE414;
}

/* ============================| Header Links |=========================*/
#profile_main_about_holder {
  margin-top:300px;
}

#profile_main_photo .profile_section .profile_section_content {
  width:auto;
  background:none;
  margin-right:50px;
}

/* =========================| Profile Header |======================*/
#avatar_holder .img_radius_shadow {
  padding:2px;
  background:none;
  height:120px;
  width:auto;
  position:absolute;
  margin-top:120px;
  left:50%;
  z-index:9000;
  border-radius:60px;
  margin-left:-470px;
  -webkit-box-shadow:2px 2px 0 #2c2e38,2px 2px 2px #5c5f72;
  -moz-box-shadow:2px 2px 0 #2c2e38,2px 2px 2px #5c5f72;
  box-shadow:2px 2px 0 #2c2e38,2px 2px 2px #5c5f72;
}

#avatar_holder .img_radius_shadow:hover {
  -webkit-box-shadow:0 0 0 #2c2e38,1px 1px 6px #5c5f72;
  -moz-box-shadow:0 0 0 #2c2e38,1px 1px 6px #5c5f72;
  box-shadow:0 0 0 #2c2e38,1px 1px 6px #5c5f72;
}

#profile_header .profile_section_content {
  position:absolute;
  padding:0;
  float:left;
  margin-top:-80px;
  margin-left:-0;
  margin-right:0;
  height:380px;
  background:#fff;
  background:url(http://wallpapersfor.me/wp-content/uploads/2012/02/city-hazy-blurred-unsharp-night-rain-1920x1080.jpg) no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

#profile_header .container {
  font-size:16px;
}

#profile_header .profile_section_content #profile_header_container #blurb_value {
  position:absolute;
  width:100%;
  margin-top:250px;
  margin-bottom:20px;
  color:#fff;
  margin-left:-110px;
  font-size:20px;
  text-align:center;
  -webkit-text-shadow:0 0 2px #777777;
  -moz-text-shadow:0 0 2px #777777;
  text-shadow:0 0 2px #777777;
}

#profile_header .heading {
  -webkit-transition:1.5s;
  -moz-transition:1.5s;
  -o-transition:1.5s;
  transition:1.5s;
  text-transform:uppercase;
  letter-spacing:2px;
  margin-left:0;
  margin-top:100px;
  min-width:600px;
  width:90%;
  color:#fff;
  text-shadow:0 1px 1px #ddd,0 3px 1px #d9d9d9,0 3px 0 #ccc,0 3px 2px #c9c9c9,0 5px 1px #bbb,0 6px 1px rgba(0,0,0,.05),0 0 5px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.2),0 3px 5px rgba(0,0,0,.25),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
  font:120px Impact;
  text-align:center;
  transform:none;
  -webkit-transform:none;
  -moz-transform:none;
  -o-transform:none;
  -ms-transform:none;
  border-bottom:none;
}

#profile_header .heading:hover {
  -webkit-transition:.75s;
  -moz-transition:.75s;
  -o-transition:.75s;
  transition:.75s;
  color:#000;
  text-shadow:0 1px 1px #444,0 3px 1px #494949,0 3px 0 #555,0 3px 2px #595959,0 5px 1px #666,0 6px 1px rgba(255,255,255,.8),0 -2px 3px rgba(255,255,255,1),0 1px 3px rgba(0,0,0,.2),0 3px 5px rgba(0,0,0,.25),0 5px 10px rgba (0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
}

/* =========================| Profile Header |======================*/
/* =========================| Profile Interests |======================*/
#profile_interests_content .container {
  min-width:824px;
  display:block;
  margin-left:0;
}

#profile_interests_content .label {
  padding:5px;
  background:rgba(255,255,255,0.25);
  border-bottom:rgba(255,255,255,0.30) solid thin;
  border-top:rgba(255,255,255,0.35) solid thin;
  margin-bottom:0;
}

#profile_interests_content .value {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  background:rgba(255,255,255,0.20);
  padding:10px;
  padding-left:40px;
  margin-top:0;
  margin-left:0;
  margin-bottom:15px;
  min-height:100px;
  border-bottom:rgba(255,255,255,0.30) solid thin;
}

#profile_interests_content .value:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  background:rgba(255,255,255,0.40);
  border-bottom:rgba(255,255,255,0.50) solid thin;
}

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

/* =========================| Profile Interests |======================*/
/* =========================| Wall Post |======================*/
.wall_post {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  -webkit-box-shadow:-0 0 0 #fdd400;
  -moz-box-shadow:-0 0 0 #fdd400;
  box-shadow:-0 0 0 #fdd400;
  background:rgba(255,255,255,.15);
  padding-top:10px;
  padding-left:10px;
  padding-bottom:0;
  margin-bottom:10px;
}

#profile_comments .profile_section_content {
  margin-bottom:-50px;
  min-height:300px;
}

.wall_post:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  -webkit-box-shadow:-3px 0 0 #777;
  -moz-box-shadow:-3px 0 0 #777;
  box-shadow:-3px 0 0 #777;
}

.wall_post_body {
  padding-left:30px;
  background:rgba(255,255,255,.1);
  margin-left:-10px;
}

/* =========================| Wall Post |======================*/
/* =========================| Inputs |======================*/
input[type=text],textarea,input[type=password],select {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  font-size:12px;
  color:#666;
  font-family:Calibri,'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif,'Helvetica';
  resize:none;
  padding:7px;
  margin:5px;
  border:#fff;
  background-color:#fff;
  -webkit-box-shadow:-2px 0 0 #ddd;
  -moz-box-shadow:-2px 0 0 #ddd;
  box-shadow:-2px 0 0 #ddd;
}

input[type=text]:disabled,textarea:disabled,input[type=password]:disabled,select:disabled {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  background-color:#ddd;
  border:#fff solid thin;
  -webkit-box-shadow:-5px 0 0 #ddd;
  -moz-box-shadow:-5px 0 0 #ddd;
  box-shadow:-5px 0 0 #ddd;
}

input[type=submit],input[type=reset],input[type=button] {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  font-size:16px;
  font-weight:bold;
  color:#5A688D;
  font-family:Calibri,'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif,'Helvetica';
  border:none;
  padding:7px;
  background:#fff;
  margin:10px;
  -webkit-box-shadow:-2px 0 0 #ddd;
  -moz-box-shadow:-2px 0 0 #ddd;
  box-shadow:-2px 0 0 #ddd;
}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,input[type=submit]:focus,input[type=reset]:focus,input[type=button]:focus,input[type=submit]:disabled,input[type=reset]:disabled,input
[type=button]:disabled {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  font-size:16px;
  background:#fff;
  color:#aaa;
  font:codropsicons;
  padding:7px;
  border:none -webkit-box-shadow: -3px 0 0 #5A688D;
  -moz-box-shadow:-3px 0 0 #5A688D;
  box-shadow:-3px 0 0 #5A688D;
}

input[type=text]:hover,input[type=text]:focus,textarea:hover,input[type=password]:hover,select:hover,textarea:focus,input[type=password]:focus,select:focus {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  background:color:#fff;
  -webkit-box-shadow:-3px 0 0 #5A688D;
  -moz-box-shadow:-3px 0 0 #5A688D;
  box-shadow:-3px 0 0 #5A688D;
}

/* =========================| Inputs |======================*/