/**
 * Avicenna CSS
 *
 * @filename    print.css
 * @author      Adam Wallace, Oliver Rowlands
 * @date        2008-03-05
 * @copyright   Liquid Light Digital Ltd.
 * @url         http://www.liquidlight.co.uk
 */

body {
	color: #000000;
	font-family: Arial, Lucida, sans-serif;
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 0;
}
#logo {
	float: right;
}
#logo img {
	width:25%;
	height:25%;
}
#content {
	clear: both;
}
#breadcrumb {
	font-size: 9pt;
}
#footer {
	border-top: 2px solid #AAAAAA;
	padding: 0.5em 0 0 0;
	margin: 2em 0 0 0;
	font-size: 8pt;
}

#accessibility,
#customerLogin,
#globalNavigation,
#primaryNavigation,
#secondaryNavigation,
#footerNavigation,
#credits,
#banner,
#search,
div.tx-llbanner-pi1,
div.csc-textpic,
p.comments,
p.readMore,
fieldset.csc-mailform,
div.newsCommentPost,
hr,
ul.buttons {
	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;
}
div.csc-header img {
	display: none;
}

/**
 * Link handling
 */
a {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
	content: " [rexiter.co.uk/"attr(href)"] ";
	font-size: 8pt;
}
a[href^="/"]:after {
	content: " [rexiter.co.uk"attr(href)"] ";
}
a[href^="http"]:after {
	content: " [" attr(href) "] ";
}
a[href^="mailto"]:after,
a[href=""]:after,
#breadcrumb a:after,
p.category a:after {
	content: "";
}
#logo a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-width: 0;
}
div.divider {
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	margin: 15px 0 20px 0;
}