/**
 * Sydney Water - 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 Print panel
 */

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

/*-- 1.1 Setup Page --*/
#wrapper {
    width: 97.5%;
	padding: 20px 30px 20px 14px;
}

/*-- 1.2 Non-Printable Areas --*/
#nav-accessibility, #footer, #aside, .breadcrumb, div.nav, div.flash-video, div.controls,.site-tools, a.prev, a.next, a.back, ul.tabs, a.scroll-forward, a.scroll-backward, p.button, li.cloned {
    display: none;
}


/*-- 1.3 Header --*/

#header {
	padding: 0 0 30px 0;	
}

#header .branding,
#header .branding:link:after,
#header .branding:visited:after {
	border: none;
	content: "";
}

#header .branding img {
	border: none;
	text-decoration: none;	
}

a:link:after,
a:visited:after {
    font-size: 90%;
}

#nav, .social-tools, .site-links, form.site-search, div#share-tools {
	display: none;
}

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

/*-- 2.1 General Typography --*/
body {
    color: #000;
    font: normal 75%/1.333333em arial, helvetica, sans-serif; /* 12px */
	background: #fff;
}

hr {
    display: none;
}

p {
    padding: 0 1.4em 1em 0;
	line-height: 1.42em;
	margin: 0;
}

div.highlight {
   padding: 12px 20px 18px;
	margin: 10px 0;
	background: #f0f9f8;
	border: 1px solid #80cbd9;	
}

div.highlight p {
    padding: 0;
	 margin: 0;
}

div.highlight > strong {
	display: block;
}

.print-only {
	display: block!important;
}

.for-accessibility {
	position: absolute;
	left: -999em;
}
/*-- 2.2 Headings --*/
h1, h2, h3, h4, h5, h6 {
    margin: 0.6em 0;
    line-height: 1.2em;
}

h1 {
    color: #000000;
    font-size: 1.8em;
	font-weight: normal;
    padding: 0.8em 0 0.6em;
	margin: 0;
}

h2 {
    color: #5ba035;
    font-size: 1.54em;
    font-weight: bold;
	clear: both;
	padding: 0.8em 0 0.6em;
	margin: 0;
}

h3 {
    color: #14678d;
    font-size: 1.36em;
    font-weight: bold;
    clear: both;
	 margin: 1.6em 0 0.6em;
}

h4 {
    color: #0084be;
    font-size: 1.28em;
}

h5 {
    color: #207376;
    font-size: 1.18em;
    font-weight: bold;
	 margin: 1.3em 0 0.2em;
}

h6 {
    color: #000;
    font-size: 1em;
    font-weight: bold;
	 margin: 1.3em 0em 0.5em;
}

/*-- 2.3 Links --*/
a {
    text-decoration: none;
    border-bottom: 1px dashed #d0e1e8;
    color: #12698c;
}

#main-content a:link:after,
#main-content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

/*-- 2.4 Lists --*/

#content dl {
    margin: 5px 20px 10px 0;
    border-bottom: 1px solid #c5d9d7;
}

#content dl dt {
    padding: 0;
    float: left;
    display: block;
    clear: left;
    width: 260px;
    text-align: right;
    font-weight: bold;
    padding: 6px 0 8px 0;
    border-top: 1px solid #c5d9d7;
}

#content dl dt:first-child {
    border: none;
}

#content dl dt:first-child + dd {
    border: none;
}

#content dl dd {
    margin-left: 260px;
    padding: 6px 0 8px 27px;
    border-top: 1px solid #c5d9d7;
}

#content dl dd p {
    margin: 0.1em 0 0.7em;
}

/*-- 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 15px 12px 0;
    padding: 1px;
}

.align-right {
    float: right;
    margin: 0 0 12px 15px;
    padding: 1px;
}

.align-center {
	text-align: center;
	margin: 10px 0 20px;
}

#content img,
#aside img {
	border: 1px solid #cbcbcb;
	max-width: 700px;
}

div.content-blocks a:link:after,
div.content-blocks a:visited:after,
.site-tools a:link:after,
.site-tools a:visited:after {
	border: none;
	content: "";
}

/* --  2.8 Print panel -- */

div.print-panel {
	border-top: 1px solid #ababab;
	padding: 5px 275px 0 0;
	overflow: hidden;
	margin-top: 20px;
	clear: both;
}

div.print-panel dl {
	margin: 10px 0 0;
	padding: 0;
	float: left;
}

div.print-panel strong {
	position: absolute;
}

div.print-panel dl dt {
    padding: 0 4px 7px 0;
    display: inline;
    clear: right;
	float: left;
    text-align: left;
    font-weight: bold;
}

div.print-panel dl dd {
	display: inline-block;
	margin: 0;
	padding: 0 0 7px 0;
	width: 125px;
	float: left;
}

div.print-panel dl dd.copyright {
	width: 180px;
}

div.print-panel dl dd.section-name {
	width: 167px;	
}

div.print-panel dl dt.section-label {
	clear: both;
}

div.print-panel dl.doc-info {
	width: 500px;
}

div.print-panel dl.doc-info dt {
	font-weight: normal;
	clear: both;
}

div.print-panel dl.doc-info dd {
	width: 350px;
}

/* -- Home -- */

div.scrollable ul {
	padding: 0;
	margin: 0 0 10px;
}

div.scrollable ul ul {
	padding: 0 0 0 10px;
	margin: 0;
}

div.scrollable ul li {
	list-style: none;
}

div.scrollable ul ul li {
	list-style: disc;
}

#carousel ul {
    margin: -10px 0 0 18px;
	overflow: hidden;
}
 
#carousel ul li {
    float: left;
	clear: none;
    list-style-type: none;
	width: 120px;
	margin: 0;
	padding: 14px 50px 14px 163px;
	background: none;
	border-bottom: 1px solid #e9e9e9;
}

#carousel ul li img {
 	float: left;
	margin: 5px 0 0 -145px;
}

#carousel ul li a {
 	float: left;	
}

#carousel ul li img:hover {
	text-decoration: none;
}

#carousel ul li h3 {
 	color: #14678d;
	margin: 0;
	clear: none;
}

#carousel ul li h3 a {
	border: none;
	width: 100%;
	display: block;
}

#carousel ul li p {
	padding: 0 0 0.8em;	
}

div.banner div.padding {
	width: 522px;
	background: #eee;
	padding: 10px;
	margin: 0 0 10px;
}

ul.image-blocks {
	padding: 0;
	margin: 0;
}

ul.image-blocks li {
	list-style: none;
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
}

ul.image-blocks li img {
	border: none!important;
}

ul.image-blocks li a {
	clear: both;
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}

div.tab-content strong {
	font-size: 1.4em;
	padding: 10px 0 20px;
	display: block;
}

div.tab-content ul.image-blocks li a.image-overlay {
	border: none!important;
	display: block;
	padding-right: 0;
	width: 124px;
	height: 114px;
	overflow: hidden;
	position: relative;
}

div.tab-content ul.image-blocks li a.image-overlay span.mask {
	background: url(mysource_files/home-slider-image-overlay.png) left top no-repeat;
	width: 124px;
	height: 114px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

span.follow {
	display: none;
}

/* -- Inside -- */
div.content-block {
	height: auto!important;	
}

div.pagination,
div.sort,
div.form-container,
div.search-filters,
input[type="submit"],
input[type="reset"],
a.done-button {
	display: none;
}

form.calculator div.form-container {
	display: block;
}

form.calculator div.form-container fieldset.simple-search div,
form.calculator div.form-container fieldset.simple-search div .table-add {
	display: none;
}

form.calculator div.form-container fieldset.simple-search div.form-table {
	display: block;
}

form.calculator div.form-container fieldset.simple-search div .table-edit {
	width: 100%;
}

form.calculator div.form-container fieldset.simple-search div .table-edit .for-accessibility {
	position: static;
}

form legend {
	display: none;
}

form fieldset {
	border: none;
}

div.content-block {
    float: left;
    margin: 20px 0 20px;
    width: 49%;
}

#content ul.grid-listing {
	float: left;
	margin: 11px 0 0 -11px;
	padding: 0;
}

#content ul.grid-listing li {
	background: none;
	padding: 0;
	margin: 0 0 11px 11.2px;
	float: left;
	position: relative;
	list-style: none;
}

#content ul.grid-listing li a:visited:after,
#content ul.grid-listing li a:link:after {
	content: '';
}

#content ul.grid-listing li a:hover span {
	background: #1a787c;
	color: #fff;
}

#content ul.grid-listing li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2c2c2c;
	display: block;
	width: 121px;
	padding: 4px 10px 10px;
	color: #fff;
}

#content ul.grid-listing li a img {
	border: none;
} 