/* CSS Document */
/************** Headers *****************/
/* Page title */
h1 {
	font-family: Georgia, serif;
	font-size: 2.4em; /*=24px*/
	font-weight: normal;
	line-height: 1.25em; /*=30px*/
	color: #353753;
	margin-bottom: .75em; /*=18px*/
	}
/* big intro paragraph when needed */
h2 {
	font-family: Georgia, serif;
	font-size: 1.8em; /*=18px*/
	font-weight: normal;
	line-height: 1.33em; /*=24px*/
	color: #494732;
	margin-bottom: 1.33em; /*=24px*/
	}
/* Standard subhead for running body copy */
h3 {
	color:#353753;
	font-size:1.4em; /*=14px*/
	font-weight:normal;
	font-family: Futura, Arial, Verdana, sans-serif;
	line-height: 1.286em; /*=18px*/
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: .643em; /*=9px*/
	}

/* Next level subheads */
h4, h5, h6 {
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.385em;
	color: #353753;
	font-weight: bold;
	margin-bottom: .692em;
	}
h5 {
	font-weight: normal;
	font-style: italic;
	}	
h6 {
	color:#494732;
	margin-bottom: 0;	
	}

/* style for the body of the quote, which is just a <p> */
#stage blockquote p.quote_content {
	font-family: Georgia, serif;
	font-size: 1.4em; /*=14px*/
	line-height: 1.43em; /*=20px*/
	font-style: italic;
	color: #494732;
	margin-bottom: .714em; /*=10px*/	
	}
/* style for source of the quote requires a class in the markup */
#stage blockquote p.quote_source {
	color: #353753;
	font-size: 1.3em; /*=13px*/
	line-height: 1.385em; /*=18px*/
	font-style: normal;
	text-align: right;
	}
	
/* for image floats in Contribute */	
.imgLeft {float:left; padding: 0 0 0 10px;}
.imgRight {float:right; padding: 0 10px 0 0;}