
/* Import some stylesheets */

@import url(article_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: white;
}
#header, #footer {
	font-size: small;
	font-family: sans-serif;
}
ul.navigation {
	text-align: left;
}
div.filigree {
	display: none;
}
#content, #fine-print {
	margin-left: 10%;
	margin-right: 10%;
}
div.pullout-container {
	display: none;
}

/*	Set sizes with font keywords */

#content {
	font-size: small;
}
p.byline, #fine-print {
	font-size: x-small;
}






/*	These rules should be universal */

body {
	text-align: center;
}


/* Page content styles */

#content {
	text-align: left;
	font-family: georgia, verdana, "times new roman", times, serif;
}
#content div.issue-icon {
	text-align: center;
	margin-bottom: 25px;
}
#content p.department {
	text-indent: 0px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-family: georgia, verdana, "times new roman", times, serif;
}
#content h1 {
	margin: 0px 0px 0px;
	padding: 0px;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	font-family: arial, geneva, helvetica, sans-serif;
}
#content h2 {
	margin: 25px 0px 0px;
	padding: 0px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	font-family: arial, geneva, helvetica, sans-serif;
}
#content h3 {
	margin: 50px 0px 25px;
	padding: 0px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content p {
	text-indent: 25px;
	line-height: 175%;
}
#content p.first {
	text-indent: 0px;
}
#content p.first:first-line {
	text-indent: 0px;
	text-transform: uppercase;
}
#content p.byline {
	margin: 50px 75px 50px;
	padding: 0px;
	color: #666;
	text-align: center;
	text-indent: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#content p.byline span {
	border-style: solid;
	border-width: 1px 0px;
	border-color: #8AD38D;
	padding: 10px 0px;
}
#content p.byline a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
#content p.byline a:hover {
	text-decoration: underline;
}
#content p.section-break {
	text-indent: 0px;
	text-align: center;
}
#content p.last:after {
	margin-left: 5px;
	content: url(../images/bug.gif);
}
#content acronym, #content span.caps {
	text-decoration: none;
	border: 0;
	font-size: 11px;
	letter-spacing: 1px;
}
#content p.note {
	color: #999;
	font-style: italic;
	font-family: verdana, arial, helvetica, sans-serif;
}
#content p.note i {
	font-style: normal;
}
#content p.note a {
	color: #999;
}
#content div.epigraph {
	margin: 25px 50px 50px;
}
#content div.epigraph p.quote {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}
#content div.epigraph p.quote.first {
	text-transform: none;
	letter-spacing: normal;
}
#content div.epigraph p.attribution {
	margin: 10px 0 0;
	padding: 0;
	font-size: 11px;
	text-indent: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#content div.image, #content div.image p.caption {
	text-align: center;
	color: #666;
	text-indent: 0px;
	font-size: 11px;
	line-height: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#content a {
	color: black;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}
#content a:hover {
	text-decoration: underline;
}
#content h2 a {
	font-weight: normal;
	font-family: arial, geneva, helvetica, sans-serif;
}



/* Poems */

#content div.poem {
	line-height: 175%;
}
#content div.poem div.stanza {
	margin: 25px 0px;
}



/* Fine print styles */

#fine-print {
	background-color: white;
	padding: 25px 150px;
	color: black;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}
#fine-print a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


/* For Carter's footnote piece */
#carter-ad {
	margin: 50px -100px;
}
#content p.carter-footnote {
	text-indent: 0px;
	font-size: 11px;
	line-height: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#content p.carter-footnote b {
	color: #8AD38D;
	font-size: 13px;
	font-family: georgia, verdana, "times new roman", times, serif;
}
#content p.carter-footnote img {
	float: left;
	clear: left;
	margin: 0px 5px 0px 0px;
	padding-top: 2px;
}
