/*
 * Stylesheet for printing fsfe.org.
 */

body {
	background: #FFFFFF;
	font-family: "Nimbus Serif L", Georgia, Times, serif;
	font-size: 1em, 12pt;
}

/* Don't use color for links */
a, a:link, a:visited {
	color: #000000;
}

#banner img {
	max-height: 70px;
}

#tagline {
	font-size: 1em;
	padding: 0;
	margin: 0.3em 0;
}

#quote-box {
	display: none;
}

#campaign-box-4-wrapper {
	display: none;
}

#introduction {
	padding: 0;
	margin: 0 0em 1em;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3, h4 {
	font-size: 1.1em;
}

/* Hide sidebar */
#sidebar {
	display: none;
}

#wrapper, #wrapper-inner {
	margin: 0;
	padding:0;
	width: auto;
	border: none;
	background: none;
}

#wrapper-inner {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: none;
	border-radius: none;
	padding: none;
	margin: none;
}

#header {
	height: auto;
}

/* We don't need margins for the content */
#content {
	margin: 0;
	padding: 0;
	width: auto;
}

/* remove donate box on donation page */
#donate-once {
	display: none;
}

.postit {
	background: #FFFFFF;
}

#footer {
	font-size: 80%;
	border-top: 1px #000000 solid;
}


#footer div {
	float: none;
}

.newsleft dt span, .newsright dt span {
	color: #000000;
}