/*******************************************************************
 styles_print.css
  
 This CSS file contains contains the styles that will define how
 Moodle prints.

*******************************************************************/

#aucontainer { 
    border: none;
    width: 98%;
}
.container { 
    border: none;width: 98%;
}
html>body .container,
html>body #container {
	width: 88%;
}

.hide4printing {
	display: none;
}

/*******************
Header Contents
********************/

/* Course_Name [space] Number: [space] Course_Title */
#auheader h1 {
	color: #000;
} 	
/* header for the LMS top page */
#auheader_home {
	color: #000;
}
#auheader_home h1 {
	color: #000;
	display: inline;
	color: #333;
	visibility: visible;
}
#auheader_home h1 span {
	color: #000;
}
#auheader h3 {
	margin-left: 5px;
	padding-left: 5px;
	}

/* Mozilla and Safari see */
html>body #auheader_home h1:before {
	display:none;
}

/*******************
Body Contents
********************/


#left-column {
	display: none;
	}
#right-column {
	display: none;
	}

#aubody {
	border-top: 3px solid #666;
	padding: 10px;
	background-image: none;
}
#aubody .logininfo {
	display: none;
}
#aumoodle {
	font-size: .8em;
}
.headermenu {
	display: none;
	}
.navbar {
	display: none;
}
.aucolumn1 {
	border: none;
	}
hr {
	height: 1px !important;
	border: none;
	}

/*******************
Footer
********************/

#aufooter {
	border-top: 1px solid #666;
	background-color: #FFF;
}
#aufooter img {
	float: right;
	padding: 0;
}
#aufooter p {
	margin: 0;
	padding: 3px 0 0;
	color: #ccc;
}
#aufooter ul {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: .8em;
}
#aufooter a:link,
#aufooter a:visited,
#aufooter a:hover {
	color: #333;
	background: none;
}
#aufooter a:hover {
	color: #086481;
}
#aufooter li {
	display: inline;
	border-left: 1px solid #666;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 9px;
}
#aufooter .logininfo {
	font-size: .8em;
	font-family: arial, sans-serif, sans;
}
#aufooter .logininfo a:link, #aufooter .logininfo a:visited {
	color: #333;
}