@charset "utf-8";
/* CSS Document */

.twitterbird {
 width: 35px;
 height:35px;
 margin: 2px;
 display:inline-block;
 background:url(../image_library/logos/twitter.png) center top no-repeat;
}

.twitterbird:hover {
   background-image: url(../image_library/logos/twitterOver.png);
}
.tumblr {
 width: 35px;
 height:35px;
 margin: 2px;
 display:inline-block;
 background:url(../image_library/logos/tumblr.png) center top no-repeat;
}

.tumblr:hover {
   background-image: url(../image_library/logos/tumblrOver.png);
}
.print {
 width: 35px;
 height:35px;
 margin: 2px;
 display:inline-block;
 background:url(../image_library/logos/print.png) center top no-repeat;
}

.print:hover {
   background-image: url(../image_library/logos/printOver.png);
}
.mail {
 width: 35px;
 height:35px;
 margin: 2px;
 display:inline-block;
 background:url(../image_library/logos/mail.png) center top no-repeat;
}

.mail:hover {
   background-image: url(../image_library/logos/mailOver.png);
}
.linkedIn {
 width: 35px;
 height:35px;
 margin: 2px;
 display:inline-block;
 background:url(../image_library/logos/linkedIn.png) center top no-repeat;
}

.linkedIn:hover {
   background-image: url(../image_library/logos/linkedInOver.png);
}