/*
Bluewire Media
1300 BLUEWIRE
help.desk@bluewiremedia.com.au
http://www.bluewiremedia.com.au
 
Project ID:   	(Project ID)
Client:         (Client Name)
File author:	(Author Name)

File information
Name:	print.css
Purpose: Print styles. Works in conjunction with 'global.css' but separate from 'layout.css' or 'elements.css'
*/

body, #content, #container {
    width: 100%;
    margin: 0;
    float: none;
    background: #fff url(none);
	
    color: #000;
}

#menu, #sidebar, .search_form {
	display: none;
}

a:link, a:visited {
    color: #00c;
    font-weight: bold;
    text-decoration: underline; 
}
#content a:link:after, #content a:visited:after, #footer a:link:after, #footer a:visited:after {
    content: " (" attr(href) ") ";
	font-weight: normal;
}

