/*
 * Version: 10-17-2005
 * CRYOGENIC CONSULTANCY LEIDEN STYLESHEET - PRINT
 * 
 * NOTE: Print stylesheet overwrites global stylesheet
 * 
 * Author: Jeroen Mulder ( jeroen at mediadesign dot nl ) 
 * Media: print
 */
body {
	background: none !important;
	font-size: 12pt !important;
}

#container, #content {
	width: auto;
	margin: 0;
	padding: 0;
}

#navigation, #footer-container, #footer {
	display: none !important;
}

#header a {
	background: none;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #5C8198;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: auto;
	letter-spacing: -0.035em;
	line-height: 1em;
	margin-bottom: 0;
	padding-bottom: 1em;
	text-indent: 0;
}

#container {
	border: 0;
}

#content a[href]:after {
	content: " (" attr(href) ")";
}

#content a[href^="/"]:after {
	content: " (http://cryoleiden.com" attr(href) ")";
}

.project h3 + p a:after { /* Select the first paragraph (commonly holding the image) after the h3 */
	content: "" !important;
}
