﻿/* _________________________________________________

Ball State Design - News Article
_____________________________________________________

1.NEWSRELEASEPAGE

NEWS RELEASE PAGE
*/
.news-release-page h1 { color: #221F20; line-height: 1.5em; margin: 0; }

.news-release-page .topics { font-style: italic; margin: 0; }

.news-release-page .social { margin-top: 10px; }

.news-release-page .date { color: #ba0c2f; font-weight: bold; font-size: 10.5pt; }

.news-release-page .image { float: right; margin: 0 0 10px 10px; width: 250px; text-align: center; }
.news-release-page .image img { padding: 0; margin: 5px 0; width: 100%; height: auto; }
.news-release-page .image .caption { font-size: 9pt; text-align: left; margin: 0 auto; line-height: 1.5em; font-style: italic; }

.news-release-page .byline { }

/*
2.ORGANIZATIONNEWSRELEASEPAGE

ORGANIZATION NEWS RELEASE PAGE
*/

.organization-news-release-page h1 { color: #221F20; line-height: 1.5em; margin: 0; }

.organization-news-release-page .topics { font-style: italic; margin: 0; }

.organization-news-release-page .social { margin-top: 10px; }

.organization-news-release-page .date { color: #ba0c2f; font-weight: bold; font-size: 10.5pt; }

.organization-news-release-page .image { float: right; margin: 0 0 10px 10px; width: 250px; text-align: center; }
.organization-news-release-page .image img { padding: 2px 2px; margin: 5px 0; width: 100%; height: auto; }
.organization-news-release-page .image .caption { font-size: 9pt; text-align: left; margin: 0 auto; line-height: 1.5em; font-style: italic; }

.organization-news-release-page .byline { }

/*480px __________________________________________________________________________________________________________ */
@media only screen and (max-width: 480px)
{ 
    
    .news-release-page h1 {
        font-size: 16pt;
    }
        
    .news-release-page .image { float: none; width: 100%; height: auto; margin: 0 0 10px 0; }
}