/*
--------------------------------------------------------------------------------------------------
 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:
--------------------------------------------------------------------------------------------------
 Generic stylesheet containing all modules print styles.
*/

@media print
{

	/*********************************************************************************************/
	/* =Generic		  							                                      			 */
	/*********************************************************************************************/
	.hide,
	#path,
	#downloads,
	#options,
	#quickSearch,
	#shortCuts,
	#quicklinkForm,
	#metaLinks,
	.paging,
	#share,
	#contact,
	#fontSize,
	#albumOptions,
	#announcementSearch,
	#banners,
	#sideBar,
	#pageNavigation,
	#footer,
	#navigation,
	#logo,
	#quickMenu
	{
		visibility:				hidden;
		display:				none;
		width:					0;
		height:					0;
	}
	
	body 
	{
		font-family: 			"Georgia", Times New Roman, Serif;
		color: 					#000;

		font-size:				11px;
		line-height:			1.55em;	
		background-color:		#fff;
		
	}

	.floatCloser
	{
		clear:					both;
	}
	
		h1
	{
		font-size:				1.67em; 	/* 15px */
		
		font-weight:			normal;
		letter-spacing:			1px;
		padding-bottom:			3px;
	}
	
		h2 
		{
			clear:					both;
			padding-top:			18px;
			font-weight:			bold;
			font-size:				1.36em;	/* 15px*/
			
			line-height:			1.67em;	/* 20px */
		}
		
			h3 
			{
				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 0 0 16px;
		padding:					0;
		list-style-type:			square;
	}
	
		ul li
		{
			list-style-type:		square;
		}
		
	#totalContainer p a:after {
		content: 				" ("attr(href)") ";
		font-size: 				1em;
		font-style:				italic;
	}

}
