@media print {

	body {
		font-size: 9pt;
		font-family: "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	}
	
	h3 , #header_address strong {
		text-transform: uppercase;
	}
	#header_address strong { line-height: 2em; }
	
	a {
		text-decoration: none;
		color: black;
	}
	br.clearer { clear: both; }

	#qrvcard ,
	#featured,
	#tools,
	#cv_email,
	#header_title,
	#header_phone,
	#footer,
	#popup_dialog {
		display: none;
	}

	#link_toggle_skills , #link_toggle_portfolio { 
		display: none; 
	}

	#header_address small {
		display: none;
	}
	.project_details h3 {
		display: none;
	}
	
	#header_address address a {
		display: block;
	}
	
	#desc {
		margin: 1em 0 2em 0;
	}
	
	#portfolio {
		width: 71%;
		float: left;
	}
	
	#portfolio ul , #skills ul {
		padding-left: 1.25em;
	}
	
	#portfolio ul li {
		padding-bottom: 2em;
		page-break-inside: avoid;
	}

	#portfolio .thumb img , #portfolio .thumb span {
		display: none;
	}

	#portfolio ul li.highlight .thumb a.thumb_corner:after {
		content: "www.mudar.ca" attr(href);
		font-size: 90%;
		color: gray;
	}

	#portfolio .text .desc h4 {
		padding: 0;
		margin: 0;
	}
	
	#portfolio .text .copyright , .project_details .copyright { 
		font-style: italic;
		font-size: 90%;
		color: gray;
	}
	
	#skills {
		width: 27%;
		float: right;
	}



	#link_no_ajax_back { display: none; }
	
	.project_details ul { 
		padding: 0;
		clear: both;
	}
	
	.project_details ul li { 
		list-style-type: none;
		display: block !important;
		margin: 2em 2em 0 0;
		float: left;
	}

	#hi_res img {
		display: block;
		page-break-before: always;
		padding-top: 5em;
		clear: both;
	}
}


