@charset "utf-8";
/* Print Style */

html body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	color: #000;
	text-decoration: underline;
	}

code, pre {
	background: #fff;
	color: #000;
	font-family: "Courier New", Courier, monospace
	}

#wp-header {
	background: #fff;
	}
#wp-header h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0.25em;
	}
#wp-header dfn {
	color: #000;
	font-style: italic;
	}

#wp-menu-main {
	display: none;
	}

#wp-container {
	width: 100%;
	}
#wp-content {
	width: 100%;
	}
#wp-content-pri {
	width: 100%;
	}
#wp-content-sec {
	display: none;
	}

#post-navigation-top {
	display: none;
	}

.post {
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	}

.post-meta {
	font-size: 90%;
	}

#commentblock {
	display: none;
	}

#wp-footer {
	border-top: 1px solid #ccc;
	}

#wp-footer a {
	display: none;
	}
