/**
 * Oak Tree Management & Training Ltd
 * www.oaktree-training.co.uk
 *
 * Print stylesheet
 * print.css
 *
 * Author: Matthew Pennell (matthew@29digital.com)
 * Created: 04/06/08
 * Modified: 04/06/08
 */

/* Remove interactive elements - can't click on paper! */
#navigation, #secondary-nav ul, #search, #register, #sidebar, .news a, #bbc, 
#section-nav, #breadcrumb, #print, #shortcuts, .links, .prevnext , #footer img, p.copy a, p.copy b {
	display: none;
}

/* Improve type */
body {
	font-family: arial, "Times New Roman, serif";
	font-size: 12pt;
	line-height: 15pt;
}

/* Add useful information to links */
a:link:after, a:visited:after, a:hover:after, a:active:after {
	content: " (" attr(href) ") ";
	color: #8d7e95;
	font-style: italic;
	font-weight: normal;
	border: none;
}
a[href^="/"]:after {
	content: " (http://www.oaktree-training.co.uk"attr(href)") ";
}
a[href^="mailto"]:after {
	content: "";
}

/* Jazz up the headers */
h1 {
	border-bottom: 5px double black;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	padding: 0 0 0.7em 0;
	font-weight: thinner;
}

h2 {
	border-bottom: 1px solid #999;
	padding: 0 0 0.1em;
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
	margin: 1em 0 0.2em 0;
	text-decoration: none;
	color: #999;
}

p {
	margin: 0.5em 0 0.75em 0;
}

.sliderkit {
display: none !important;
}

div.popup, div.sociallinks, #butbook, #butcontact, a.showpop, iframe {
	display: none !important;
}

table.datatable td {
	text-align:center;
}

