		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 12 July 2016 09:44:22
*/


/**
 * The University of New England - Print Style Sheet
 *
 * print.css
 * author: Squiz Australia
 */

/*
 * Table of Contents
 *
 * 1. Structure
 *     1.1 Setup Page
 *     1.2 Non-Printable Areas
 *     1.3 Header
 *
 * 2. General
 *     2.1 General Typography
 *     2.2 Links
 *     2.3 Images
 */

/*
--------------------
1. Structure
--------------------
*/

/*-- 1.1 Setup Page --*/
#wrapper {
    width: 100%;
}

/*-- 1.2 Non-Printable Areas --*/
.header-links,
.site-search,
#main-nav-wrapper,
#home-slider,
#home-carousel,
#footer-wrapper,
.footer-info-wrapper,
#sub-nav-wrapper,
.sidebar,
.breadcrumbs,
#landing-slider,
.widgets,
.pre-footer-wrapper,
object,
iframe,
.skip-links-wrapper,
.h1-wrapper,
.connect-feature-wrapper,
.connect-panels {
    display: none;
}

/*-- 1.3 Header --*/

/*
--------------------
2. General
--------------------
*/

/*-- 2.1 General Typography --*/
body {
	margin: 0;
	padding: 0;
}
.js-enabled hr {
    display: none;
}

/*-- 2.2 Links --*/
#content-main a {
    color: #;
    text-decoration: underline;
}
#content-main a:hover,
#content-main a:focus {
    color: #000;
}
a:link:after,
a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

a.logo:link:after,
a.logo:visited:after {
    content: "";
}

/*-- 2.3 Images --*/

.left {
    float: left;
    margin: 0 20px 10px 0;
}
.right {
    float: right;
    margin: 0 0 10px 20px;
}