/*
Print CSS
*/
body {
   background:none;
   font-size: 12pt;
}

/* hide */
#jumplinks,
#menu,
#header,
#main-top,
.menu-panel,
#whole-line-map,
.secondary-menu,
#map-menu,
#map-section-menu {
	height:0 !important;
  display: none !important;
  background:none !important;
	border:0 none;
}

/* show */
#content,
p,
#footer  {
  float: none !important;
	height:auto !important;
  width: auto !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: static;
  background: transparent none;
}
#footer {padding-top:10pt;}
table {width:100%;text-align:left;}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   }
#content a[href^="/"]:after {
   content: " (http://www.tie.ltd.uk" attr(href) ") ";
}
h1, h2, h3, h4, h5, h6 {
	background: none !important;
  float: none !important;
	margin:0;
	padding:1em 0;
	text-indent:0px;
	height:auto;
	width:auto;
	color:#000;
}

/* headings */
h1 {	font-size:1.5em;}
h2 {	font-size:1.3em;	padding:1em 0;}
h3 {	font-size:1.2em;}	
h5 {	font-size:1.1em;}
h6 {	font-size:1em;}

#content:before {
content:url(/include/img/ui/edinburgh-trams-print.gif);
}
/* forms */
input,
input#submit,
label {
	display:none;
}
div.row input,
div.row span.label label {
	display:inline;
}
div.submit input {
	display:none;
}