/**
 * print.css
 * ----------------
 * Print style for Business Traveller
 * Woody Sabran / woody@loftdigital.com
 * Copyright 2007
 */

* {
	background: none !important;
}

#wrapper {
	width: auto !important ;
}

#adspace1, #adspace2, #nav, #subnav, .misc, #side_bar, .quote, .tags, .title, .add_comment, .nav, .subnav, .whereami, .extras, .drop_down, .toolbox {
	display: none ;
}

.logo {
	display: block;
	text-indent: 0 ;
	float: none ;
	margin: 0 0 10px 0 ;
	font-size: 20px ;
	width: auto ;
}
.logo a {
	height: auto ;
	text-decoration: none ;
	font-weight: normal ;
}

#header {
 	height: auto ;
}

#wrapper {
	margin: auto ;
}

#content h1 {
	font-size: 30px ;
	font-weight: bold ;
	margin: 0 0 5px 0 ;
}

.date {
	text-align: left ;
	width: auto ;
	padding: 0 0 10px 0 ;
	margin: 0 0 10px 0 !important;
	font-weight: bold ;
	border-bottom: 1px solid #666 ;
	float: none ;
}
.attributes {
	border: 0 ;
	margin: 0 ;
}

.no_print {
	display: none ;
}

#content {
	float: none ;
	width: auto ;
	margin: 0 ;
}

#footer {
	border: 0;
}
.copyright {
	display: block ;
	color: #666 ;
	text-align: center ;
	border-top: 1px solid #666 ;
	border-bottom: 1px solid #666 ;
	margin: 10px 0 10px 0 ;
	font-weight: bold ;
	padding: 10px 0 10px 0 ;
}
.boiler {
	margin: 0 ;
}
