﻿/* _________________________________________________

Ball State Design - Social Sharing
_____________________________________________________

1.SOCIAL
2.SOCIALBUTTON

SOCIAL
*/
.social 
{
    margin: 0 0 10px 0;
    padding: 0;
}

.photo-album-page .social, .student-photo-album-page .social { margin-bottom: 0; }

.modal .social, #videoContainer .social, #photoContainer .social { margin-top: 10px; overflow: hidden; }


.social.vertical  
{
    width: 75px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #818E9A; 
}

.news-release-page .social.vertical { float: right; }

/**************************************************
**  SOCIAL BUTTON    ******************************
**************************************************/
.socialButton { }

.socialButton.left.email {  }

.socialButton.left.twitter { margin-left: 30px; }

.socialButton.left.ical { top: -5px; }

.socialButton.vertical 
{
    margin: 5px auto;
    text-align: center;
    width: 75px;
    float: none;
    clear: both;
}

.socialButton.vertical.facebook { padding-left: 5px; }

.socialButton.vertical.email { }

.socialButton.vertical.ical { }
    
/*960px __________________________________________________________________________________________________________ */
/* @media only screen and (max-width: 960px) { */
    body {}
/* } */
