﻿/***
	O2 blueroom v4
	GENERIC PRINT STYLESHEET
	
	www.aislondon.com (2008)

	:: Last update: MB 7/10/2008

	-[Contents]------------------------
	1. GLOBAL
		1.1 Anchor links
	2. THINGS TO DELETE OUT OF PRINT VERSION
	-----------------------------------

***/

/**
	1.1 Anchor links
*/

/* Displays external link destinations */
a[href^="http"]:after {
	content: " <" attr(href) "> ";
	color: #666;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
}

a#logo-o2[href^="http"]:after { /* O2 logo doesnt require the extra information */
	content: "";
}

dt {
	font-size: 1.2em;
	font-weight: bold;
}

dd {
	font-size: 1.2em;
	margin: 0 0 1em 0;		
}

h1 {
	font-size: 3em;
	margin: 0 0 0.2em 0;
}

h2 {
	font-size: 2em;
	margin: 1em 0 0 0;
	margin: 0 0 0.2em 0;	
}

h3, h4, h5, h6 {
	font-size: 1.2em;
	margin: 0 0 0.2em 0;	
}

img {
	padding: 10px;
}

ol, ul {
	list-style-type: disc;
	padding: 0 0 0 40px;
}

p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 1em 0;	
}


/**
	2. Things to delete
*/

div#navigation, div#hat, ul#links-out, div#additional-links, ul#offSiteLinks, p#copyright a, div#alert-buttons, div.status-icons {
	display: none;
}

/***/

p#copyright {
	color: #666;
	margin: 0 17px 0 0;
	text-align: right;
}

div#strapLine {
	float: right;
}

div#branding {
	border-bottom: solid 2px #005896;
	margin: 0 0 1em 0;
	overflow: hidden; _zoom: 1;
}

div#inner-footer {
	border-top: solid 2px #005896;
	margin: 12px 0 0 0;
	padding: 18px 0 0;
}

a#logo-o2 img {
	float: left;
	height: 46px;
	margin: 0 10px 0 0;
	width: 48px;
}

h1#logo-blueroom {
	float: left;
	margin: 16px 0 0;
}

h1#logo-blueroom a {
	color: #006;
	text-decoration: none;
}