/* 
Title:		Nick Kashian print styles
Author: 	Ben Gauslin | ben@bengauslin.net
Updated:	June 2007
*/

/* ---------------------------------------------------------------------------
global
--------------------------------------------------------------------------- */
html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	font-family: Arial, Helvetica,  sans-serif;
	width: 90%;
	}

/* ---------------------------------------------------------------------------
links
--------------------------------------------------------------------------- */
a:link, a:visited {
	color: #333;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	}

a:link:after,
a:visited:after {
	color: #333;
	content: " (" attr(href) ")";
	font-size: 75%;
	}
a[href^="/"]:after {
	content: " (http://tsarch.tulane.edu" attr(href) ")";
	}

/* ---------------------------------------------------------------------------
hidden elements
--------------------------------------------------------------------------- */
.skip,
#arrow,
#nav,
.downloads {
	display: none;
	}

/* ---------------------------------------------------------------------------
basics
--------------------------------------------------------------------------- */
h1 {font-size: 16pt !important;}


#contacts h3 {
	margin: 0;
	padding: 0;
	}
#contacts a {
	display: none;
	}

#footer {
	margin-top: 22pt;
	clear: both;
	font-size: 10pt !important;
	}

