/**
 * Bellwood Prestbury CSS
 *
 * @filename print.css
 * @author Mish Maudsley
 * @author Pranath Fernando
 * @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;
}
#content {
	clear: both;
}
#logo {
	float: right;
}
#breadcrumb {
	font-size: 9pt;
}
#footer {
	border-top: 2px solid #AAAAAA;
	padding: 0.5em 0 0 0;
	margin: 2em 0 0 0;
	font-size: 8pt;
}
hr,
.hide,
ul.navigation,
#headerNavigation div.layoutWrapper,
#callUs,
#search,
#footerCountries,
#clientLogos,
#credits,
div.tx-llcatalog-pi div.pagination,
div.tx-llcatalog-pi div.newsList.caseStudy div.newsItem div.images,
div.tx-llcatalog-pi div.filters,
div.rooting a img {
	display: none;
}

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

/**
 * Link handling
 */
a {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
	content: ' [bellwoodprestbury.com/'attr(href)'] ';
	font-size: 8pt;
}
a[href^='/']:after {
	content: ' [bellwoodprestbury.com'attr(href)'] ';
}
a[href^='http']:after {
	content: ' [' attr(href) '] ';
}
a[href^='mailto']:after,
a[href='']:after,
p.category a:after,
div.projects div.project div.photo a:after {
	content: '';
}
#logo a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
div.projects div.project div.photo a {
	border-width: 0;
}
#logo a {
	position: relative;
	left: -25px;
}
div.divider {
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	margin: 15px 0 20px 0;
}
div.tx-llcatalog-pi div.newsSummary ul li {
	list-style-image:none;
}
div.tx-llcatalog-pi div.newsSummary ul li a {
	width: 100%;
}
div.newsList.caseStudy div.newsItem h6 a {
	font-size:150%;
}
