
/* Import some stylesheets */

@import url(masthead_advanced.css); /* For standards-compliant browsers */
@import url(header_footer.css); /* Specific header and footer styles */
@import url(bio_name_images.css); /* Images for contributor names */

/*
	Because older browsers won't understand those imports, these styles
	are the only ones they'll know. These will either have to be
	compatible with the rest of the design, or overridden by the
	imported stylesheets.
*/



/*	These rules are only for older browsers. They will be overridden
	in the advanced stylesheet */

body {
	background: black;
}
#header, #footer {
	color: white;
	font-size: small;
	font-family: sans-serif;
}
ul.navigation {
	text-align: left;
}
div.filigree {
	display: none;
}

/*	Set sizes with font keywords */

h2 {
	font-size: medium;
}
#content {
	font-size: small;
}
#fine-print {
	font-size: x-small;
}






/*	These rules should be universal */

body {
	text-align: center;
}

/* Page content styles */

#content {
	color: white;
	text-align: left;
	font-family: georgia, verdana, "times new roman", times, serif;
}
#content div.staff {
	margin-bottom: 25px;
	color: white;
}
#content div.staff b {
	color: #8AD38D;
}
#content a {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content h2 {
	color: #8AD38D;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: georgia, verdana, "times new roman", times, serif;
}
ul.articles {
	color: #8AD38D;
	font-family: verdana, arial, helvetica, sans-serif;
}
#content ul.articles a {
	color: #8AD38D;
}
span.keepgoing {
	font-family: verdana, arial, helvetica, sans-serif;
}
/*	too much
span.keepgoing span.go {
	color: #8AD38D;
} */
div.publication-info blockquote {
	font-family: verdana, arial, helvetica, sans-serif;
}

/* The fine print */

#fine-print {
	background-color: black;
	padding: 50px 150px 50px;
	color: white;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}


/* A utility spacer to clear columns */

br.spacer {
	height: 0px;
}


