@charset "utf-8";
/* ########################################################################### *
/* ***** SUSTAINABILITY VICTORIA ********************************************* *
/* ########################################################################### *
 * ##### DOCUMENT NAME:  print.css
 * ##### DOCUMENT INFO: 
 * ##### Original v1.0: Movember 2007 (George Hiley, Eclipse Group)
/* ########################################################################### *

/* ########################################################################### *
/* ***** INDEX *************************************************************** *
/* ########################################################################### *
/* ##### GLOBAL
/* ##### TYPOGRAPHY
/* ##### CONTENT (INCL. MODULES)
/* ########################################################################### */

.globalFunctions,
.nav_primary,
.heroFeature,
.leftColumn,
.contentLinks,
.rightColumn,
.nav_footer,
.footer
{
	display: none !important;
}


.bodyContent,
#content,
.footer
{
	width: 650px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.header
{
	margin-left: 0px !important;
	margin-bottom: 4em;
}

.homePage .header 
{
	margin-left: 0px !important;
}

.popularTopics
{
	display: none;
}

#homeBannerImages {
	display: none;	
}

#sponsorImages {
    display: none;  
}

.latestNews {
	position: absolute;
	left: 0;
	right: auto;
	
}

/* ########################################################################### *
/* ##### TYPOGRAPHY
/* ########################################################################### */


/* ##### sIFR

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

.sIFR-hasFlash .content h1
{
	font-size: 30px;
	letter-spacing: normal;
	display: block;
	clear: both;
	float: none;
}

.sIFR-hasFlash .rightColumn .module h2
{

}

.content .module
{
	padding: 1.5em 1em;
}

/* ########################################################################### *
/* ##### CONTENT (INCL. MODULES)
/* ########################################################################### */

.jquery-corner
{
	display:none;
}

button, 
button span,
a.button,
a.button span
{
	color: #000000 !important;
}

ul
{
	list-style-type: disc;
}

a:link:after, a:visited:after {
  content: "" !important;
}