/* @override http://test.nicktoye.co.uk/bzmarketing/brymau/workspace/css/print.css */

/*	
	Sheet:		Print CSS
	Created: 	2007-12-07
	Author:		Nick Toye
	Project:	Brymau Estates
	
	Notes:
	
	Print stylesheet.
	
*/


/* whiteout base and fix default font */

html, body {
	background: white;
	font-size: 13px;
	color: #000;
}

div#container {
	width: auto;
	float: none !important;
}

/* Fix links */

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* Remove unwanted stuff */

ul#other-nav, ul#mainNav, ul#page-options, ul#estates {
	display: none;
}

img {
	display: none;
}


/* Add in the Logo and remove the title */

h1#logo a {
	display: none;
}

div#branding {
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #8cc63f;
}

div#branding img.hideImage {
	display: block;
}


/* Content */

div#content {
	border-bottom: 1px solid #8cc63f;
	padding: 10px 10px;
}

div#mainContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table {
	border: 1px solid #000;
	border-collapse: collapse;
}

table th, table td {
	padding: 5px;
	text-align: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

ul.general li {
	padding-left: 15px;
	background: url(../img/generalBullet.gif) no-repeat 0 5px;
	margin-bottom: 2px;
}

/* Fix Footer, remove the bullets from the microformats */

div#footer {
	padding: 10px 0;
}

div#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

ul.vcard li {
	display: inline;
}




