/*
	Invisible Danger printer stylesheet

	11/11/2006: initial version
	11/04/2008: hide content and menu skip links
*/

@import url(server-status-print.css);

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#skip-to, #header p, #header h1
{
	display: none;
}

#wrapper
{
	width: auto !important;
}

#header {
	text-align: center;
}

#contentArea
{
	float: none;
}

/* dont need the menu in a printout */
#menuArea
{
	float: none;
	display: none !important;
}

#footer {
	border-top: 1px solid #555;
	margin-top: 2em;
	color: #555;
	text-align: center;
}

h1
{
	font-size: 1.8em;
	margin: 0;
}

h2
{
	font-size: 1.6em;
	margin-bottom: 0;
}

h3
{
	font-size: 1.4em;
}

h4
{
	font-size: 1.2em;
}

a:link, a:visited
{
	color: #444;
	font-style: italic;
}
/* show urls*/
a[href^="http"]:after
{
	content: " (" attr(href) ") ";
	color: #555;
}

a[href^="/"]:after
{
   content: " (http://www.invisibledanger.co.uk" attr(href) ") ";
}

abbr
{
	text-decoration: none;
	border: 0;
}

abbr[title]:after
{
	content: " (" attr(title) ") ";
	font-style: italic;
	text-decoration: none;
	border: 0;
}

h2.articleTitle, p.articleMeta,
h2.newsTitle, p.newsMeta
{
	text-align: left;
}

h2.newsTitle, h2.articleTitle
{
	border-top: 1px dashed #666;
	padding-top: 5px;
	font-size: 2em;
}

p.newsMeta, p.articleMeta
{
	border-bottom: 1px dashed #666;
	margin-bottom: 1em;
	margin-top:0;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-style: italic;
	color: #555;
}
.newsItem {
	page-break-inside: avoid;
}
.newsContent, .articleContent {
	font-size: 1.5em;
}

