/*
  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: 03 November 2017 13:32:30
*/


/**
 * Mindframe - 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 Headings
 *     2.3 Links
 *     2.4 Lists
 *     2.5 Tables
 *     2.6 Forms
 *     2.7 Images
 */

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

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

/*-- 1.2 Non-Printable Areas --*/
#nav, #nav-accessibility, #footer, .nav-info, #header #search, ul.tools, #nav-wrapper, .inside #side-nav{
    display: none;
}


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

/*-- 2.1 General Typography --*/
body {
    color: #;
    font: normal 75%/1.333333em arial, helvetica, sans-serif; /* 12px */
    margin: 0;
    padding: 0;
}
.js-enabled hr {
    display: none;
}
img {
    display: none;
}

/*-- 1.3 Header --*/

#header .logo a img {
    display: inline-block;
}

/*-- 2.3 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%;
}

/*-- 2.4 Lists --*/


/*-- 2.5 Tables --*/

table.data {
    border-collapse: collapse;
}

table.data caption {
    padding-bottom: 5px;
}

table.data th,
table.data td {
    border: 1px solid #333;
    padding: 4px;
}

/*-- 2.6 Forms --*/

/*-- 2.7 Images --*/

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



/* Content areas */

.inside #main-content {
    width: auto;
    border: none;
}