/**
 * Dhz.css - Doe het zelf theme styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

/*body {
	background-color: #7C995F;
}*/


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#header {
	background: white url(../img/themes/dhz/header-visual-bg.jpg) no-repeat 50% 100%;
}

/*#main {
	background-color: #B4C5A4;
}

#footer {
	background-color: #7C995F;
	color: #B4C5A4;
}

#footer .inner {
	background: url(../img/themes/dhz/footer-bg.gif) no-repeat;
}*/


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#targets .selected a,
#targets .selected a:hover {
	background-position: 100% -4423px;
	color: #466E1C;
}


/**
 * HOMEPAGE ELEMENTS
 * ----------------------------------------
 */

#category-thumbs {
	background-position: 0 -440px;
}

.category-thumb {
	width: 280px;
}

.spotlight-content {
	float: left;
	padding: 0;
	width: 280px;
	height: 140px;
}

.spotlight-content h2 {
	margin: 0 0 10px;
	padding: 0 10px;
	background: url(../img/category-spotlight-sprite.png) no-repeat;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: white;
}

#spotlight-steigers {
	background: url(../img/category-spotlight-sprite.png) no-repeat -560px 100%;
}


/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

/*#footer a {
	color: #B4C5A4;
}

#footer a:hover {
	color: white;
}

#footer h2,
#footer h3 {
	color: #B4C5A4;
}*/


/**
 * SECTION SPECIFIC
 * ----------------------------------------
 */

.section-home #header {
	background: white url(../img/themes/dhz/header-visual-home-bg.jpg) no-repeat 50% 100%;
}

