/* ----------
	
	PROJECT:	LONDON ELECTS (Chartered Office Information)
	FILE:		print.css
	USE:		Print Styles
	AUTHOR:		Start Creative (matthewl@startcreative.co.uk)
	
---------- */

/* -- HIDE UNWANTED ELEMENTS ////////////////////////////// */

p.skip,
div#text-size,
div#search,
div#global-navigation,
div#election-checklist,
div#sharing-tools,
div#right-column,
#footer ul	{
	display: none;
}

/* -- TYPOGRAPHY ////////////////////////////////////////// */

body	{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
}

p	{
	color: #777;
}

ul	{
	list-style: none;
}

a {
	color: #777;
}

/* -- BREADCRUMBS ///////////////////////////////////////// */

div#breadcrumbs ul li	{
	display: inline;
}

/* -- sIFR PRINT CLASSES ////////////////////////////////// */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}