
/* ========================================================================

	Maritiem Digitaal Styles - print
	acdhirr for trilobiet.nl 2010
	
======================================================================== */	


/* ------------------------------------------------------------------------
	HTML Redefs 
------------------------------------------------------------------------ */
body {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 13px;
	background: none;
	line-height: 1.4em;
}	


a {
	color: black;
}

	a img {
		border: none;
	}

.textOnly {
	display: block;
}

/* ------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------ */

#layCanvas {
	position: inherit;
	width: 100%;
	margin: 0;
	padding: 0;
}

#layHead {
	border-bottom: solid 1px #000;
	padding: .5em 0;
	margin: 0 0 1em 0;
	background: none;
	position: inherit;
	width: 100%;
	height: auto;
}

	#layHead h1 {
		border: none;
		color: #000;
		background: none;
		position: inherit;
		height: auto;
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	#layHead h2 {
		color: #666;
		background: none;
		position: inherit;
	}

	#layHead form, #layHead #Y0 {
		display: none;
	}

#layMenu {
	display: none;
}
		
#layContent {
	width: 100%;
	position: inherit;
	padding: 0;
}

	#layContent #Detail {
		width: 99%;
	}
	
		#layContent #Detail h1 {
		}
	
	#layContent .view {
		border: solid 1px #ccc;
		background: #ccc;
	}
	
	/* printers usually do not print bakgrounds, thumbs are background images... */
	#layContent .thumbs {
		display: none;
	}

	#layContent #Foot, #layContent #Related, #layContent #CommentForm,
	.controls {
		display: none;
	}

	#layContent .comments {
		page-break-before: always;
	}
