/* The Australian - Web Print Style */

body {
background: #fff;
color: #000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10.5pt;
margin: 0;
padding: 0;
}

img {
border: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 0;
}
#content p { margin: 0 0 0.75em 0; }

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 12pt; font-weight: normal; }
h5 { font-size: 12pt; font-weight: normal; font-style: italic; }
h6 { font-size: 10pt; font-weight: normal; font-style: italic; }

a {
color: #333;
}

#content kbd {
white-space: nowrap;
}

/* hide screen-only content ---------- */

#skip-links, #network-bar, #nav,
#secondary, #tertiary,
.site-tools, .article-tools, #story-tools, .controls,
#comments, .ad { display: none; }

/* show copyright ---------- */

#footer .footer-links {
display: none;
}
#footer .copyright {
display: block;
font-style: italic;
text-align: center;
border-top: 1pt solid #333;
}

/* add printed date note in compatible browsers ---------- */

#date {
color: #333;
font-style: italic;
}
#date p:before {
content: "Printed ";
}

/* show mono logo. greets to http://web-graphics.com/mtarchive/001703.php ---------- */
#logo {
display: list-item;
list-style-image: url("/images/theaustralian-logo-print.gif");
list-style-position: inside;
letter-spacing: -1000em;
font-size: 1pt;
color: #fff !important;
}

/* lead image handling ---------- */

.lead-image {
clear: both !important;
width: 100% !important;
}
	.lead-image:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

	.lead-image {
		display: inline-block;
		}

.lead-image .caption {
*padding: 0 1em 1em 0 !important;
}
.lead-image .module-item {
float: left;
width: 50%;
*width: 40%;
display: block !important;
opacity: 1 !important;
}
.lead-image img {
display: static !important;
opacity: 1 !important;
border:1px solid #aaa;
}
