/**
 * news.css - Stylesheet for news.php 
 */

/***********************************************************************
 * Elements
 **********************************************************************/

/***********************************************************************
 * Items
 **********************************************************************/

#content .news-content {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .news-date {
	display: inline;
	font-family: tahoma, arial;
	color: #77787b;
	font-size: .9em;
	margin-bottom: 2px;
}

#content .news-author {
	border-right: 1px solid #77787b;
	font-family: tahoma, arial;
	color: #77787b;
	font-size: .9em;
	padding: 0 7px 0px 1px;
	margin-bottom: 2px;
	margin-right: 7px;
    display: inline;
}

#content .news-item {
	margin-bottom: 12px;
	border-bottom: 1px solid #c1ddf1;
	padding: 0 0 12px;
}

#content .news-item.last {
	border-bottom: none;
}

#content .news-link {
	font-size: .9em;
	font-weight: bold;
}

#content .news-title {
	color: #004990;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#content .news-title a {
	color: #004990;
}

#content .news-title a:hover {
	color: #3b3b3c;
	text-decoration: none;
}

/***********************************************************************
 * Classes
 **********************************************************************/

/* Blocks */
