		/*
  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: 21 December 2014 16:38:56
*/


/**
 * Liverpool City Council - 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 Home
 */

/*
--------------------
1. Structure
--------------------
*/

/*-- 1.1 Setup Page --*/
#wrapper {
    width: 100%;
}

#preview-message {
    margin: 0 auto 2em auto;
    max-width: 980px;
}

    #preview-message h3 {
        color: #00718A;
        font-size: 1.6em;
        font-weight: normal;
        text-transform: uppercase;
    }
    
    #preview-message a {
        content: none;
    }

/*-- 1.2 Non-Printable Areas --*/
nav, #nav-accessibility, #MasterFooter, #tool-bar, #form, #search-site, .banner-container, .inside-banner-wrapper, #sub-nav, .breadcrumbs, #MasterFooter, .carousel_wrapper, div.banner-container {
    display: none;
}
header>a>img {
    display: block;
}
header {
    height: 150px;
}
/*-- 1.3 Header --*/

/*
--------------------
2. General
--------------------
*/

/*-- 2.1 General Typography --*/
body {
    color: #5F6971;
    font: normal 75%/1.333333em arial, helvetica, sans-serif; /* 12px */
    margin: 0;
    padding: 0;
}
.js-enabled hr {
    display: none;
}
a:link:after,
a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}
img {
    display: none;
}
/*-- 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.8 Home -- */

.tabbed-news,
.tabbed-news div,
.tabbed-news p,
.tabbed-news .slider-divs a,
.tabbed-news .menu .span3 {
    padding: 0;
    margin: 0;
    height: auto;
    color: #000 !important;
}

.tabbed-news .slider-divs {
    height: auto !important;
}

.tabbed-news .slider-divs div {
    display: block !important;
}

.tabbed-news img {
    float: none;
}