/**
 * [Client Name] - Print Style Sheet
 *
 * print.css
 * author: Squiz Australia
 */

/*
 * Table of Contents
 *
 * 0. Imports
 * 
 * 1. Overrides
 * 	1.1 Typography
 * 	1.2 Layout
 * 	1.3 Header
 * 	1.4 Footer
 * 	1.5 Nav
 * 	1.6 Breadcrumb
 *  1.7 Content
 *
 * 2. Browser Alert
 *     
 */


/*
--------------------
0. Imports
--------------------
*/

@import url("print.css");

/*
--------------------
1. Overrides
--------------------
*/

/* -- 1.1 Typography -- */

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

a:hover {
	border: none!important;
	color: #222;
}

/* -- 1.2 Layout -- */

body {
	margin: 0;
	padding: 0;
}

#main-content {
	clear: both;
}

#content {
	padding: 20px;
	border: 2px solid #eee;
}

div#aside {
	display: block;
	padding: 20px;
	border: 2px solid #eee;
	margin: 20px 0;
}

form {
	padding: 14px 0;
}

/* -- 1.3 Header -- */

ul.site-links {
	display: block;
	float: none;
}

.social-tools {
	display: block;
	clear: both;
}

.social-tools li {
	display: inline;
	padding-right: 6px;
}

form.site-search {
	display: block;
}

/* -- 1.4 Footer -- */

#footer {
	display: block;
	margin-top: 40px;
}

/* -- 1.5 Nav -- */

div#nav {
	display: block;
}

div#nav li {
	float: left;
	width: 225px;
	margin-bottom: 20px;
}

div#nav li li {
	float: none;
	width: auto;
	margin-bottom: 0;
}

div#nav li li li {
	float: none;
	width: auto;
	margin-bottom: 0;
}

div#nav li li li li {
	float: none;
	width: auto;
	margin-bottom: 0;
}

div.nav {
	display: block;
	padding: 25px 0 0;
	clear: both;
}

/* -- 1.6 Breadcrumb -- */

div.breadcrumb {
    font-size: 0.95em;
    clear: both;
    float: left;
    margin-top: 16px;
    margin-left: 10px;
	 padding-bottom: 3px;
    width: 100%;
	 display: block
}

div.breadcrumb a {
    border-bottom: 1px dashed #9ec8d8;
    color: #005373;
}

div.breadcrumb span, div.breadcrumb em {
    padding: 0 0 0 16px;
    background: url(mysource_files/sprite-lists.png) left -1971px no-repeat;
}

/* -- 1.7 Content -- */

div.nav {
	display: none;
}

div#banners {
	clear: both;	
}

#carousel ul li {
	float: none;
	width: auto;
	padding: 20px 0;
}

#carousel ul li a {
	float: none;
}

#carousel ul li img {
	float: none;
	margin: 0;	
}

#content,
#aside {
	border: none!important;
	background: none!important;
}

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

div.tab-content,
div.tab-content ul.image-blocks {
	float: left;
	clear: both;
}

div.tab-content ul.image-blocks li a.image-overlay span.mask {
	background-image: none!important;
	position: static;
	height: 0;
	width: 0;
}

/*
--------------------
2. Browser Alert
--------------------
*/

/*-- 1.2 Browser Alert --*/

body div.browser-alert {
    display: none;
    text-align: center;
    padding: 6px 50px 12px 50px;
    background: #FFFFEA url(mysource_files/alert-icon.gif) no-repeat 20px 5px;
    border-bottom: 2px ridge #000;
    font-size: 1em;
}

body a.browser-alert-close {
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

body div.browser-alert a {
    color: #000;
    font-weight: bold;
}

body div.hover {
    background: #3399ff url(mysource_files/alert-icon.gif) no-repeat 20px -86px;
    cursor: pointer;
    color: #fff;
}

body div.hover a {
    color: #fff;
}

body div.browser-alert a:hover {
    text-decoration: none;
}
