@charset "UTF-8";

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size:16px;
  line-height:1;
  color:#777;
  background:url(http://1.bp.blogspot.com/-MVbh09H80HQ/VSFmnPAND1I/AAAAAAAADI8/9BaajWrey_E/s1600/dark-hader.png),url(http://3.bp.blogspot.com/-_xzAOXKBiKQ/VSFmnG_39hI/AAAAAAAADI4/LVXvPUOKXf0/s1600/dark-footer.png);
  background-position:top left,bottom left;
  background-repeat:no-repeat,no-repeat;
  background-attachment:local,fixed;
  background-size:100%,100%;
  margin-top:170px;
  background-color:#111;
}

a,a:visited {
  color:#cfcfcf;
  text-decoration:none;
}

a:hover,a:focus {
  color:#888;
  text-decoration:underline;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile_schedule,#profile_friends {
}

.wall_post_time {
  font-size:9px;
  display:none;
}

#profile {
  width:940px;
  margin:40px auto -10px;
  background:rgba(0,0,0,1) url(http://1.bp.blogspot.com/-Joj0t9eNvII/VSFmnL-kJPI/AAAAAAAADJI/YUGnqh0wRKQ/s1600/profile_background.jpg) no-repeat;
  background-position:0 0;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
  border-radius:3px;
  -webkit-border-radius:3px;
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#333;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
  transition:all .3s;
  -webkit-transition:all .3s;
  margin-top:-20px;
  margin-left:10px;
  border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
}

#profile_avatar:hover {
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#C06;
  color:#fff;
  height:40px;
  font-size:1.065rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:0;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

.photo_gallery_previews {
  text-align:center;
}

#tags_container {
  display:none;
}

textarea {
  margin:10px 15px;
  width:760px!important;
  background:#f1f1f1;
  -moz-box-shadow:0 0 4px #333 inset;
  -webkit-box-shadow:0 0 4px #333 inset;
  box-shadow:0 0 4px #333 inset;
  border:1px solid #ccc;
  padding:5px;
  color:#000;
  font-size:14px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  outline-style:none;
}

textarea:hover {
  margin:10px 15px;
  width:760px!important;
  background:#fff;
  -moz-box-shadow:0 0 4px #ccc inset;
  -webkit-box-shadow:0 0 4px #ccc inset;
  box-shadow:0 0 4px #ccc inset;
  border:1px solid #666;
  padding:5px;
  color:#333;
}

.profile_section_background {
  border:1px solid rgba(51,51,51,.3);
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #F4F4F4;
  border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  margin-top:-7px;
  margin-right:3px;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  border:3px solid rgba(100%,0%,40%,1);
  width:60px;
  height:60px;
  -webkit-filter:sepia(100%);
}

.wall_post_avatar:hover img {
  background:none repeat scroll 0 0 #F4F4F4;
  border-radius:50%;
  margin-top:-7px;
  margin-right:3px;
  border:3px solid #333;
  width:60px;
  height:60px;