﻿/* _________________________________________________

Ball State Design - Event Page

1.EVENTPAGE
_____________________________________________________
    
event PAGE
*/
.eventPage { }

.eventPage .none { display: none; }

/* SHARING */
.eventPage .share .social { margin-bottom: 0; }

/* IMAGE */
.eventPage .image 
{
    width: auto;
    height: auto;
}

.eventPage .image.right { margin: 20px 0 10px 20px; }

.eventPage .image img 
{
    width: 320px;
    height: auto;
}

.eventPage.singleEvent.rte {
    overflow: auto;
}

.eventPage.singleEvent .image img {
    float: right;
    padding-right: 0 !important;
}


.eventPage .auto { width: 279px; }

/* INFO */
.eventPage .info 
{
    padding: 0 0 10px 0;
    line-height: 1.5em;
}

.eventPage .info .label { font-weight: bold; }

.eventPage .allday { font-weight: bold; }

/* OFFICE */
.eventPage .office 
{
    padding: 0 0 10px 0;
    line-height: 1.5em;
}

/* CATEGORIES */
.eventPage .categories 
{
    padding: 0 0 10px 0;
    line-height: 1.5em;
    font-style: italic;
}

.eventPage .info h3, .eventPage .categories h3 { margin-top: 0; }

/* BIO */
.eventPage .bio { padding: 10px 0; }

/*640px __________________________________________________________________________________________________________ */
@media only screen and (max-width: 640px)
{ 
    .eventPage .image img { padding: 0; }
}

/*480px __________________________________________________________________________________________________________ */
@media only screen and (max-width: 480px)
{ 
    
    .eventPage .title h1 {
        font-size: 16pt;
    }
        
    .eventPage .image { float: none; width: 100%; height: auto; }
    .eventPage .image.right { margin: 0 0 10px 0; }
    .eventPage .image img { width: 100%; height: auto; }

}