/* Random quote */
.quotescollection_randomquote q {
	
		
		font-size:18px;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height:21px;
		

		
}

.quotescollection_randomquote cite {
	display:block; 
	padding:17px 0 10px 0;
}

.quotescollection_author { /* author */
	font-style:normal;
	text-transform:uppercase;
	font-family:"Avenir", "Gill Sans", "GillSans", "Gill Sans MT", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue",  Helvetica, Arial, sans-serif;
	letter-spacing: 1px; 
	font-size:11px;
}

.quotescollection_source { /* source */	
text-transform:uppercase;
font-family:"Avenir", "Gill Sans", "GillSans", "Gill Sans MT", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue",  Helvetica, Arial, sans-serif;
letter-spacing: 1px; 
}

.quotescollection_nextquote { /* 'Next Quote »' link */
}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
}


/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockquote.quotescollection q {}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
}

.bqstart, .bqend {
font-family:Georgia, "Times New Roman", Times, serif;
}

.bqstart {
	float: left;
	height: 45px;
	margin-top: -26px; /* -20px; */
	padding-top: 0; /*45px; */
	margin-bottom: 0; /*-50px; */
	font-size: 100px;
	color: #AEAEAE;
	line-height:114px;
}

.bqend {
	float: right;
	height: 45px; /*25px;*/
	margin-top: -13px; /*0px;*/
	padding-top: 0; /*45px;*/
	font-size: 100px;
	color: #AEAEAE;
	margin-bottom:0; /*-20px;*/
	line-height:114px;
}