/*

		TELLEMACHUS
		VERSION 1.0

		PRINT STYLES
		
		CONTENTS -------------------------



		NOTES ----------------------------



		COLOURS --------------------------


*/

/* @group Basic defaults */
* { background: transparent; }
body, p, div, table, td, th, dl, dt, dd, form, input {
	color: black;
	background: white;
	font-size: 12pt; 
	line-height: 130%;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
} 
blockquote { font-style: italic; color: black;}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a img, p.logo a {
    border: none;
    text-decoration: none;
    float: left;
    margin: 0 1em 1em 0;
}
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
        font-size: 80%
}
h1, h2, h3, h4, h5, h6 {
	padding: 0; background: white;
}
h1 {font-size: 18pt;}	
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 13pt;}
}
/* @end */

/* @group Reset layout divs */
#outer, #right, #left, #home #right, #home #left, div, #intro, .two-col, .col1, .col2 {
	width: 100%; height: auto; margin: 0; float: none !important;border: none;
}

/* @end */

/* @group Site-specific print styles */

#masthead, #footer, #crumbs, #nav, #product-images a  {
	display: none;
}
.two-col, .col1, .col2, blockquote, .news {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
    margin: 1em 0;
}
.news p, .news h3, .inner-right p {
	color: black;
}
/* @end */

