﻿
/* NEWS ITEM */

	h2.newsItemTitle
	{
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 0px;
	}

	a:link.newsItemTitleLink, a:visited.newsItemTitleLink, .newsItemTitleSpan
	{
		color: #231F20;
		text-decoration: none;
	}

	a:hover.newsItemTitleLink
	{
		text-decoration: none;
		color: #231F20;
	}

	.newsItemPubDateAndAuthor
	{
		font-size: 0.7em;
		color: #828282;
		margin-bottom: 5px;
	}

	.newsItemTitleDelimiter
	{
		border-top: solid 1px #231F20;
		padding-bottom: 4px;
	}

	.newsItemPubDateAndAuthor img
	{
		vertical-align: middle;
		width: 19px;
		height: 14px;
	}

	.newsItemBody
	{
		width: 95%;
		font-size: 0.8em;
		color: #231F20; /*line-height: 1.5em;*/ /*margin-top: 7px;*/
	}

	.newsItemBody > p:first-child
	{
		margin-top: 0px;
	}

	.newsItemBody > span:first-child
	{
		margin-top: 0px;
	}

	.newsItemBody > div:first-child
	{
		margin-top: 0px;
	}

	.newsItemBody > :first-child
	{
		margin-top: 0px;
	}

	.newsItemBody img
	{
		margin: 4px;
	}

	.newsItemComments
	{
		font-size: 0.8em;
		color: #3165C6;
		margin-top: 12px;
		clear: both;
	}

	.newsItemEnclosure
	{
		font-size: 0.8em;
		color: #3165C6;
		margin-top: 12px;
	}

	.newsItemEnclosureStatus
	{
		font-size: 0.8em;
		font-style: italic;
		color: #828282;
	}

	.newsItemComments a:link, .newsItemComments a:visited, .newsItemEnclosure a:link, .newsItemEnclosure a:visited
	{
		color: #3165C6;
		text-decoration: none;
	}

	.newsItemComments a:hover, .newsItemEnclosure a:hover
	{
		color: #3165C6;
		text-decoration: underline;
	}

	.newsItemDelimiter
	{
		clear: both;
		height: 1.875em;
	}

	.newsItemArrow
	{
	}
	/* End News Item */