@import url(common/billboard_page.css);

/*
-------------------------------------------------------------------
Content
*/

#content
{
	background: #383838;
	color: #FFF;
}

/*
-------------------------------------------------------------------
News article
*/


#newsArticle { padding-right: 8px; }

#newsTitle
{
	margin: 0;
	margin-top: 3px;
	line-height: 1;
}

#newsDate
{
	margin-top: 6px;
	margin-bottom: 15px;
	font-size: 11px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFF;
}

#newsArticle img {

}

#newsArticle .img-right {
float:right;
margin-left:10px;
margin-bottom:4px;
}

/*
-------------------------------------------------------------------
News list
*/

#currentNewsTitle
{
	margin-top: 3px;
	margin-bottom: 8px;
	line-height: 1;
}

#archivedNewsTitle
{
	margin-top: 60px;
	margin-bottom: 8px;
	line-height: 1;
}

div.news
{
	padding-top: 15px;
	clear: left;
}

div.news.with-img { }

div.news.with-img img
{
	float: left;
	border: 1px solid #bbb;
	padding: 2px;
	background: #333;
}

div.news.with-img .news-data
{
	margin-left:76px;
}


h3.newsTitle
{
	font-size: 12px;
	margin: 0;
}

p.newsDate
{
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 4px;
}

p.newsAbstract
{
	margin: 0;
	font-size: 11px;
}

strong.newsMore { text-decoration: underline; }

.news-filter {border:1px solid #ddd;padding:3px;font-size:12px;background:#444;color:#fff;}

