/**
 * Stylesheet for Cookstore : News
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bram Van Damme <bramus@netlash.com>
 * @author	Johan Ronsse <johan@netlash.com>
 */

#news .newsarticle {
	margin-bottom: 23px;
}

#news .last {
	padding-bottom: 0;
}

#news .newsarticle h3, #news .newsarticle h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#news .newsarticle h3 {
	font-size: 14px;
}

#newsdetail .newsarticle h1.newsarticle-title {
	margin-bottom: 3px;
	font-size: 17px;
}

#innerContent #news .newsarticle a {
	color: #00b20b;
}

#news .newsarticle h3 a, #news .newsarticle h2 a, #newsdetail .newsarticle h1.newsarticle-title a {
	color: #00b20b;
	text-decoration: none;
}

#news .newsarticle p.date, #newsdetail .newsarticle p.date {
	padding-bottom: 11px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

a.button {
	padding: 2px 7px;
	background: #71AC00;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#innerContent a.button:link,
#innerContent a.button:visited {
	color: #E9EDE4;
}

#innerContent a.button:hover,
#innerContent a.button:active {
	color: #FFF;
	background: #B4C80C;
}
