﻿/* _________________________________________________

Ball State Design - News Articles
_____________________________________________________

1.NEWSARTICLES
2.ARTICLE
3.PAGINATION

NEWS ARTICLES
*/
.newsArticles {}

/**************************************************
**  ARTICLE    ************************************
**************************************************/

.newsArticles .article { padding: 0 0 10px 0; margin: 0 0 10px 0; }
.newsArticles .article.last { margin: 0; }

/* Image */
.newsArticles .article img { width: 150px; height: auto; float: left; margin: 5px 10px 0 0; }

/* Date */
.newsArticles .article .date { color: #ba0c2f; font-weight: bold; font-size: 10.5pt; line-height: 1.5em; }

/* Title */
.newsArticles .article .title { font-weight: bold; font-size: 11pt; line-height: 1.5em; }
.newsArticles .article .title a { color: #221F20; text-decoration: none; }
.newsArticles .article .title a:hover { color: #221F20; text-decoration: underline; }

/* Topics */
.newsArticles .article .topics { font-style: italic; margin: 0; }
.newsArticles.inthenews .article .topics { top: 0; }

/* Source Title */
.newsArticles .article .sourceTitle { font-size: 10.5pt; font-style: italic; }

/* Summary */
.newsArticles .article .summary { line-height: 1.5em; }

/* Learn More */
.newsArticles .article .learnMore { }

/**************************************************
**  PAGINATION    *********************************
**************************************************/
#pagination 
{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#pagination .aspNetDisabled 
{
    text-decoration: none;
    color: #555;
}

#pagination .prev 
{
    margin-left: 0;
}

#pagination .next 
{ 
    margin-right: 0;
}

#pagination a { margin: 0 5px; }

#pagination .selected { font-weight: bold; }

/*960px __________________________________________________________________________________________________________ */
/* @media only screen and (max-width: 960px) { */
    body {}
/* } */