
@import url(header_footer.css); /* Specific header and footer styles */


/* Primary layout */

body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
	text-align: center;
}
#page {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFF;
}
#content {
	width: 750px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: white;
/*	background-image: url(../images/article_bg_bottom.gif); */
	background-position: bottom left;
	background-repeat: no-repeat;
}
#content2 {
	margin: 0px;
	padding: 50px 100px;
/*	background-image: url(../images/article_bg.gif); */
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 20px;
	font-family: georgia, "times new roman", times, serif;
}
body.feature #content2 {
	padding: 0px 100px 50px;
	background-image: none;
}

/* Links */

#content a {
	text-decoration: none;
	border-width: 0 0 2px 0;
	border-style: dotted;
	border-color: #999;
}
#content a:hover {
/*	border-width: 0 0 1px 0; */
	border-style: solid;
	border-color: #d00a19;
}
#content a:visited:hover {
	border-color: #d00a19;
}


/* Title */

#title {
	margin: 50px 0 50px;
	line-height: normal;
}
body.feature #title {
	margin: 25px 0 50px;
}
#title.department {
	margin: 35px 0 50px;
	line-height: normal;
}
#title h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: normal;
	color: #333;
	font-size: 24pt;
	font-weight: normal;
	font-family: arial, geneva, helvetica, sans-serif;
}
#title p.subtitle {
	margin: 15px 0 0;
	padding: 0;
	color: #666;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#title p.subtitle a {
	color: #666;
}
#title p.byline,
#title p.image-byline {
	margin: 25px 0 0;
	padding: 0;
	text-indent: 0px;
	text-align: center;
	color: #666;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#title p.image-byline {
	margin: 10px 0 0;
	font-weight: normal;
	color: #666;
}
#title p.byline a {
	color: #666;
}
#title p.image-byline a {
	color: #666;
}
#title p.byline span.department {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#title p.department {
	margin: 0 0 15px;
	padding: 0;
	text-indent: 0px;
	text-align: center;
	color: #d00a19;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: georgia, "times new roman", times, serif;
}
#title p.issue {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #666;
	text-indent: 0;
	font-size: 11px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#title p.issue a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}



/* Content */

#content h2 {
	margin: 50px 0 25px;
	padding: 0;
	color: #666;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
/*#content h3 {
	position: relative;
	top: -25px;
	margin: 0px 0 10px;
	padding: 0;
	color: #666;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}*/
#content p {
/*	text-align: justify; */
	text-indent: 15px;
}

#content p.first, #content p.no-indent, #content li p, body.letters #content p {
	text-indent: 0px;
}
#content p.indent-all {
	text-indent: 0px;
	padding-left: 15px;
}
#content p.indent-middle {
	text-indent: 15px;
	padding-left: 125px;
}
#content p.indent-middle2 {
	text-indent: 0px;
	padding-left: 125px;
}
#content p.indent-none {
	text-indent: 0px;
}

#content p.first:first-line {
	text-indent: 0px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#content p.last:after, #content div.poem div.last:after {
	margin-left: 5px;
	content: url(images/bug.gif);
}
#content blockquote {
	margin: 25px 50px;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content blockquote p {
	text-indent: 0;
}
#content a {
	color: black;
}
#content span.foreign {
	font-style: italic;
}
#content span.caps {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#content span.emdash {
	padding: 0 2px;
}
#content del {
	display: none;
	text-decoration: none;
}
#content sup {
	font-size: 9px;
}


/* Editors' notes */

#content div.note {
	width: 545px;
	color: #666;
	margin: 25px 0;
	font-style: italic;
}
body.feature #content div.note {
	margin-bottom: 50px;
}
#content div.note p {
	text-indent: 0;
}
#content div.note a {
	color: #666;
}
#content div.note i, #content div.note em {
	font-style: normal;
}


/* Epigraphs */

#content blockquote.epigraph {
	margin-bottom: 35px;
	font-style: italic;
}
#content blockquote.epigraph p.attribution,
#content blockquote.epigraph address {
	margin-right: 25px;
	text-align: right;
}
#content blockquote.epigraph i,
#content blockquote.epigraph em,
#content blockquote.epigraph cite{
	font-style: normal;
}


/* Feature */

body.feature div.link {
	margin: 0 0 15px;
}
body.feature #content div.link p {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #666;
	font-size: 11px;
	line-height: normal;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
body.feature #content div.link p.title {
	margin: 0 0 3px;
	color: #d00a19;
	font-weight: bold;
	font-size: 13px;
}
body.feature #content div.link p.title a {
	color: #99B5B0;
	border-color: #99B5B0;
}
	


/* Poetry styles */

div.poem div.stanza {
	margin-bottom: 15px;
}
#content div.poem p {
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
div.poem .indent-0 {
	margin-left: 10px;
}
div.poem .indent-1 {
	margin-left: 25px;
}
div.poem .indent-2 {
	margin-left: 50px;
}
div.poem .indent-3 {
	margin-left: 75px;
}
div.poem .indent-3a {
	margin-left: 95px;
}
div.poem .indent-4 {
	margin-left: 125px;
}
div.poem .indent-4a {
	margin-left: 150px;
}
div.poem .indent-5 {
	margin-left: 175px;
}
div.poem .indent-5a {
	margin-left: 200px;
}
div.poem .indent-6 {
	margin-left: 225px;
}
div.poem .indent-7 {
	margin-left: 250px;
}
div.poem .indent-8 {
	margin-left: 275px;
}
div.poem .indent-9 {
	margin-left: 325px;
}
div.poem .indent-10 {
	margin-left: 400px;
}

div.poem div.stanza.double-spaced div {
	margin-bottom: 15px;
}


/* Interview */

div.interview {
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content div.interview p {
	text-indent: 0;
}
div.interview p.question {
	font-weight: bold;
}

/* Letters */

body.letters div.response {
	margin-top: 25px;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
body.letters div.response div.response-text {
	font-style: italic;
}
body.letters div.response div.response-text em {
	font-style: normal;
}


/* Section separator */

div.section-separator {
	height: 100px;
	background: url(images/section_separator.gif) no-repeat scroll center;
}
div.section-separator hr {
  display: none;
}


/* Images */

div.inter {
	margin: 25px 0;
	text-align: center;
}
div.inter div.image {
	margin: 0 auto;
}
div.inter div.image div.container {
	padding: 15px;
	background-color: #d00a19;
	background-image: url(../images/background.gif);
	background-position: top center;
	color: #FFF;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;	
}
#content div.inter div.image div.container p {
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
	text-indent: 0;
	font-size: 11px;
	line-height: 16px;
}
#content div.inter div.image div.container h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}



/* Footnotes */

#content a.footnote {
	color: #99B5B0;
	vertical-align: super;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
div.footnotes {
	margin-top: 50px;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content div.footnotes p {
	text-indent: 0;
}


/* Vertical spacers for floating content */

div.spacer {
	float: right;
	clear: right;
	height: 100px;
	width: 1px;
}
div.spacer.left {
	float: left;
	clear: left;
	height: 100px;
	width: 1px;
}
.space-above {
	margin-top: 30px;
}



/* Pull quotes */

#content div.pull-quote {
	margin-bottom: 25px;
	margin-left: 25px;
	float: right;
	clear: right;
}
#content div.pull-quote.left {
	margin-left: 0;
	margin-right: 25px;
	float: left;
	clear: left;
}
#content div.pull-quote div.quote {
	padding: 15px 25px 25px;
	background-color: #FFF1A0;
	background-image: url(../images/background.gif);
	background-position: top center;
	text-align: center;
	color: #D97364;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;	
}



/* Sidebars */

#content div.sidebar {
	margin-bottom: 10px;
	margin-left: 15px;
	width: 225px;
	float: right;
	clear: right;
}
#content div.sidebar.left {
	margin-left: 0px;
	margin-right: 15px;
	float: left;
	clear: left;
}
#content div.sidebar div.container {
	margin: 0;
	padding: 15px;
	background-color: #d00a19;
/*	background-image: url(../images/background.gif); */
	background-position: top center;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;	
}
#content div.sidebar p {
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
	text-indent: 0;
	font-size: 11px;
	line-height: 16px;
}
#content div.sidebar ul {
	margin-left: 1em;
	padding-left: 0;
}
#content div.sidebar h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 11px;
	line-height: normal;
	color: white;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content div.sidebar a {
	color: #000000;
	font-weight: bold;
	border-color: white;
}
#content div.sidebar a.title {
	font-weight: bold;
	color: white;
}
#content div.sidebar img {
	margin: 0 0 5px;
	padding: 0;
}
#content div.sidebar a img {
	border: 0;
}


/* Spotlight site screenshot */

div.sidebar img.screenshot {
	margin-bottom: 10px;
	border: 1px solid #CCC;
}


/* Fine print */

#fine-print {
	margin: 0px;
	padding: 25px 150px 75px;
	color: #666;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}
#fine-print a {
	color: #666;
}
#fine-print p.copyright {
	margin: 0;
	color: #666;
	font-size: 11px;
	line-height: 16px;
}

#fine-print p.image-credits {
	margin: 0;
	color: #666;
	font-size: 16px;
	line-height: 16px;
}


