/**
 * Ede & Ravenscroft CSS
 *
 * @filename    print.css
 * @author      Oliver Rowlands
 * @date        2009-03-16
 * @copyright   Liquid Light Digital Ltd.
 * @url         http://www.liquidlight.co.uk
 */

body {
	color: #000000;
	font-family: Verdana, Hevetica, Arial, sans-serif;
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 0;
}
#logo {
	float: right;
}
#logo a {
	border-width: 0;
}
#content {
	clear: both;
}
#footer {
	border-top: 2px solid #4C6849;
	padding: 0.5em 0 0 0;
	margin: 2em 0 0 0;
	font-size: 8pt;
}

/**
 * Hide unwanted elements
 */
.hide,
#globalNavigation,
#primaryNavigation,
#secondaryNavigation,
#footerNavigation,
#breadcrumb,
#search,
#pageBanner,
div.csc-header img,
div.page.columnThree,
div.rowBanner,
hr {
	display: none;
}

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

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

/**
 * Tables
 */
table th,
table td {
	text-align: left;
	border-bottom: 2px solid #BBBBBB;
	padding: 10px 20px 10px 0;
}
table td {
	border-color: #AAAAAA;
	border-width: 1px;
}

/**
 * Misc
 */
p.small {
	font-size: 7pt;
	font-style: italic;
}
ul li {
	list-style-type: square;
}
div.divider {
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	margin: 15px 0 20px 0;
}

