	blockquote {
		margin: 1em 0;
		padding: 0;
		position: relative;
		text-indent: 2em;
		background-color: #F0F1F6;
	}

	.bqstart,
	.bqend { font-size: 300%; }

	/* apply IE specific rules first */
	.bqstart {
		text-indent: 0;
		margin: -0.6em 0 -2em 0;
		float: left;
		position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
	}

	blockquote > .bqstart {
		/* add extra non-ie rules */
		position: absolute;
		top: -0.2em;
		left: 0;
		/* remove IE specific rules */
		float: none;
		margin: 0;

	}

	.bqend {
		position: absolute;
		margin-top: -0.6em;
		right: 0;
		text-indent: 0;
	}

	blockquote > .bqend {
		margin-top: -0.2em;
	}



	/*
	 *	extra huge quote mark example
	 *****************************************************/
	.hugeQuotes {
		margin: 2em 0;
		padding: 0;
		position: relative;
		text-indent: 3em;
		background-color: transparent;
		color:#000;
		font-size: 90%;
	}
	
		.hugeQuotes big {
	font-family: Georgia, serif;
	font-size: 1.4em;
	line-height: 1.4;
	font-style: italic;
	font-weight: 500;
	color: #8B7D6B; /*bisque4*/
	}

	.hugeQuotes .bqstart,
	.hugeQuotes .bqend {
	font-size: 700%;
	font-family: Georgia, serif;
    color: White;
    -moz-opacity: .25;
    -ms-filter: ”alpha(opacity=25)”;
    filter: alpha(opacity=25);
    opacity: .25;
	}
	
	.hugeQuotes cite {
	font-size: 1.1em; 	
	color: #666; 
	}

	/* apply IE specific rules first */
	.hugeQuotes .bqstart {
		text-indent: 0;
		margin: -2.4em 0 -5em 0;
		float: left;
		position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
	}

	.hugeQuotes  > .bqstart {
		/* add extra non-ie rules */
		position: absolute;
		top: -26px;
		left: 0;
		/* remove IE specific rules */
		float: none;
		margin: 0;
	}

	.hugeQuotes .bqend {
		position: absolute;
		margin-top: -1.2em; /* notice this is 1/2 of the start quotation mark, there may be some exponential relationship there */
		right: 0;
		text-indent: 0;
	}

	.hugeQuotes  > .bqend {
		margin-top: -0.285em; /**** adjuster ****/
	}


