/**
 * 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 .newsarticleHome {
	padding: 0 0 50px 0;
}

#news .newsarticle, #newsdetail .newsarticle {
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
	background: #EFF4DE;
}

#news .newsarticle p, #newsdetail .newsarticle div {
	padding: 0 15px;
	color: #343D27;
}

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

#innerContent h2.newsOverviewTitle {
	color: #343D27;
	background: #aaaa4b url('/modules/core/layout/images/deco_bg_newsOverviewTitle.gif') no-repeat;
	padding: 10px 15px 15px 15px;
	line-height: 1em;
	color: #343d27;
	font-size: 12px;
}

#innerContent h2.newsOverviewTitle a {
	color: #343D27;
	text-decoration: none;
}

h2.newsOverviewTitle .date {
	display: block;
	margin: 4px 0 0 0;
	font-size: 10px;
	font-weight: 400;
}



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

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


#news .newsarticle p.date, #newsdetail .newsarticle p.date {
	padding-bottom: 5px;
	font-size: 12px;
	color: #343d27;
	font-weight: 700;
}

/*
#news .newsarticle p, #newsdetail .newsarticle p {
	color: #dede87;
	padding-bottom: 4px;
}*/

#news .newsarticle p a, #newsdetail .newsarticle p a {
	color:#343D27;
	font-weight: bold;
}

#news .newsarticle p a:hover, #newsdetail .newsarticle p a:hover {
	color: #dede87;
}

#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;
}

p.newsArchive {
	/* margin-left: 15px; */
}

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

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