@charset "UTF-8";

/*Hey there, watcha doing here big boi?
Profile made by me, the custom fonts used are Riot by Evan Eckard (header) and Fat Tats by J. S. Harris (custom username in banner, font has been edited). I do now own them, I merely used them.

Credit to ShiZZleR for helping me with some old CSS questions and to Evan Eckard for allowing me to use his font. */
/*{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}*/
.dock ul {
  width:425px;
  margin-left:auto;
  margin-right:auto;
}

.dock ul li {
  width:auto;
  height:auto;
  display:inline-block;
  bottom:0;
  vertical-align:bottom;
  margin-top:-43px;
}

.dock ul li a {
  display:block;
  height:100px;
  width:100px;
  position:relative;
  -webkit-transition-property:width,height,margin-top;
  -webkit-transition-duration:.5s;
  -o-transition-property:width,height,margin-top;
  -o-transition-duration:.5s;
  -moz-transition-property:width,height,margin-top;
  -moz-transition-duration:.5s;
}

.dock ul li a:hover {
  width:150px;
  height:150px;
  margin-top:-50px;
}

.dock ul li a img {
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  border:none;
  padding:0 0 0 30px;
}

.dock_left {
}

.dock_right {
}

/*{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}*/
a:link,a:active,a:hover {
  color:#B85F8E!important;
}

a:visited {
  color:#5FB889!important;
}

/*{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}*/
body {
  font-family:'Century Gothic'!important;
  font-size:20px;
  line-height:1;
  color:#464646!important;
  background-color:#FFFFFF;
  background-image:url(https://dl.dropboxusercontent.com/s/w3wo13ctswf7z0k/378-916-358-474-4941580.jpg);
  background-position:top 0 left,bottom right 0px,top left;
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding:0;
}

/*{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}*/
#profile {
  width:940px;
  margin:40px auto -10px;
  background:#FFFFFF url(https://dl.dropboxusercontent.com/s/f3sjfy9qsgm4yaz/Profile-banner-top5.jpg) top center no-repeat;
  box-shadow:0 0 10px .0001px #7F00CF;
  font-size:17px;
  line-height:1.25;
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;
  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);
}

/*{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}*/
.profile_section .heading {
  background:#5FB889;
  color:#fff;
  height:40px;
  font-family:'Century Gothic';
  font-size:30px;
  font-weight:lighter;
  text-align:center;
  letter-spacing:7px;
  padding:1px 0 0 10px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.profile_section_content {
  z-index:auto;
}

/*{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}*/
#profile_about_me {
  margin:20px 10px -10px;
}

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

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

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

/*{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}*/
@media screen and (max-width: 1025px) {
  body {
    background-image:none;
  }

  #profile {
    display:none!important;
  }
}

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

/*{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}*/
.wall_post_body {
  position:static;
  margin-top:0;
  margin-left:138px;
  padding:21px;
  color:#464646!important;
  background:rgba(238,238,238,0.44);
  border:3px solid #60B989!important;
  border-radius:10px;
}

.wall_post_avatar img {
  border-radius:50% 50%;
  box-shadow:0 0 20px #000;
  padding:8px;
  background:#60B989;
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
}

.wall_post_avatar img:hover {
  border-radius:25% 25%;
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
}

.wall_post_info {
  font-family:'Century Gothic';
  letter-spacing:1px;
  font-size:17px;
  font-weight:lighter;
  margin:5px;
  margin-left:17%;
  color:#7F00CE;
}

.wall_post_time {
  font-size:13px;
  margin-left:5%;
  color:#60B989;
}

.wall_post_avatar img {
  width:80px;
  height:80px;
}

/* DOOT DOOT */
/* This is an easter egg - post "Gee 'Zis, you sure are a great guy!" on my wall so I know you read this, and so I can pretent people actually like me c: */