/* Print stylesheet ------------------------------------
 Author:         Web Services and Information Policy
 Last updated:   24/07/2012
------------------------------------------------------*/

#contentwrap, #contentpadding, #contenthome {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important; /* This stops some browsers from cutting off after the first page */
}

#contentpadding {
	overflow: visible;
	margin-right: 220px;
}

body, #page, h1, h2, h3, h4, h5 {
	background: none;
	color: black !important;
}

#subhomepage {
	margin-top: 2em;
}

#topnav, #grouptitle, #search,  #loginbar, #publishhead, #publishform, .pagelink, .pagemenu, #userBar, #globalBar, #footer, #userfooter, #topNav, #nav, #explore, #interact {
	display: none;
}

#sitemap {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 180px;
	padding-left: 15px;
	border-left: 1px solid #
}

#head {
    background: none;
    margin: 0;
	margin-top: 20px !important;
	padding-top: 20px !important;
    height: auto !important;
}

#footer {
	background: none;
	margin: 20px 0 0 0;
	padding: 0;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
}

#promocolumn {
	display: none;
}

#promocontent {
	margin: 0;
}

#rmitlogo {
    margin: 0;
	padding: 0; 
}

.homelogo {
   float: none;
   margin: 0;
}

#homepage #contentbranding {
   text-align: left;
}

#logo {
	display: block !important;
	float: none;
	padding-bottom: 40px !important;
}

/* This is future code for the breadcrumbs when we get those going in every template.
It's not being used now, but doesn't hurt to include. */

#printhead {
	padding: 0;
	margin: 0 0 2em 0;
	font-size: 0.85em;
	display: inline;
}

#printhead p {
	font-weight: bold;
}

#printhead ul {
	padding: 0;
	margin: 0;
}

#printhead li {
	display: inline;
	list-style: none;
	margin-right: 0.4em;
	line-height: 1.6em;
}

/*  Program page styling  */

#programSecondColumn {
	display: none !important;
	width: 0 !important;
}

#programFirstColumn {
	float: none !important;
	width: 900px !important;
}

#accordion h2 {
	padding: 15px 0px 10px 0px !important;
	font-size: 1.3em !important;
}

.accordionDefault {
	background: none !important;
	border: 0 !important;
}

.accordionSpacer {
	display: none !important;
}

.accordionHidden {
	position: relative !important;
}

.accordionContent {
	padding: 0 1em 1em 0 !important;
}

#expandControls {
	display: none;
}