@charset "UTF-8";

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size:1rem;
  line-height:1;
  color:#000;
  background-color:#000;
  background-image:url(http://s28.postimg.org/gewlfz999/protrait_left.png),url(http://s28.postimg.org/884loej6l/protrait_right.png),url(https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTzrMfLNrHfA3hxTEaHtqsgIHxhv0Bg8QNN5YGXsWWMWTftIZi4);
  background-position:top 50px left,bottom right 40px,top left;
  background-repeat:no-repeat,no-repeat,repeat;
  background-attachment:fixed;
  padding:0;
}

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

a:hover,a:focus {
  text-decoration:underline;
  transition:all .5s;
}

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

.twocolumn {
  column-count:2;
}

.navbar {
  background-color:#000;
  position:fixed;
  left:0;
  top:0;
  height:40px;
  width:100%;
  z-index:500;
  box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
  font-size:1rem;
}

.nav {
  width:940px;
  margin:0 auto;
  display:block;
}

.nav ul {
  overflow:hidden;
}

.nav li {
  float:left;
}

.nav a {
  display:block;
  height:30px;
  font-size:15px;
  color:#fff;
  background-color:#000;
  text-align:center;
  padding:10px 20px 0;
  text-decoration:none;
  text-transform:uppercase;
  transition:all .5s;
}

.nav a:hover,.nav a:active {
  color:#333;
  background-color:#31a2e9;
  box-shadow:0 10px 16px 0 rgba(50,50,50,0.69);
}

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

#profile {
  width:940px;
  margin:0 auto -10px;
  background:rgba(255,255,255,1) url(https://img.mfcimg.com/photos2/163/16327301/861-121-252-156-14479656.jpg) top center no-repeat;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;
  border:1px solid rgba(0,0,0,0.2);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#3a91e9;
  color:#fff;
  height:40px;
  font-size:1.065rem;
  padding:10px 0 0 15px;
  box-sizing:border-box;
}

#profile_about_me {
  margin:20px 0;
}

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

img,.img_radius_shadow,#img_preview {
  border-radius:0;
  box-shadow:0;
}

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

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

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

.about-me {
  padding:0 20px;
  box-sizing:border-box;
}

.about-me .header {
  font-size:1.25rem;
  font-weight:bold;
  margin:20px 0 -10px;
}

input[type="password"],textarea {
  background-color:#fff;
  border:1px solid #ccc;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  transition:border linear .2s,box-shadow linear .2s;
  border-radius:4px;
}

input[type="submit"] {
  margin-top:3px;
  padding:4px 12px;
  color:#333;
  background:linear-gradient(to bottom,#fff,#e6e6e6);
  cursor:pointer;
  border:1px solid rgba(0,0,0,0.1);
  border-bottom-color:#b3b3b3;
  border-radius:4px;
  transition:background-position .1s linear;
}

input[type="submit"]:hover,input[type="submit"]:focus {
  background-color:#e6e6e6;
  text-decoration:none;
}

textarea {
  margin:10px 15px;
  width:760px!important;
  background:#ccc;
  box-shadow:inset 0 0 4px #000;
  outline:1px solid #333;
  border:1px solid #000;
  padding:5px;
  color:#000;
  font-size:14px;
}

textarea:hover {
  color:#333;
  transition:all .5s;
}

.wall_post_avatar {
  padding:5px;
  border-radius:4px;
  border:1px solid #ccc;
  background:linear-gradient(to bottom,rgba(226,226,226,1) 0%,rgba(254,254,254,1) 100%);
  transition:all .3s ease-in-out;
}

.wall_post_avatar:hover,.wall_post_avatar>.img:hover {
  border-radius:5px;
  transform:rotate(12deg);
  box-shadow:3px 5px 10px 0 rgba(50,50,50,0.75);
}

.wall_post_avatar> .img_radius_shadow:hover {
  transform:scale(1.3);
}

.wall_post_avatar>img {
  border:1px inset #888;
}

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

.wall_post_info {
  height:22px;
  border-radius:12px 2px 0 0;
  padding-top:4px;
  text-indent:11px;
  border-bottom:1px inset rgba(153,153,153,.5);
  width:900px;
  background:linear-gradient(to bottom,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
}

.wall_post_body {
  height:auto;
  border-radius:0 0 5px 5px;
  text-indent:11px;
  border-bottom:1px solid rgba(102,102,102,0.5);
  width:813px;
  margin-left:70px;
  font-size:12px;
  color:#222;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
  background:linear-gradient(to bottom,rgba(56,56,56,1) 0%,rgba(237,237,237,1) 100%);
}

.wall_post_info a {
  color:#036;
  text-decoration:none;
  font-size:14px;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
}

.wall_post_info a:hover {
  color:#C00;
}

.wall_post_info a:hover:after {
  content:'Â« Visit Profile';
  width:110px;
  height:20px;
  margin-left:2px;
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  text-indent:5px;
  font-size:11px;
  color:#222;
}