/*
*************************************************

TYPEDIA
Print Styles

*************************************************
*/

body {
	position:relative;
	background:white;
	color:black;
	margin:0;
	margin-left:5%;
	width:90%;
	font-family:"lucida sans","helvetica neue",helvetica,arial,sans-serif;
	line-height:15pt;
}

/* hide elements which aren't needed in print */
#logo h1,
#logged-out,
#logged-in,
#search,
#toolbar,
#nav,
#welcome,
#listing-info img,
#view-full-edit-history,
#in-the-wild,
#multiple-samples-pagination,
#resources h2,
#footer ul,
#footer-subcol,
.hidden,
.larger {
	display:none;
}

/* give a special style to links */
a { color:#000;text-decoration:none; }

/* reposition logo gif -- remove this if the image is trimmed down */
#logo img { width:163px;margin:4pt 0 5pt -10pt;}

/* the typeface name */
#main h1 {
	margin:0 0 9pt;
	font-size:18pt;
	padding-bottom:6pt;
	border-bottom:6pt solid;
}

/* make sure the sample aligns properly */
#sample {
	padding-bottom:11pt; /* plus 1pt below = 12pt */
	border-bottom:1pt solid;
}
#multiple-samples {
	height:auto !important;/* need to do it this way to override the inline style used in the HTML... */
}

/* sub-headings and paragraphs */
#main h2,
#subcol h2,
#subcol h3 {
	margin:12pt 0 9pt;
	font-size:12pt;
	border-bottom:3pt solid;
	clear:both; /* allows us to use columns in the Credits */
}
#main p {
	margin:0 0 15pt;
	font-size:9pt;
}

/* columns and styles for Credits */
#relational-col1,
#relational-col2 {
	float:left;
	width:35%;
	margin-right:1em;
}
dl.relational,
#resources ul {
	margin:0 0 6pt;
	font-size:9pt;
	line-height:12pt;
}
#resources ul {
	list-style:none;
	padding:0;
}
dl.relational dt {
	color:#666;
}
dl.relational dd {
	margin:0;
}
#resources ul li {
	margin:0 0 6pt;
	line-height:9pt;
}
#resources ul li span.update {
	color:#666;
}

/* reposition Listing Info */
#listing-info {
	position:absolute;
	top:0;
	right:0;
	font-size:6pt;
}
#listing-info em {
	font-style:normal;
}
div#listing-info h2 { display:none; }

/* hide the images for Similar Typefaces */
#resources div.samples ul li a img { display:none; }

/* footer/copyright */
#footer {
	height:24pt; /* provides space for the absolutely positioned footer content */
}
#footer p {
	position:absolute;
	bottom:0;
	font-size:6pt;
}