/* Non-screen styles for www.shenfield.cc
 * (C) Doug Wright 2005-2006
 */

* {color:black;}

img {
	border-color: #000000;
}

.highlight {
	font-weight: bold;
}

#footer div{
	clear: both;
}

@media print {
h1 {font-size: 20pt;}
h2 {font-size: 18pt;}
h3 {font-size: 14pt;}
h4 {font-size: 12pt;}
h5, #content {font-size: 10pt;}
h6 {font-size: 8pt;}


#skipLink, #heading, #nav, .cornercockerel, #sidebar, #headerwrapper, #footer img {display:none;}

a[href]:after {
	content:" [http://www.shenfield.cc/"attr(href)"]";
	font-size: 0.8em;
	border: none;
	text-decoration: none;
}

a[href^="http://"]:after, a[href^="mailto:"]:after {
	content:" ["attr(href)"]";
	font-size: 0.8em;
	border: none;
	text-decoration: none;
}

*[title]:after {
	content:"("attr(title)")";
	font-size: 0.8em;
}

.thumbnail a[href]:after, a[href^="images/"]:after, tr *:after, img[title]:after {
	content:"" !important;
}

.thumbnail {
	margin:0 2mm;
	width: 3cm;
	height: 4cm;
}

.thumbnail img {
	max-width: 3cm;
	max-height: 1.8cm;
}

td * {
	font: inherit;
	text-decoration: none;
}

}
