/*
-----------------------------------------------------
Wilson wedding car hire CSS file for print media

Author: Dave Harrison
FileName:    print.css
Version:     10.12.2007
-----------------------------------------------------
*/
/*FOR PRINT ********************************************************* */
@media print { 

/* POSITIONING
-------------------------------------------------------------------------*/
body {
	margin:  0;
	padding: 0;
	background:#fff;
	text-align: left;
	font:100%/1.3em "Century Gothic","Times New Roman", Times, serif;
	}
#wrapper {
	width: auto;
	border: 0;
	margin: 0 1%;
	padding: 0;
	float: none !important;
	color:#000;
	}
#content{display:block;}
#logo img{width:250px;height:100px;}

/* SWITCH OFF
-------------------------------------------------------------------------*/
.footerlist ul,#accessibilitybar,#siteNav,#logo h1,.backtotop {
	display:none
	}
/* TEXT ELEMENTS
-------------------------------------------------------------------------*/
a{text-decoration:none;}
a[href^='http://']:after,a[href$='.pdf']:after{
	content:"[  " attr(href) "  ]";
	font-size: 75%;
  	color:red;
  	margin:0 2px;
	}
h2{border-bottom:1px solid #000;padding-bottom:10px;}
dl{width:300px;position:relative;float:left;margin:10px 0;height:80px;}
dt{display:block;width:80px;text-align:right;color:#e8a21a;float:left;clear:both;font-size:8pt;}
dd{display:block;width:160px;text-align:left;color:#a89a80;float:left;padding:0 10px;font-size:8pt;}
.gallery{display:block;float:right;width:400px;height:300px;}
.acar{page-break-inside: avoid;}
hr,address,h2,h3,h4{clear:both;}
/* FOOTER
-------------------------------------------------------------------------*/
hr{width:100%;display:block;clear:both;margin:2px 0;}
#creator{text-align:center;font-size:0.8em;}

/* GENERAL
-------------------------------------------------------------------------*/
img{border:none;}
.forprint{display:block;float:none;}
}