/* ::::: Print Styles for http://www.cubittartists.org.uk ::::: */

#wrapper {
	width: 100%;
}

#content {
	width: 100%;
}

#menu {
	display: none;
}

#logo {
	display: none;
}

/*#footer {
	display: none;
}*/

#content .artistslist .navlink {
	display: inline;
}

#content .imagegallery table td {
	border: 1px solid #808080;
}

/*  base styles  */

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

h5 {
	font-size: 8pt;
}

h6 {
	font-size: 6pt;
}

.moduletitle, .itemtitle {
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: .04em;
	word-spacing: -0.1em;
	border-bottom: 2pt solid #000;
}

.textbox h1, .textbox h2, .textbox h3, .textbox h4, .textbox h5, .textbox h6 {
	font-weight: bold;
}

/*  print links  */

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 70%;
}

#content a[href^="/"]:after {
	content: " (http://www.alistapart.com" attr(href) ") ";
}

#content .imagegallery a:link:after, #content .imagegallery a:visited:after {
	display: none;
}

#content .imagegallery a[href^="/"]:after {
	display: none;
}

#content .artistslist .navlink a:link:after, #content .artistslist .navlink a:visited:after {
	display: none;
}

#content .artistslist .navlink a[href^="/"]:after {
	display: none;
}

