/**
 * Stylesheet for Deleeslijst.be
 *
 * @media	screen, projection
 * @copyright	3RDS <http://www.3rds.be/>
 * @author	Bramus! <bram@3rds.be>
 */

/**
 * = Default (all years)
 * ----------------------------------------------------------
 */

	/* general text & background color */
	body {
		color: #000;
		background: #fff;
	}
	
	/* titles */
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

	/* links */
	a:link, a:visited {
		color: #333;
	}

	a:hover, a:active {
		color: #000;
	}
	
	/* the quote */
	#bookDetailQuote {
		color: #666;	
	}
	
	/* header strip */
	#header h1 a {
		color: #fff; 																		/* the text-color */
		background: transparent url(../images/headerbg.gif) repeat-x 50% 50%; 				/* the background */
	}
	
	/* year indicator */
	#lnkYear {
		background: transparent url(../../images/button_left.png) no-repeat 0 -70px; 		/* left image for year indicator */
		_background: transparent url(../../images/button_left.gif) no-repeat 0 -70px;		/* internet explorer 6 override */
	}
	
	#lnkYear span {
		background: transparent url(../../images/button_right.png) no-repeat 100% -72px; 	/* right image for year indicator */
		_background: transparent url(../../images/button_right.gif) no-repeat 100% -72px;	/* internet explorer 6 override */
	
		color: #fff; 																		/* The text-color */
	}
	
	/* year dropdown */
	#ddmYear {
		border: 1px solid #000; 															/* border-color */
		background: #fff; 																	/* background-color */	
	}
	
	#ddmYear li a {
		color: #000;																		/* text-color of the links */
	}
	
	#ddmYear li a:hover {
		background: #C1C1C1;																/* background-color of the links (on hover) */
		color: #333;																		/* text-color of the links (on hover) */
	}
	
	/* comments form */
	#bookComments .bookComment h3 {
		background: #555;																	/* background titlebar above comment */
	}
	
	#bookComments .bookComment h3, #bookComments .bookComment h3 a {
		color: #fff;																		/* text-color titlebar above comment */
	}

	/* buttons */
	#formSubmit, a.btnLink {
		background: transparent url(../../images/button_left.png) no-repeat 0 -70px; 	/* left image for button */
		*display: inline-block; 														/* internet explorer 7 override */
		_background: transparent url(../../images/button_left.gif) no-repeat 0 -70px;	/* internet explorer 6 override */
		
	}
	
	#formSubmit span, a.btnLink span {
		
		color: #fff;																		/* button color */
		
		background: transparent url(../../images/button_right.png) no-repeat 100% -72px; 	/* right image for button */
		*background: transparent url(../../images/button_right.gif) no-repeat 100% -73px;	/* internet explorer 7 override */
		_background: transparent url(../../images/button_right.gif) no-repeat 100% -72px;	/* internet explorer 6 override */
	}
	
	#formSubmit:hover span, a.btnLink:hover span {
		color: #ccc;																		/* button hover color */
	}
	
/**
 * = 2008
 * ----------------------------------------------------------
 */

	/* 
	body#b_2008 {
		color: #000;
		background: #fff;
	}

	#b_2008 h1, #b_2008 h2, #b_2008 h3, #b_2008 h4, #b_2008 h5, #b_2008 h6 {
		color: #1b3c0c;
	}

	#b_2008 a:link, a:visited {
		color: #333;
	}

	#b_2008 a:hover, a:active {
		color: #000;
	}
	
	#b_2008 #bookDetailQuote {
		color: #666;	
	}
	
	#b_2008 #header h1 a {
		color: #fff; 
		background: transparent url(../images/2008/headerbg.gif) repeat-x 50% 50%;
	}
	
	#b_2008 #lnkYear {
		background: transparent url(../images/2008/button_left.png) no-repeat 0 -70px;
		_background: transparent url(../images/2008/button_left.gif) no-repeat 0 -70px;
	}
	
	#b_2008 #lnkYear span {
		background: transparent url(../images/2008/button_right.png) no-repeat 100% -72px;
		_background: transparent url(../images/2008/button_right.gif) no-repeat 100% -72px;
	
		color: #fff;
	}
	
	#b_2008 #ddmYear {
		border: 1px solid #285a11; 
		background: #fff;
	}
	
	#b_2008 #ddmYear li a {
		color: #285a11;
	}
	
	#b_2008 #ddmYear li a:hover {
		background: #c3f0ae;
		color: #285a11;
	}
	
	#b_2008 #bookComments .bookComment h3 {
		background: #397f18;
	}
	
	#b_2008 #bookComments .bookComment h3, #bookComments .bookComment h3 a {
		color: #b8ed9f;
	}
	
	#b_2008 #formSubmit, #b_2008 a.btnLink {
		background: transparent url(../../images/2008/button_left.png) no-repeat 0 -70px;
		_background: transparent url(../../images/2008/button_left.gif) no-repeat 0 -70px;
	}
	
	#b_2008 #formSubmit span, #b_2008 a.btnLink span {
		
		color: #fff;
		
		background: transparent url(../../images/2008/button_right.png) no-repeat 100% -72px;
		_background: transparent url(../../images/2008/button_right.gif) no-repeat 100% -72px;
	}
	
	#b_2008 #formSubmit:hover span, #b_2008 a.btnLink:hover span {
		color: #ccc;
	}
	*/
