/* Print style sheet for moxon.net */

body {
	font-family: "times new roman", times, serif; 
	font-size: 1em;
	background-color: #ffffff;
}

#topSlot,
#bottomSlot,
#audioSlot,
#mainSearch,
#logo,
#navigation,
#siteNavigation,
#copyrightMessage,
.picture,
.picture150,
.picture200,
#sidebar h2,
#sidebar ul
{
	display: none;
}

#wrapper {
	width: 100%;
	margin: 0em;
	padding: 0em;
}

#header {
	width: 100%;
	padding: 0em;
	margin: 0 0 0.5em 0;
	height: 100%;
	border: none;
	background-color: #ffffff;
}

#article {
	width: 100%;
	padding: 0em;
	margin: 0em;
	border: none;
	background-color: #ffffff;
}

#sidebar {
	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0.5em 0 0 0;
	font-size: 120%;
}

#sidebar ul#authorInfo {
	display: block;
	width: 100%;
	border: none;
	padding: 0em;
	margin: 0em;
	text-align: right;
	vertical-align: top;
}

#sidebar ul#authorInfo li {
	display: block;
	font-size: 1em;
	line-height: 100%;
	margin-bottom: 1em;
	list-style-type: none;
}

blockquote {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 2em;
	padding: 4px;
	border: none;
	background-color: #ffffff;
}

div.siteTitle {
	color: #000;
}

a,
#topSlot a,
#bottomSlot a,
#sidebar a,
#copyright a,
a:visited,
#topSlot a:visited,
#bottomSlot a:visited,
#sidebar a:visited,
#copyrightMessage a:visited {
	color: #000000;
	text-decoration: none;
}
