/**
 * Stylesheet for Vinoshop : News
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bram Van Damme <bramus@netlash.com>
 */

/**
 * = newsListing
 * ----------------------------------------------------------
 */

 	#news {

	}

	#news .newsarticle {
		padding-bottom: 9px;
	}

	#news .last {
		padding-bottom: 0;
	}

	#news .newsarticle h3 {
		font-size: 14px;
		font-family: "Trebuchet MS", Trebuchet, Arial;
		font-weight: 700;
		color: #2a0112;
		font-style: normal;
	}

	#news .newsarticle h3, #news .newsarticle h2 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

 	#newsdetail .newsarticle h1.newsarticle-title {
		font: italic 18px/18px Georgia, "Times New Roman", Times, serif;
		line-height: 18px;
		margin-bottom: 6px;
	}

	#news .newsarticle h3 a, #news .newsarticle h2 a, #newsdetail .newsarticle h1.newsarticle-title a {
 		/* font: 700 11px/16px Arial, Helvetica, sans-serif; */
		color: #2a0112;
		text-decoration: none;
	}

	#news .newsarticle h3 a:hover, #news .newsarticle h2 a:hover, #newsdetail .newsarticle h1.newsarticle-title a:hover {
		text-decoration: underline;
	}

	#news .newsarticle p.date, #newsdetail .newsarticle p.date {
		font-style: italic;
		padding-bottom: 5px;
		font-size: 12px;
		color: #5d0429;
	}

	#news .newsarticle p, #newsdetail .newsarticle p {
		/* font: normal 11px/18px Arial, Helvetica, sans-serif; */
	}
	
	p.backlink {
		padding-top: 18px;
	}