/***
 *
 * photo.rudypospisil.com
 *
**/

body {
  background: url(../img/201303_d8h006565_ghosted_2100x1400.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}      

.social {
  position: absolute;
  top: 41px;
  width: 36px;
  height: 36px;
  z-index: 10001;
  background-image: url(../img/sprite_socialMediaIcons.png);
  background-repeat: no-repeat;
}
.social:hover {
  cursor: hand;
  cursor: pointer;
  background-position-y: -36px;
}
.instagram {
  left: 100px;
}
.twitter {
  left: 140px;
  background-position-x: -36px;
}
.facebook {
  left: 180px;
  background-position-x: -72px;
}
.linkedin {
  left: 220px;
  background-position-x: -108px;
}
.vimeo {
  left: 260px;
  background-position-x: -144px;
}
.tumbler {
  left: 300px;
  background-position-x: -180px;
}
.emailer {
  left: 340px;
  background-position-x: -216px;
}
