/* Aaron adding pullquotes */
.pullquote-right {
	margin: 2em 0 2em 2em;
	background:none;
	float: right;
 	width:300px;
      border-top: 1px dotted #CECECE;
  	border-bottom: 1px dotted #CECECE;
      padding-top: 10px;
    padding-bottom: 10px;
}
.pullquote-left {
	margin: 2em 2em 2em 0;
	background:none;
	float: left;
 	width:300px;
      border-top: 1px dotted #CECECE;
  	border-bottom: 1px dotted #CECECE;
      padding-top: 10px;
    padding-bottom: 10px;
}
.pullquote-full {
	margin: 1em 0 1em 0;
	background:none;
	float: left;
 	width:100%;
    border-top: 1px dotted #CECECE;
  	border-bottom: 1px dotted #CECECE;
      padding-top: 10px;
    padding-bottom: 10px;
}
.pullquote-text {
	font-size:200%;
  	color:#e02239;
  	font-weight:normal;
  line-height:200%;
}
.pullquote-attribution {
	font-size:100%;
  	color:#e02239;
  	font-weight:strong;
  line-height:200%;
}