.newsevent{
	padding-bottom: 60px;
}
.newstitle, .vnewstitle{
	font-size: 21pt;
	font-weight: bold;
	font-family: 'Montserrat', 'sans-serif';
	margin: 0;
	padding: 0;
}
.newsdate, .vnewsdate{
	font-size: 10pt;
	font-style: italic;
	color: green;
}
.newsblurb, .vnewsblurb{
	font-size: 15pt;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
}
.newstitle, .newsdate, 
.vnewstitle, .vnewsdate, .vnewsblurb{
	display: block;
	margin: 0;
}
.vnewsblurb{
	padding-bottom: 35px;
}
.rmform{
	display: inline;
	margin: 0;
	padding: 0;
}
.rmlink{
	color: blue;
	text-decoration: underline;
	font-size: 14pt;
}
.rmlink:hover{
	cursor: pointer;
}
.rmlink:active{
	color: #EE0000;
}
.center{
	display: block;
	text-align: center;
}
hr{
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}
#featured{
	width: 715px;
	padding-left: 10px;
	padding-right: 35px;
	text-align: justify;
}
#featured.newsevents{
	padding-bottom: 20px;
}
.update{
	padding-top: 20px;
	color: red;
	font-weight: bold;
}
#postimage{
	border: 0;
	max-width: 100%;
	height: auto;
}
ol li{
	padding-bottom: 5px;
}



@media screen and (max-width: 800px) {
#sidebar{
	display: none;
}
#navbar{
	margin-bottom: 15px;
}
#featured{
	text-align: left;
}
}
