/*-----------------------------------------------------------------------------
London Corporate Training Print Stylesheet

version:   1.0
date:      24/10/07
author:    george ornbo
email:     george@shapeshed.com
website:   http://www.shapeshed.com
-----------------------------------------------------------------------------*/

/* General
-----------------------------------------------------------------------------*/
/* Remove border around linked images */
img 
	{
	border: 0;
}
.right
	{
	float: right;
	margin: 0px 10px 0px 5px;
}
.left
	{
	float: left;
	margin: 0px 10px 0px 5px;
}	
h1
	{
	display: block;
	padding-bottom: 3px;
	border-bottom: 3px solid black;	
}
/* Wrapper
-----------------------------------------------------------------------------*/	
#wrapper {
	width: auto;
	text-align: left;
	float: none !important;
	}
#wrapper:before{
	content: "This is a print-friendly version of the London Corporate Training Website";
}

/* Remove elements
-----------------------------------------------------------------------------*/
div#header ul, div#header form, div#right-internal ul#secondary-nav, div#right-internal h3, div#right-internal ul#featured-courses, div#right-internal blockquote, div#right-internal cite, div#footer p.right {
	display: none;
}

	
/* Typography
-----------------------------------------------------------------------------*/

body {
	font-family: georgia, serif;
	background: white;
	font-size: 11pt;
	text-align: center;
}

td, th, h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, sans-serif;
}

li {
	font-family: helvetica, georgia, serif;
}

p {
	font-size: 10pt;
	font-family: helvetica, georgia, serif;
	line-height: 1.2em;
}

/* Links
-----------------------------------------------------------------------------*/
a
	{
	color: #000000;
	font-weight: bold;
	border-bottom: #999999 1px dotted;
	text-decoration: none;
}

/* Links
-----------------------------------------------------------------------------*/
.internal-right
	{
	float: right;
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
}

.internal-left
	{
	float: left;
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
}









