
/* Import some stylesheets */

@import url(archives_advanced.css); /* For standards-compliant browsers */
@import url(header_footer.css); /* Specific header and footer styles */

/*
	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 */

#content {
	font-size: small;
}
#fine-print {
	font-size: x-small;
}






/*	These rules should be universal */

body {
	text-align: center;
}

/* Page content styles */

#content {
	margin-top: 50px;
	color: white;
	text-align: left;
	font-family: georgia, verdana, "times new roman", times, serif;
}
div.info div.number-date {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
}
div.info div.theme a {
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: arial, geneva, helvetica, sans-serif;
}
div.contents {
	color: #FBAF5D;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
div.contents b.theme {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: georgia, verdana, "times new roman", times, serif;
}
div.contents a {
	color: white;
	text-decoration: none;
}
div.contents a:hover {
	text-decoration: underline;
}

/* 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;
}


