/**
 * Antwords CSS
 *
 * @filename	print.css
 * @author	  Oliver Rowlands 
 * @date		2007-12-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;
}
#logo {
	float: right;
}
#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,
#breadcrumb,
#globalNavigation,
#primaryNavigation,
#secondaryNavigation,
#footerNavigation,
#search,
div.csc-header img,
div.csc-textpic,
div.pagination,
p.comments,
p.readMore,
fieldset.csc-mailform,
hr,
div.defaultPageLayout.eightyTwenty div.page.columnTwo {
	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: " [antwords.com/"attr(href)"] ";
	font-size: 8pt;
}
a[href^="/"]:after {
	content: " [antwords.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;
}
div.divider {
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	margin: 15px 0 20px 0;
}