/*  
	### [STYLESHEET INFO] ########################################################################
	##############################################################################################
	Author: Alberto Calvo
	Author URI: http://intemperie.me
	----------------------------------------------------------------------------------------------
	Name: Print Stylesheet
	Version: 1.0
	Description: Styles for print
	##############################################################################################
*/

body.print { 
	background: white none;
	color: #155488;
	padding: 10px;
}

body.print h1 {
	font-size: 16px;
}

body.print #header {
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

body.print #search-results .vcard .url { text-decoration: none; }

body.print #breadcrumb { margin-top: 0; }

body.print #search-results.detail .vcard { 
	/*float: left;
	width: auto;
	min-width: 400px;
	margin-right: 222px;*/
	display: block;
	width: 100%;
	float: none;
	border: 0;
	margin: 0;
}

body.print #search-results.detail #map { 
	/*position: absolute;
	right: 10px;
	width: 15%;
	min-width: 206px;*/
	display: block;
	float: none;
	margin: 20px 0 0 132px;
}

body.print #search-results.detail #map .section { 
	height: 200px; 
	overflow: hidden;
}
