/* $Id: print.css 17098 2009-03-24 14:14:50Z peter $ */

/*@import url(screen.css);*/

* {
	background: none;
	color: #000;
	margin: 0;
	padding: 0;
}
#mainframe { width: auto; }
ol,
ul {
	padding-left: 25px;
	margin-bottom: 1em;
}
#header *,
#topmenu,
#tree,
#column,
#adrow,
#adcol,
#article #keywords,
#article .comments,
#article .tips,
.addons .asset { display: none; }

h1 { font-size: 39pt; }
h2 {
	font-size: 18pt;
	margin-bottom: .1em;
}
h3,
.title { font-size: 15pt; }
p {
	font-size: 11pt;
	margin-bottom: 1em;
	letter-spacing: .1pt;
}

.imagetext {
	margin-top: 3px;
	font-size: 11pt;
	font-style: italic;
}
img { border: 1px solid #333; }
.caption {
	margin-top: 9px;
	font-size: 15pt;
	font-weight: bold;
}
.byline {
	margin: 6px 0 18px;
	padding: 6px 0 3px;
	font-size: 10pt;
	border: 1px solid #ccc;
	border-width: 1px 0;
	text-transform: uppercase;
}
	.byline a { text-decoration: none; }
 .byline .date { display: none; }

.addons {
	float: right;
	margin: 0 0 15px 15px;
	padding-left: 15px;
	width: 190px;
	list-style-type: none;
	border-left: 1px solid #ccc;
}
	.addons img { margin-bottom: .2em; }
	.addons .title { margin: 9px 0 3px; }
	.addons p { margin-bottom: 0; }
	.addons ul { margin: 0; }
	.addons li {
		padding-bottom: 9px;
		border-bottom: 1px solid #ccc;
	}
	.addons li li {
		margin: 0;
		border: 0;
		padding: 0;
	}

/* site specifics */
#article .latest { display: none; }
#header {
	background: url(../gfx/logo_print.png) no-repeat right 0;
	width: auto;
	height: 36px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}
#footer {
	padding-top: 9px;
	font-size: 9pt;
	border-top: 1px solid #ccc;
}
	#footer a { text-decoration: none; }
	#footer dl { margin-bottom: 6px; }
	#footer #staff { float: left; }
	#footer #firm { float: right; }
		#footer dt,
		#footer dd {
			float: left;
			margin-top: 3px;
		}
		#footer dt {
			clear: left;
			margin-right: 4px;
		}

