/**
 * iCrossing CSS
 *
 * @filename print.css
 * @author Oliver Rowlands
 * @date 2010-02-01
 * @copyright Liquid Light Digital Ltd.
 * @url http://www.liquidlight.co.uk
 */

body {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border-width: 0;
}
#content {
	clear: both;
}
#breadcrumb {
	font-size: 9pt;
}
#footer {
	border-top: 2px solid #CCCCCC;
	padding: 0.5em 0 0 0;
	margin: 2em 0 0 0;
	font-size: 8pt;
}
div.divider {
	height: 1px;
	border-bottom: 1px solid #CCCCCC;
}
#logo {
	float: right;
	padding: 0 0 1em 0;
}
#accessibility,
#breadcrumb,
#globalNavigation,
#primaryNavigation,
#secondaryNavigation,
#footerNavigation,
#search,
#feedback,
#socialSharingLinks,
#c2942,
#footer ul,
div.csc-textpic-imagewrap,
div.pagination,
div.addthis_toolbox,
div.stayConnected,
ul.soclinks,
hr,
form,
span.spam {
	display: none;
}

/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.2em;
	border-bottom: 1px solid #CCCCCC;
}
h1 {
	border-width: 2px;
	border-color: #FF6600;
}

/**
 * Link handling
 */
a {
	text-decoration: none;
	border-bottom: 1px dotted #FF6600;
}
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
	content: " [icrossing.co.uk/"attr(href)"] ";
	font-size: 8pt;
}
a[href^="/"]:after {
	content: " [icrossing.co.uk"attr(href)"] ";
}
a[href^="http"]:after {
	content: " [" attr(href) "] ";
}
a[href^="mailto"]:after,
a[href=""]:after,
p.category a:after,
#logo a:after,
#map a:after {
	content: "";
}
#logo a,
#map a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-width: 0;
}
