﻿/*Graphico Generic Print CSS  - Stuart Johnston 05/07/07*/

/*dont print the ugly stuff - footers, right hand promotional panels, 
secondary navigation  - just give them the good stuff*/
#extra,
#flexible,
#branding,
#siteInformation
{
	display: none;
}

/*dont print Flash unless it is essential to the mission*/
object,
embed
{
	display: none;
}


/*set the basic inherited colours and simple fonts font stuff*/
body
{
	font-family: Arial, Sans-Serif;
	font-size: 0.76em;
	background-color: #fff;
	color: #000;
}


/* a visual rendering of basic structural typography - if you get lower than H4 - well I dont know*/
h1
{
	font-size: 2.5em;
	margin: 15px 0 15px 0;
	clear: left;
	color: #aaa;
	font-style: oblique;
}

h2
{
	margin: 10px 0 10px 0;
	font-size: 1.5em;
}

h3
{
	margin: 0 0 10px 0;
	font-size: 1.1em;
	display: block;
	clear: both;
}


p
{
	margin-bottom: 5px;
}

em
{
	font-style:normal;
	font-weight: bold;
}



/* Give all inline images a float left, margin and a nice simple border*/

#pageEcard  img

{
	margin: 0 10px 28px 0;
	border:3px solid #EE2E24;
}

#pageEcard  input,
#pageEcard .textPlateHeading,
#pageEcard #printYourEcard,
#pageEcard .sIFR-replaced
{
	display: none;
}

#pageEcard
{
	text-align: center;
	font-size: 2.0em;
	color: #1270aa;
}

#pageEcard #ecardPreview h2
{
	font-size: 3em;
}




