/*
	MCOM_style_news.css
	
	Style Extension for 'Projects' of maklott.com
	
	Created : 2008 12 22
	Last Changed : 2008 12 22
	by oliver@maklott.com
*/

div.news
{
	margin: 3px;
	padding: 3px;
}

span.news_title, span.news_year, span.news_date, span.news_description, span.news_authors, span.news_tags
{
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
}

/* ------------ Title ------------ */
span.news_title
{
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
td.news_title
{
	text-align: left;
}
a.news_title
{
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
}

/* ------------ Year ------------ */
span.news_year
{
	font-size: 0.9em;
	text-align: center;
	color: #666666;
}
td.news_year
{
	text-align: center;
}
a.news_year
{
	font-size: 1.0em;
	text-align: center;
	color: #666666;
	text-decoration: none;
}

/* ------------ Date ------------ */
span.news_date
{
	font-size: 0.9em;
	text-align: center;
	color: #666666;
}
td.news_date
{
	text-align: center;
}
a.news_date
{
	font-size: 1.0em;
	text-align: center;
	color: #666666;
	text-decoration: none;
}

/* ------------ Description ------------ */
span.news_description
{
	font-size: 1.0em;
	text-align: left;
	color: #333333;
}
td.news_description
{
	text-align: left;
}

/* ------------ Authors ------------ */
span.news_authors
{
	font-size: 0.8em;
	text-align: left;
	color: #666666;
}
td.news_authors
{
	text-align: left;
}
a.news_authors
{
	font-size: 1.0em;
	text-align: left;
	color: #666666;
	text-decoration: none;
}

/* ------------ Tags ------------ */
span.news_tags
{
	font-size: 0.8em;
	text-align: left;
	color: #999999;
}
td.news_tags
{
	text-align: left;
}
a.news_tags
{
	font-size: 1.0em;
	text-align: left;
	color: #999999;
	text-decoration: none;
}


