/**
 * Stylesheet for Slowlight : 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 30px 0;
}

#news .newsarticleHome h3 {
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
}

#news .newsarticleHome h3 a {
	text-decoration: none;
}

#news .newsarticleHome .date {
	font-size: 12px;
	color: #6884AB;
	padding-bottom: 10px;
}

#news .newsarticle, #newsdetail .newsarticle {
	padding: 24px;
	min-height: 165px;
	background: url('../../../core/layout/images/news_bg.jpg') no-repeat 0 0;
}

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

#newsdetail .justLikeButtons {
	margin-left: 24px;
}

#news .readMoreNews {
	postion: relative;
	margin-top: -8px;
}

#innerContent h2.newsOverviewTitle {
	color: #AEB4BD;
	line-height: 1.5em;
	font-size: 12px;
}

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: #95A5BC;
}

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

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