/* James Wheare: CV Print Stylesheet
-----------------------------------------------
author:		James Wheare
filename:	print.css
version:	7th May 2006
----------------------------------------------- */


/* canvas
----------------------------------------------- */

a {
	padding:0.5em 0;
}


/* header
----------------------------------------------- */

h1 {
	padding:0 20px;
	color:#000;
	background:#fff;
	font-size:2em;
}
h1 span {
	display:block;
	width:100%;
}
h1 span#subtitle {
	font-size:0.8em;
	text-align:left;
}
h1 span#subtitle:after {
	content:"";
}


/* content
----------------------------------------------- */

div.content {
	border:0;
}


/* education
----------------------------------------------- */

ul#education {
	page-break-after:always;
}


/* experience
----------------------------------------------- */

ul#experience {
	page-break-after:always;
}


/* interests
----------------------------------------------- */

dl#interests dd {
	margin:0 0 0 2em;
	width:auto;
}
div.content h3 a:after {
	content:" " attr(href);
	color:#000;
}
dl#interests a:after {
	content:" - " attr(href);
	color:#000;
}


/* footer
----------------------------------------------- */

p#footer {
	margin:2em;
	color:#ddd;
	text-align:left;
}
