/* PRINT MEDIA STYLESHEET */

body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

a:link,
a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#header {
	display: none;
}

#main_nav {
	display: none;
}

#content {
	margin-bottom: 5em;
}

#footer {
	border-top: 2px dotted #666;
	font-size: 10pt;
	color: #666
}

#footer ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#footer ul li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul.links li:after,
#footer ul.links li:after {
	content: ", ";
}


#footer ul.links li:last-child:after,
#footer ul.links li:last-child:after {
	content: "";
}
#edit-search-theme-form-1-wrapper label {
        display: none;
}
