/* 
	Title: Universal Leonardo Print Style Sheet
	Description: Print CSS styles for universal leonardo web site
	Author: Ben Ellis 
	Company: Keepthinking
	Start Date: 08/09/2005 
	Completion Date: 09/12/2005
*/

/* Styles the default html elements */

	body
	{
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	line-height: 14ft;
	font-size: 70%;
	}
	
	h1,h2,h3,h4,h5,h6
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	}
	
	h1
	{
	font-size: 20pt;
	margin: 10px 0px 10px 0px;
	color: #000000;
	}
	
	h2
	{
	font-size: 16pt;
	margin: 5px 0px 5px 0px;
	color: #333333;
	}
	
	h3
	{
	font-size: 13pt;
	margin: 5px 0px 5px 0px;
	color: #333333;
	}
	
	h4,h2.small
	{
	font-size: 13pt;
	margin: 5px 0px 5px 0px;
	color: #333333;
	}
	
	h5
	{
	font-size: 12pt;
	margin: 0px 0px 5px 0px;
	color: #333333;
	}
	
	#mainNav,
	#skipNav,
	.paging,
	.trailsNav,
	#flashNav,
	form
	{
	display: none;
	}
	#articleContainer {
		width: 100%;
	}
	#articleContainerFull {
		width: 100%;
	}
	td
	{
	/*display: block;*/
	vertical-align: top;
	}
	
	a img
	{
	border: none;
	}
	
/* Styles the logo */
	
	#logo a
	{
	display: none;
	}
	
	#logo img
	{
	display: block;
	border: none;
	}
	
/* Styles the header */

	#header
	{
	height: auto;
	margin: 0px 0px 20px 0px;
	}

/* Styles the gallery pages */

	.trailsHeader img
	{
	margin: 0px 10px 10px 0px;
	}
	
	.trailsHeader h3 img
	{
	margin: 0px;
	}
	
	.exhibit
	{
	clear: both;
	margin: 10px 0px 10px 0px;
	}

	.exhibit img
	{
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
/* Styles the trail pods */

	.trailPod img
	{
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
/* Styles the about leonardo pods */
	
	.aboutLeonardoPod img
	{
	float: left;
	margin: 0px 10px 0px 0px;
	}

/* Styles the search results list */

	.searchResults table
	{
	margin: 0px 0px 10px 0px;
	}

	.searchResults h2
	{
	font-size: 14px;
	}
	
	.searchResults h3
	{
	font-size: 12px;
	}

	.searchResults img
	{
	margin: 0px 10px 0px 0px;
	}
	
	.searchResults ul,
	.searchResults li
	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	}
	
/* Trail single page */
	#trailSingle {
		
	}
	#trailSingle ul {
		margin-bottom: 25px;
	}	
	#trailSingle ul li {
		float: left;
		list-style: none;
		margin: 5px;
	}	
	
	#discover-container {

	}
	.discoveryItem_img {

		float: left;

	}	
	.discoveryItem_content {

		float: right;

	}
	#discover-seeAlso {
		display: none;
	}
/* Styles the generic two column layout */

	.twoCol .leftCol
	{
	float: right;
	width: 130px; 
	}
	
	.twoCol .centreCol
	{
	float: left;
	padding: 0px 10px 0px 0px;
	}

/* Styles the single search result - 3 column layout*/
	
	
	.threeCol .rightCol
	{
	clear: both;
	}
	
/* Styles the footer */

	#footer
	{
	clear: both;
	padding: 0px 0px 0px 0px;
	border-top: 1px #EEEEEE solid;
	margin: 50px 0px 20px 0px;
	}
	
	#footer ul,
	#footer ul li
	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	font-size: 9pt;
	color: #999999;
	display: inline;
	}
	
	#footer ul li a
	{
	display: none
	}
	.clear {
		clear: both;
	}