/**
 * File       
 * Created    4/10/13 2:41 PM 
 * Author     Matt Thomas
 * Website    http://betweenbrain.com
 * Email      matt@betweenbrain.com
 * Support    https://github.com/betweenbrain/StayConnected-Module/issues
 * Copyright  Copyright (C) 2013 The Solomon R. Guggenheim Foundation. All Rights Reserved.
 */
.connected {
  margin: 0;
  padding: 0; }

.connected li {
  display: inline-block; }

.connected li a {
  text-indent: 103%;
  white-space: nowrap;
  overflow: hidden;
  /* shared spritesheet with other frontpage elements */
  background-image: url(http://media.guggenheim.org/_designElements/guggenheim/sprites/sprites-frontpage.png);
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 30px;
  text-decoration: none; }

.connected li.facebook a {
  background-position: -100px 0; }

.connected li.twitter a {
  background-position: -135px 0; }

.connected li.youtube a {
  background-position: -170px 0; }

.connected li.flickr a {
  background-position: -205px 0; }

.connected li.instagram a {
  background-position: -240px 0; }

.connected li.email a {
  background-position: -275px 0; }

.connected li.facebook a:hover {
  background-position: -100px -30px; }

.connected li.twitter a:hover {
  background-position: -135px -30px; }

.connected li.youtube a:hover {
  background-position: -170px -30px; }

.connected li.flickr a:hover {
  background-position: -205px -30px; }

.connected li.instagram a:hover {
  background-position: -240px -30px; }

.connected li.email a:hover {
  background-position: -275px -30px; }

/*# sourceMappingURL=connect.css.map */
