/* @override http://docs.getmura.com/mura/css/print.css */

html {
	margin: 0;
	padding: 0;
	 width: 100%; 
	 border: 0;
}

body {
	font: 11pt Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 0 0 80pt;
	padding: 0 0 0 0;
	background-image: none;
}

div { width: 100% !important; border: 0; position: static !important; }

#navGlobal, #navUtility, #searchForm, .sidebar/*, #svComments*/ {
	display: none;
}

#printLogo { /* Need to add an image to templates for this */
	display: block;
}

a { text-decoration: none; color: #4D616C; }
a:hover { text-decoration: underline; }


#header {
	background-color: #fff;
	margin: 20pt 0 0 0;
	padding: 0;
	background-image: none;
	height: auto;
}

#navPrimary {
	display: none;
}

/* Secondary Nav */
h1 {
	margin: 0 0 10pt 0;
	width: 100%;
	padding: 0;
	font-size: 24pt;
	color: #000;
	background: none;
	height: auto;
}

h1 a {
	color: #000;
	font-weight: bold;
	font-size: 30pt;
	background-image: none;
	text-indent: 0;
	width: 100%;
	height: auto;
}

span.sectionHeader { display: none; }

#home span.sectionHeader, span#currentissue, span#pastissues, span#community, span#getprosper, span#advertising, span#subscribe, span#aboutprosper, span#contactus { background-image: none; }

h2 { font-size: 20pt; color: #000; margin: 0 0 10pt 0; padding: 0; font-weight: normal; }
h3 {  font-size: 16pt; color: #000; margin: 0 0 10pt 0; padding: 0; font-weight: normal; }
h4 { font-size: 12pt; color: #000; margin: 0 0 10pt 0; padding: 0; }
h5 { font-size: 10pt; color: #4D616C; margin: 0 0 10pt 0; padding: 0; }

#container {
	background-image: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#content, #primary {
	margin: 0 !important;
	padding: 0;
	background-image: none;
	position: static;
}

#crumbList {
	display: block;
	clear: both;
	position: absolute;
	top: 0;
}

/* Data Collection Form Styles */
div.form {
	margin: 10pt 0;
	padding: 0;
	background-color: transparent;
}

div.form p {
	margin-top: 10pt;
	padding: 0;
}

/* Footer */
#footer, #siteCredit {
	display: none;
}
