/**
 * Vlaamse Diabetes Vereniging
 * Home stylesheet
 *
 * Description:	Stylesheet for homepage
 *
 * Author: 		Davy De Pauw, www.marlon.be
 * Created: 	17/09/2007
 * Modified:	17/09/2007
 */

/* spotlight
---------------------------------------------------------- */

#spotlight {
	position: relative;
	margin: 0 0 20px 0;
	width: 100%;
	background: url(../img/bg_spotlight.jpg) no-repeat 0 0;
}

#spotlight .wrapper {
	background: url(../img/bg_headline_corner.gif) no-repeat 0 100%;
}

#spotlight-item
{
    float: left;
    display: inline;
    width: 448px;
}

#spotlight img
{
    float: right;
    margin: 0;
    width: 203px;
}

#headline 
{
	float: left;
	padding: 15px 20px 20px 20px;
	width: 203px;
	height: auto;
}

#headline h1 {
	font-size: 2.2em;
	line-height: 1.1em;
	color: #fff;
}

#headline h1 span {
	display: block;
	margin: 10px 0 0 0;
	font-size: .75em;
	color: #c9dfaf;
}

#headline h2
{
	color: #C9DFAF;
}

#headline h3, #headline h4, #headline p {
	color: #fff;
}

/* news
---------------------------------------------------------- */

#news {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 20px;
	width: 205px;
	height: 247px;
}

#news h2 {
	margin: 10px 0 0 0;
}

#news .item {
	margin: 5px 0 10px 0;
}

#news .item h3 {
	margin: 0;
	font-size: 1em;
}

#news .item h3 a {
	color: #175459;
	text-decoration: none;
}

#news .item h3 a:hover {
	text-decoration: underline;
}

#news .item p {
	margin: 0;
	line-height: 1.4em;
}
