/*
--------------------------------------------------------------------------------------------------
 Title:			Print Styles
 Created on: 	11-05-2009
 Author:     	Roberto De Vivo
 Client:		Vincis
 Project:		CastManage 3.8 Template
 Copyright:  	Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Summary:
*/
/************************************************************************************************/
/* PRINT STYLES																					*/
/************************************************************************************************/
@media print 
{
	#topContainer,
	#path,
	#shortCuts,
	#leftColumn,
	#rightColumn,
	#leftMenu,
	#options,
	#relevant,
	#download,
	.hide,
	#path,
	#downloads,
	#options,
	#quickSearch,
	#shortCuts,
	#quicklinkForm,
	#metaLinks,
	.paging,
	#share,
	#contact,
	#fontSize,
	#albumOptions,
	#announcementSearch,
	#banners,
	#sideBar,
	#pageNavigation,
	#footer,
	#navigation,
	#readSpeaker,
	.albumPaging
	{
		display:					none;
	}
	
	
	body 
	{
		font-family: 			"Georgia", Times New Roman, Serif;
		color: 					#000;

		font-size:				12px;
		line-height:			1.55em;	
		background-color:		#fff;
		
	}

	.floatCloser
	{
		clear:					both;
	}
	
		h1
	{
			color: 					#000;
		font-size:				1.67em; 	/* 15px */
		
		font-weight:			normal;
		letter-spacing:			1px;
		padding-bottom:			3px;
	}
	
		h2 
		{
				color: 					#000;
			clear:					both;
			padding-top:			18px;
			font-weight:			bold;
			font-size:				1.36em;	/* 15px*/
			
			line-height:			1.67em;	/* 20px */
		}
		
			h3 
			{
					color: 					#000;
				clear:					both;
				padding-top:			18px;
			
				font-weight:			bold;
				font-size:				1.09em;	/* 12px */
								
				line-height:			1.67em;	/* 20px */
			}
	
	#content img
	{
		padding:				0;
		display:				inline;
		border:					none;
	}
	
	a
	{
		color:					#000;
		text-decoration:		none;
	}
	
	ul
	{
		margin:						0;
		padding:					0;
	}
	
		ul li
		{
		}
		
	#totalContainer p a:after {
		content: 				" ("attr(href)") ";
		font-size: 				1em;
		font-style:				italic;
	}
}
