/**
 * Stylesheet for Deleeslijst.be
 *
 * @media	screen, projection
 * @copyright	3RDS <http://www.3rds.be/>
 * @author	Bramus! <bram@3rds.be>
 */

/**
 * = Global reset
 * ----------------------------------------------------------
 */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		/* outline: 0; */
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}

	body {
		line-height: 1;
		background: white;
	}

	ol, ul {
		list-style: none;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left;
		font-weight: normal;
	}

	em {
	    font-style: italic;
	}

	strong {
	    font-weight: 700;
	}

/**
 * = Primary selectors
 * ----------------------------------------------------------
 */

	body {
		font: 300 12px/1.4 Arial, sans-serif;
		background: #fff;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
	}

	h1 {
		font-size: 28px;
		padding: 0 0 12px 0;
		font-family: Arial, sans-serif;
	}

	h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	h3 {
		font-size: 15px;
		padding: 0 0 8px 0;
	}

	h4 {
		font-size: 14px;
		padding: 0 0 4px 0;
	}

	p {
		padding: 0 0 18px 0;
	}

	ul, ol {
		padding: 0 0 15px 30px;
	}

	ul ul, ul ol, ol ul, ol ol {
		padding-bottom: 0px;
	}

	ul li {
		list-style: square;
	}

	dd {
		padding-bottom: 5px;
	}


/**
 * = Clearfix
 * ----------------------------------------------------------
 */

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/**
 * =  Firefox Fixes
 * ----------------------------------------------------------
 */

	/* force scrollbar */
	/**::-moz-any-link html,*/ html {
		min-height: 100%;
		margin-bottom: 1px;
	}

	/* remove big outlines on links */
	a {
		overflow: hidden;
	}

/**
 * = Page structure
 * ----------------------------------------------------------
 */

	#wrapper {
		width: 968px;
		margin: 0 auto;
	}
	
	#flashcontent {
		margin-bottom: 20px;	
	}
	
	#bookDetailQuote {
		margin-top: 20px;
		font-size: 14px;	
	}
	
	#bookDetailQuote span {
		padding: 0 2px;
		font-family: Georgia;
		color: #333;
	}


/**
 * = Header
 * ----------------------------------------------------------
 */

	#header {
		padding: 0;
		min-width: 968px;
		width: 100%;
		height: 57px;
		position: relative;
		overflow: hidden;
		background: #000;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	#header h1 {
		text-align: center;
		font: 300 28px/57px Arial, sans-serif;
		display: block;
		width: 100%;
		height: 57px;
	}

	#header h1 a {
		display: block;
		width: 100%;
		height: 57px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	/*
	#voorleerkrachten {
		position: absolute;
		height: 14px;
		font: 300 12px/14px Arial, Helvetica, sans-serif;
		top: 21px;
		left: 50%;
		margin-left: 328px;
		width: 150px;
		text-align: right;
		color: #666;
		z-index: 100;
	}
	
	#voorleerkrachten:hover {
		color: #999;
		text-decoration: underline;
	} */


/**
 * = Footer
 * ----------------------------------------------------------
 */
 
 	#footer {
		text-align: center;
		color: #666;
		font-size: 10px;
		margin-top: 10px;
	}
	
	#footer a {
		color: #666;
	}
	
/**
 * = Year Dropdown
 * ----------------------------------------------------------
 */

	#lnkYear {
		display: block;
		width: 126px;
		padding-left: 14px;
		height: 36px;
		
		position: absolute;
		top: 12px;
		left: 50%;
		margin-left: -450px;
		
		top: 14px;
		margin-left: 125px;
		
		line-height: 36px;
		
		outline: 0;
		text-decoration: none;
	}
	
	#lnkYear span {
		display: block;
		width: 112px;
		padding-right: 14px;
		height: 36px;
		
		line-height: 30px;
		font-size: 16px;
		text-align: center;
	}
	
	#lnkYear em {
		font-size: 10px;
		position: relative;
		top: -2px;
	}
	
	#ddmYear  {
		list-style: none;
		width: 136px;
		padding: 0;
		margin: 0;
		
		position: absolute;
		top: 48px;
		left: 50%;
		margin-left: -448px;
		
		top: 50px;
		margin-left: 125px;
	}
	
	ul#ddmYear {
		border-top: 0;
	}
	
	#ddmYear li {
		list-style: none;
		text-align: center;	
		width: 136px;
		height: 20px;
		line-height: 20px;
	}
	
	#ddmYear li a {
		text-decoration: none;
		display: block;
		width: 136px;
		height: 20px;
		line-height: 20px;
	}


/**
 * = Forms
 * ----------------------------------------------------------
 */


	label {
		display: block;
		margin: 10px 0 2px 0;
	}
	
	label.divide {
		border-top: 1px solid #CCC;
		padding-top: 20px;
		margin-top: 20px;
	}
	
	label.radio {
		width: 100px;
		float: left;
	}
	
	fieldset {
		margin-bottom: 30px;
		border: 0;
	}
	
	legend {
		color: #4F81BD;
		font-weight: bold;
		margin: 0 0 5px 0;
	}	
	
	input.text, label.textfield, select, textarea {
		height: 16px;
		width: 350px;
		border: 1px solid #CCC;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		background: #FFF;
	}
	
	textarea {
		height: 100px;
	}
	
	input.hidden { 
		display: none;
	}
	
	.button {
		font: normal 12px/22px Arial, Helvetica, sans-serif;
		display: block;
		padding: 3px 6px 3px 26px;
		background: #E9E8E8 url(../images/blank.gif) no-repeat 5px 4px;
		color: #333;
		height: 34px;
		border: 3px double #999;
		border-left-color: #ccc;
		border-top-color: #ccc;
		text-decoration: none;
	}

	.button:active {
		background-color: #f4f4f4;
		border: 3px double #ccc;
		border-left-color: #999;
		border-top-color: #999;
	}
	
	#formSubmit {
		display: block;
		width: 74px;
		padding-left: 14px;
		height: 31px;
		float: left;
	}
	
	#formSubmit span {
		display: block;
		height: 31px;
		width: 60px;
		padding-right: 14px;
		text-align: center;
		line-height: 31px;	
	}
	
	.btnLink {
		padding: 8px 0 8px 14px;
		text-decoration: none;
	}
	
	.btnLink span {
		padding: 8px 14px 8px 0;
		font-size: 12px;
		white-space: nowrap;
	}

/**
 * = bookDetail : main positioning
 * ---------------------------------------------------------
 */
 
 	#bookDetailWrapper {
	
	}
	
	#bookDetailWrapper #left {
		float: left;
		width: 500px;
	}
	
	#bookDetailWrapper #right {
		float: right;
		width: 448px;
	}

/**
 * = bookDetail : detail
 * ---------------------------------------------------------
 */
 
 	#bookDetail h1, #bookDetail h2, #bookDetail h3 {
		line-height: 1;
		margin: 0;
		padding: 0;
	}
	
	#bookDetail h1 {
		font-size: 24px;
	}
	
 	#bookDetail h2, #bookDetail h3 {
		font-size: 12px;
		font-weight: 300;
		padding-top: 4px;
		font-family: Arial, sans-serif;
	}
	
	#bookDetail #bookDetailDescription {
		padding: 20px 0 0 0; 
	}
	
	#bookDetail #bookDetailDescription {
		color: #333;
	}

/**
 * = bookDetail : comments
 * ---------------------------------------------------------
 */
	
	#bookComments {
		padding-bottom: 10px;
	}
	
	#bookCommentsInner {
		margin: 0 0 20px 0;
		padding: 0 2px 0 0;
	}
	
	#bookCommentsInner.fiveplus {
		max-height: 250px;
		overflow:scroll;		/* Hook Safari, IE and Firefox with scrollbars */
		_overflow:hidden;		/* Override IE */
		overflow-x: hidden;		/* Fix Firefox on the Safari hook : hide hor scrollbar */
		overflow-y: scroll;		/* Fix IE on its own hook: enfore vert scrollbar */
	}
	
	* html #bookCommentsInner.fiveplus {
		height: 250px;
	}
	
	#bookComments .bookComment {
		margin-bottom: 10px;
	}
	
	#bookComments .bookComment h3 {
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		font-weight: 300;
		padding: 0 0 0 4px;
		margin: 0;
	}
	
	#bookComments .bookComment h3 span {
		display: block;
		float: right;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		font-weight: 300;
		width: 250px;
		text-align: right;
		padding: 0 4px 0 0;
	}
	
	#bookComments .bookComment p {
		padding: 5px;
	}
	
	#bookComments .bookComment p.commentIsInModeration {
		background: rgb(255, 255, 153);
		border: 1px solid rgb(255, 153, 0);
	}
	
	#bookComments, #bookAddComment {
		border-top: 1px solid #ececec;
		padding-top: 20px;
		margin-top: 10px;
	} 	
 

/**
 * = bookDetail : cover
 * ---------------------------------------------------------
 */
 
 	.bookCover {
		display: block;
		margin: 0 auto 15px;
	}

/**
 * = bookDetail : linkedBooks
 * ---------------------------------------------------------
 */
 
 	#linkedBooks, #linkedBooks li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#linkedBooks li {
		height: 100px;
		width: 100px;
		margin-right: 10px;
		float: left;
	}
	
	#linkedBooks li a {
		display: block;
		height: 100px;
		width: 100px;
		text-indent: -9999px;
		overflow: hidden;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	
	#linkedBooks li a img {
		display: none;
	}
	
	div.linkedBookDescription {
		display: none;
	}
		
 	div.linkedBookDescription h3, div.linkedBookDescription h4, div.linkedBookDescription h5,
	div#overlaycontent h3, div#overlaycontent h4, div#overlaycontent h5 {
		line-height: 1;
		margin: 0;
		padding: 0;
		font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	div.linkedBookDescription h3,
	div#overlaycontent h3 {
		font-size: 24px;
	}
	
 	div.linkedBookDescription h4, div.linkedBookDescription h5,
	div#overlaycontent h4, div#overlaycontent h5 {
		font-size: 12px;
		font-weight: 300;
		padding-top: 4px;
		font-family: Arial, sans-serif;
	}
	
	div.linkedBookDescription h5,
	div#overlaycontent h5  {
		margin-bottom: 20px;
	}
	
/**
 * = BookDetail: LinkdeVideos
 * 
 */

	#linkedVideos {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#linkedVideos li {
		padding: 0 10px 10px 0;
		float: left;	
	}
	
	#linkedVideos li, #linkedVideos a {
		display: block;
		width: 120px;
		height: 90px;
	}
	
	#linkedVideos a {
		position: relative;	
	}
	
	#linkedVideos .linkedVideoPlayButton { /* 130 x 97 */
		position: absolute;
		top: -4px;
		left: -5px;	
	}

	#linkedVideos .linkedVideoPlayButton:hover {
		top: -6px;	
	}
	.linkedVideoDescription {
		display: none;
	}