/**
 * 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 {
	padding-bottom: 29px;
}

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

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

#news .newsarticle h3 {
	font-size: 12px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
}

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

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

#news .newsarticle p.date, #newsdetail .newsarticle p.date {
	padding: 5px 0;
	color: #fff;
}


#newsdetail .newsarticle p.date {
	padding: 5px 0 35px 0;
}

#news p.action {
	margin-right: 430px;
}

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

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

#innerContent a.button:hover,
#innerContent a.button:active {
}

#newsHome {
	clear: both;
}

#newsHome p.shortText, #news p.shortText {
	padding: 0;
}