@charset "UTF-8";

a:link,a:active,a:hover {
  color:#B0E6C4;
}

a:visited {
  color:#3F48CC;
}

body {
  background-color:#ffffff;
  background-color:#9DA6B7;
  color:#666666;
  font-family:'Courier New';
  font-weight:normal;
  font-style:normal;
  font-size:11px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(http://68.media.tumblr.com/3d7743f181c16e1fbdb0c1656e4a07c3/tumblr_myjba4XFQV1qdec17o1_1280.jpg);
}

.profile_section_content {
  color:#666666;
  border:3px double #538167;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

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

.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;
  background-color:#AFC18B;
  color:#187B62;
  font-family:'Courier New';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  -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;
  -webkit-text-shadow:-1px 0 1px #777777;
  -moz-text-shadow:-1px 0 1px #777777;
  text-shadow:-1px 0 1px #777777;
}

.content {
  padding:5px;
}

/* Start http://www.cursors-4u.com */
body,a:hover {
  cursor:url(http://cur.cursors-4u.net/nature/nat-2/nat120.cur),progress!important;
}

/* End http://www.cursors-4u.com */
.fixed-nav-bar {
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  width:100%;
  height:50px;
  background-color:#00a087;
}

p {
  margin:3px;
}

.info {
  margin-right:280px;
  padding:20px;
}

.follow-wrapper {
  height:44px;
  overflow:hidden;
  position:absolute;
  top:0;
  width:100%;
}

.follow-button {
  background-image:url(http://minimalmonkey.com/lab/css3-animations/twitter-bird-sprite-small.png);
  background-repeat:no-repeat;
  background-position:0 0;
  cursor:pointer;
  display:block;
  padding:7px 0 7px 40px;
  position:absolute;
  right:-168px;
  top:5px;
  -webkit-transition:right .3s;
  -moz-transition:right .3s;
  transition:right .3s;
  width:168px;
}

.follow-button:hover {
  -webkit-animation:fly .2s steps(4) 0 10;
  -moz-animation:fly .2s steps(4) 0 10;
  animation:fly .2s steps(4) 0 10;
  right:0;
}

@-webkit-keyframes fly {
  from {
    background-position:0 0;
  }
  
  to {
    background-position:0 -140px;
  }
}

@-moz-keyframes fly {
  from {
    background-position:0 0;
  }
  
  to {
    background-position:0 -140px;
  }
}

@keyframes fly {
  from {
    background-position:0 0;
  }
  
  to {
    background-position:0 -140px;
  }
}

.hover-me {
  background-image:url(http://minimalmonkey.com/lab/css3-animations/hoverfancy.png);
  height:184px;
  position:absolute;
  right:5px;
  top:-5px;
  width:274px;
}