
/* Typography */

body { 
	background: #fff;
	color: #555;
	font: 13px/1.5 "Nimbus Sans L", "helvetica neue", arial, helvetica, sans-serif; 
}
a {
	color: #009bdb;
	text-decoration: none; 
}
a:hover,
a:focus,
a:active { 
	text-decoration: underline;
}
.blockquote,
blockquote {
	font:42px/1.0 "adobe-garamond-pro", "adobe garamond pro", Georgia, Garamond, Times, serif;
	margin: 40px 40px;
}
blockquote p:before,
blockquote p:after {
	color: #999999;
	font-size: 42px;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

blockquote p:before {
	content:"\201C";
	top: .28em;
}
blockquote p:after {
	content: '\201E';
	top: -0.32em;
 }
blockquote p { 
	color: #000;
	font-size: 24px;
	left: 3px;
	line-height: 1.2;
}
	
/* blockquote p.source:before, 
blockquote p.source:after { 
	content: "";
}

/* blockquote .source { 
	color: #666;
	font: bold 11px/1.5 Helvetica, “Helvetica Neue”, Arial, sans-serif; 
}

/* blockquote .who-said-it:after {
	content:'\A'; /*ATTENTION NO IE7 Support*/
/*	white-space: pre;
} /* this gets us the line break between the name and the title of a blockquote source without forcing us to split them into separate paragraphs. */


.bordered {
	background: url('../images/backgrounds/promo-stripe.png') repeat 0 0;
	border-top: 1px solid #E5E5E5;
	padding: 18px 15px 15px 15px;
}
.user-generated .bordered {
	padding: 15px;
}
.user-generated .bordered > p,
.user-generated .bordered > ul,
.user-generated .bordered > ul li,
.user-generated .bordered > ol,
.user-generated .bordered > ol li,
.user-generated .bordered > h1,
.user-generated .bordered > h2,
.user-generated .bordered > h3,
.user-generated .bordered > h4,
.user-generated .bordered > h5,
.user-generated .bordered > h6,
.grantee-profile-link.bordered > p {
	background: #fff;
	margin: 0;
	padding: 10px;
}

.user-generated .bordered > ul li {
	background: #fff url(../images/backgrounds/ul-bullet.png) no-repeat 0 7px;
	padding: 0 0 5px 10px;
}

del {
	text-decoration:line-through;
}
.user-generated hr {
	background: #e5e5e5;
	border: 0;
	color: #e5e5e5;
	height: 1px;
	width: 595px;
}
.has_navigation_and_secondary .user-generated hr {
	width: 470px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #191919;
	margin: 0;
	padding: 0; 
}
.user-generated h1 {
	margin: 24px 0;
}
.user-generated h2 {
	margin: 18px 0;
}
.user-generated h3,
.user-generated h4 {
	margin: 16px 0;
}
.user-generated h5,
.user-generated ul,
.user-generated ol {
	margin: 13px 0;
}
.ie7 .user-generated ol {
	list-style-position: inside;
}
.user-generated h6 {
	margin: 11px 0;
}
/* SANS-SERIF */
h1 { 
	font-size: 24px;
	line-height: 1.2;
}
h2 { 
	font-size:18px;
	font-weight: bold; 
}
h3 { 
	font-size:16px;
	font-weight: bold;
}
h4 { 
	font-size: 16px;
}
h5 { 
	font-size: 13px;
}
h6 { 
	font-size:11px;
	font-weight: bold;  
}
.superheader {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.list-superheader {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.callout,
.callout p,
.callout a {
	color: #666;
	font-size: 18px; 
	line-height: 24px; 
}
.image-caption,
.pub-date {
	color: #999;
	font-size: 11px;
}
.image-caption {
	margin: 5px 0;
	padding: 0 5px;
}
i,
em {
	font-style: italic;
}
ins {
	border-bottom:1px solid;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.user-generated ul li { 
	background: url(../images/backgrounds/ul-bullet.png) no-repeat 0 7px;
	list-style: none;
	padding: 0 0 5px 10px;
	} /* updated not to be region-specific */
p + p {	
	margin: 0 0 13px 0;
}
th {
	font-weight: bold;
	padding: 7px 0;
	text-align: left;
	vertical-align: bottom; }
caption {
	text-align: left;
}

/*SERIF HEADERS */

#carousel-wrap li a,
#feature-carousel li a,
#secondary .promo.theme5 h3,
#secondary .video-keyframe-wrapper + h3,
.article-meta h1,
.event-detail h1,
.feature-carousel h3,
.fellow-details h3,
.fellow-information h1,
.fellows-program-details h3,
.grantee-profile h1,
.home-banner-copy .blockquote p,
.network-list h3,
.office-list h2,
.rs-carousel-item h3 a,
.staff-list .staff h3,
.staff-profile h1,
.staff-profile ul h2,
.staff-related li h2,
.staff-related li h2,
.video-detail h1,
.video-index h3 {
	font-family: "adobe-garamond-pro", "adobe garamond pro", Georgia, Garamond, Times, serif;
}

a.to-more:after,
a.to-less:after,
.sub-nav .sub-nav-dd a:after {
	content:"\00A0\203A"
}