/* 	Use this stylesheet for print-friendly pages
 	Add new styles to overwrite those in master.css
*/

/*import the site's default stylesheet*/
@import url(/lib/styles/master.css);

/*override default body style */
body {
	background: #FFFFFF url(none);
	padding:10px 0 0 10px;
	color:#666666;
}
h1 {
	color:#000000;
}
h2,h3,h4,h5,a,p,a:hover {
	color:#666666;
}

#wrapper {
	width:640px;
	padding:0;
	margin:0;
	background:url(none);
}

#content.print {
	width:590px;
	padding:0;
	margin:0;
	float:none;
}

#content.print .logo {
	width:640px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #000000;
}

#content.print {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	padding:20px 0 20px 10px;
	margin-bottom:15px;
}
#footer {
	width:640px;
}

#slideshow img {
	border:1px solid #000000;
}
#slideshow {
	width:252px;
	height:auto;
}
#slideshow div.caption {
	width:250px;
	text-align:left;
	padding:0;
}
#detail .address {
	padding:10px;
	background-color:#ffffff;
	color:#000000;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	width:270px;
}
h3 {
	display:block;
	clear:none;
}
#minimap {
	border:1px solid #000000;
}
#detail .points {
	padding:10px;
	background-color:#ffffff;
	font-size:12px;
	margin-bottom:15px;
}
#footer {
	background:#FFFFFF url(none);
	color:#000000;
}
#footerwrap {
	width:640px;
}
