﻿/*
	------------------------------
	News Styles
	------------------------------
*/

article.news, article.event    { border-bottom: solid 1px #c9cccb; margin-bottom: 1.5em; }
article.news h1, article.event h1  { margin-bottom: 0px; }
article.news time, article.event time  { display: block; font-size: 1.45em; font-weight: normal; margin-bottom: 1em; float: left; margin-right: 0.25em; }
article.news p, article.event p  { clear: both; }

a.em        { text-align: center; font-size: 1.35em; background-color: #fff; color: #00acaf; display: block; padding: 2.5%; margin: 0px 0px 1.4em 0px; float: left; width: 95%; -moz-transition: background-color .1s ease-in-out; -o-transition: background-color .1s ease-in-out; -webkit-transition: background-color .1s ease-in-out; transition: background-color .1s ease-in-out; }
a.em:hover  { background-color: #00acaf; color: #fff; }
