/*
@import url(screen.css) print;

* { background: none !important; }
*/

/* ads */
#adrow,
#adcol,

/* header */
#menu,
#extramenu,
#newsletter,
#tree,

/* article */
#keywords,
#article .comments,

/* column */
#column ul,
#column .banner,
#column .addons .asset,
#column .addons .link,
#path,
#topsecond,
.noprint

/* I hereby declare invisibility! */
 { display: none; }


/* displayed */

body { font-size: 80%; }

#mainframe { font-family: Arial, Geneva, Verdana, Helvetica, sans-serif; }
#column ul.addons {
	display: block;
	width: 86%;
	list-style-type: none;
}
#column ul.addons li {
	margin: .5em 0;
	padding: .5em;
	background-color: #eee;
	border: 1px solid #eee;
}
#column ul.addons .title { font-weight: bold; }
#column ul.addons .body { margin-bottom: 1em; }
#content {
	width: 100%;
	font-size: 1em;
}
#article .imagetext {
	padding-top: .3em;
	font-size: .8em;
}
#article .caption { font-weight: bold; }
#article .byline {
	padding: .3em 0;
	border: none;
}
#article .byline div { display: inline; }
#article .byline .date { margin-right: .5em; }
#article .byline a {
	color: black;
	text-decoration: none;
}
#footer {
	margin-top: .5em;
	border-top: 1px solid #999;
	font-size: .9em;
	font-style: italic;
}
