/*
  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: 29 December 2014 19:28:07
*/


/**
 * Leighton Holdings - 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
 *     2.8 Overrides
 */

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

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

/*-- 1.2 Non-Printable Areas --*/
#nav-accessibility,
#header-right,
#breadcrumb,
#back-to-top,
#sub-nav,
#footer {
    display: none;
}
.search-controls,
.pagination,
.pagination-controls,
.inner-col-left {
    display: none;
}
#bg-feature-carousel {
    display: none;
}
.contact-form {
    display: none;
}

/*-- 1.3 Header --*/

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

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

/*-- 2.2 Headings --*/
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
}
h1 {
    font-size: 2.8em;
    padding: 0.12em 0 0.2em;
    color: #32292a;
}
h2 {
    font-size: 2em;
    padding: 0.6em 0 0.5em;
    color: #2c2c2c;
}
h3 {
    font-size: 1.82em;
    padding: 0.5em 0 0.3em;
    color: #2c2c2c;
}
h4 {
    font-size: 1.68em;
    padding: 0.8em 0 0.2em;
}
h5 {
    font-size: 1.26em;
    padding: 1em 0 0.2em;
}
h6 {
    font-size: 1.1em;
    padding: 1em 0 0.3em;
    text-transform: none;
    font-weight: bold;
}

ul {
    list-style: disc;
    text-indent: 0;
    padding: 0;
    margin: 1em;
}

li {
}

img {
    border: 0;
}

/*-- 2.3 Links --*/
#content a {
    color: #20759b;
    text-decoration: none;
}
#content a:hover,
#content a:focus {
    color: #24405b;
    text-decoration: underline;
}

p a:link:after,
p a:visited:after,
li a:link:after,
li a:visited:after  {
    content: " (" attr(href) ") ";
}

.project-images a:link:after, 
.project-images a:visited:after {
    content: '';
}

.external-link {
    display:none;
}

.for-accessibility {
    display:none;
}


/*-- 2.4 Lists --*/
#content dl dt {
    clear: left;
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
    width: 160px;
}
#content dl dd {
    margin-bottom: 6px;
    margin-left: 160px;
}

/*-- 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 --*/
#content .result.odd {
    background-color: #FAFAFA;
}
#content .result.show-thumb {
    padding-left: 190px!important;
}
#content .result-listing .result {
    color: #000;
    padding: 20px;
}
#content .result {
    display: block;
    overflow: hidden;
}
#content .result.show-thumb img {
    float: left;
    margin: 0 0 0 -173px;
    padding: 0;
}
#content .result > strong {
    color: #20759B;
    font-size: 1.35em;
    font-weight: normal;
    padding: 0 0 7px;
    text-transform: uppercase;
}
#content .result > * {
    display: block;
}
#content .media-docs .result.show-thumb {
    padding-left: 100px!important;
}
#content .media-docs .result.show-thumb img {
    float: left;
    margin: 0 0 0 -83px;
    padding: 0;
}

/*-- 2.7 Images --*/
.align-left {
    float: left;
    margin: 0 20px 10px 0;
}
.align-right {
    float: right;
    margin: 0 0 10px 20px;
}
#header > a > img {
    text-decoration: none;
    border: none;
}
#header > a {
    text-decoration: none;
}
#header > a:link:after,
#header > a:visited:after {
    content: "";
}

/*-- 2.8 Overrides --*/
.accordion-style-1 .detail,
.accordion-style-2 .detail {
    display: block!important;
}
#content ul.grid-listing li {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    margin: 0 0 4px;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 159px;
}